Searched defs:CallLoweringInfo (Results 1 – 5 of 5) sorted by relevance
60 struct CallLoweringInfo { struct61 Type *RetTy;62 bool RetSExt : 1;63 bool RetZExt : 1;64 bool IsVarArg : 1;65 bool IsInReg : 1;66 bool DoesNotReturn : 1;67 bool IsReturnValueUsed : 1;91 CallLoweringInfo() in CallLoweringInfo() argument98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument[all …]
2489 struct CallLoweringInfo { struct2490 SDValue Chain;2491 Type *RetTy;2492 bool RetSExt : 1;2493 bool RetZExt : 1;2517 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument2524 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument2529 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument2534 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() argument2544 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument[all …]
197 std::unique_ptr<CallLowering> CallLoweringInfo; member
210 std::unique_ptr<AMDGPUCallLowering> CallLoweringInfo; member
1693 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument