Searched defs:CallLoweringInfo (Results 1 – 11 of 11) 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 …]
71 struct CallLoweringInfo { struct72 Type *RetTy = nullptr;73 bool RetSExt : 1;74 bool RetZExt : 1;75 bool IsVarArg : 1;76 bool IsInReg : 1;77 bool DoesNotReturn : 1;101 CallLoweringInfo() in CallLoweringInfo() function105 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument188 ArgListTy &getArgs() { return Args; } in getArgs()[all …]
3034 struct CallLoweringInfo { struct3035 SDValue Chain;3036 Type *RetTy = nullptr;3037 bool RetSExt : 1;3038 bool RetZExt : 1;3039 bool IsVarArg : 1;3040 bool IsInReg : 1;3041 bool DoesNotReturn : 1;3065 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument3070 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() 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
157 std::unique_ptr<CallLowering> CallLoweringInfo; variable
507 std::unique_ptr<CallLowering> CallLoweringInfo; variable
415 std::unique_ptr<CallLowering> CallLoweringInfo; variable
1693 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
1898 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument