Searched defs:CallLoweringInfo (Results 1 – 13 of 13) sorted by relevance
70 struct CallLoweringInfo { struct71 Type *RetTy = nullptr;72 bool RetSExt : 1;73 bool RetZExt : 1;74 bool IsVarArg : 1;75 bool IsInReg : 1;76 bool DoesNotReturn : 1;100 CallLoweringInfo() in CallLoweringInfo() argument104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument187 ArgListTy &getArgs() { return Args; } in getArgs()[all …]
4685 struct CallLoweringInfo { struct4686 SDValue Chain;4687 Type *RetTy = nullptr;4688 bool RetSExt : 1;4689 bool RetZExt : 1;4690 bool IsVarArg : 1;4691 bool IsInReg : 1;4692 bool DoesNotReturn : 1;4693 bool IsReturnValueUsed : 1;4694 bool IsConvergent : 1;[all …]
108 struct CallLoweringInfo { struct110 CallingConv::ID CallConv = CallingConv::C;114 MachineOperand Callee = MachineOperand::CreateImm(0);117 ArgInfo OrigRet;120 SmallVector<ArgInfo, 32> OrigArgs;124 Register SwiftErrorVReg;127 Register ConvergenceCtrlToken;130 const CallBase *CB = nullptr;132 MDNode *KnownCallees = nullptr;135 std::optional<PtrAuthInfo> PAI;[all …]
70 std::unique_ptr<CallLowering> CallLoweringInfo; variable
59 std::unique_ptr<CallLowering> CallLoweringInfo; variable
174 std::unique_ptr<CallLowering> CallLoweringInfo; variable
113 std::unique_ptr<CallLowering> CallLoweringInfo; variable
105 std::unique_ptr<CallLowering> CallLoweringInfo; variable
83 std::unique_ptr<CallLowering> CallLoweringInfo; variable
265 std::unique_ptr<CallLowering> CallLoweringInfo; variable
307 mutable std::unique_ptr<CallLowering> CallLoweringInfo; variable
1895 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
55 std::unique_ptr<AMDGPUCallLowering> CallLoweringInfo; variable