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 …]
2333 struct CallLoweringInfo { struct2334 SDValue Chain;2335 Type *RetTy;2359 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument2365 CallLoweringInfo &setDebugLoc(SDLoc dl) { in setDebugLoc() argument2370 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument2387 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument2467 std::pair<SDValue, SDValue> LowerCallTo(CallLoweringInfo &CLI) const; argument2475 LowerCall(CallLoweringInfo &/*CLI*/, in LowerCall() argument
1670 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument