Searched defs:CallLoweringInfo (Results 1 – 9 of 9) 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 …]
4507 struct CallLoweringInfo { struct4508 SDValue Chain;4509 Type *RetTy = nullptr;4510 bool RetSExt : 1;4511 bool RetZExt : 1;4512 bool IsVarArg : 1;4513 bool IsInReg : 1;4514 bool DoesNotReturn : 1;4515 bool IsReturnValueUsed : 1;4516 bool IsConvergent : 1;[all …]
107 struct CallLoweringInfo { struct109 CallingConv::ID CallConv = CallingConv::C;113 MachineOperand Callee = MachineOperand::CreateImm(0);116 ArgInfo OrigRet;119 SmallVector<ArgInfo, 32> OrigArgs;123 Register SwiftErrorVReg;126 Register ConvergenceCtrlToken;129 const CallBase *CB = nullptr;131 MDNode *KnownCallees = nullptr;134 std::optional<PtrAuthInfo> PAI;[all …]
54 std::unique_ptr<CallLowering> CallLoweringInfo; variable
111 std::unique_ptr<CallLowering> CallLoweringInfo; variable
98 std::unique_ptr<CallLowering> CallLoweringInfo; variable
84 std::unique_ptr<CallLowering> CallLoweringInfo; variable
233 std::unique_ptr<CallLowering> CallLoweringInfo; variable
1950 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument