Searched defs:CallLoweringInfo (Results 1 – 3 of 3) sorted by relevance
56 struct CallLoweringInfo { struct57 Type *RetTy;58 bool RetSExt : 1;59 bool RetZExt : 1;60 bool IsVarArg : 1;61 bool IsInReg : 1;62 bool DoesNotReturn : 1;63 bool IsReturnValueUsed : 1;87 CallLoweringInfo() in CallLoweringInfo() argument94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument[all …]
2298 struct CallLoweringInfo { struct2299 SDValue Chain;2300 Type *RetTy;2324 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument2330 CallLoweringInfo &setDebugLoc(SDLoc dl) { in setDebugLoc() argument2335 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument2352 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument2425 std::pair<SDValue, SDValue> LowerCallTo(CallLoweringInfo &CLI) const; argument2433 LowerCall(CallLoweringInfo &/*CLI*/, in LowerCall() argument
1625 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument