Searched defs:CallLoweringInfo (Results 1 – 8 of 8) sorted by relevance
69 struct CallLoweringInfo { struct70 Type *RetTy = nullptr;71 bool RetSExt : 1;72 bool RetZExt : 1;73 bool IsVarArg : 1;74 bool IsInReg : 1;75 bool DoesNotReturn : 1;99 CallLoweringInfo() in CallLoweringInfo() argument103 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument186 ArgListTy &getArgs() { return Args; } in getArgs()[all …]
3701 struct CallLoweringInfo { struct3702 SDValue Chain;3703 Type *RetTy = nullptr;3704 bool RetSExt : 1;3705 bool RetZExt : 1;3706 bool IsVarArg : 1;3707 bool IsInReg : 1;3708 bool DoesNotReturn : 1;3709 bool IsReturnValueUsed : 1;3710 bool IsConvergent : 1;[all …]
95 struct CallLoweringInfo { struct97 CallingConv::ID CallConv = CallingConv::C;101 MachineOperand Callee = MachineOperand::CreateImm(0);104 ArgInfo OrigRet;107 SmallVector<ArgInfo, 32> OrigArgs;111 Register SwiftErrorVReg;113 MDNode *KnownCallees = nullptr;116 bool IsMustTailCall = false;120 bool IsTailCall = false;124 bool LoweredTailCall = false;[all …]
170 std::unique_ptr<CallLowering> CallLoweringInfo; variable
273 std::unique_ptr<CallLowering> CallLoweringInfo; variable
501 std::unique_ptr<CallLowering> CallLoweringInfo; variable
592 std::unique_ptr<CallLowering> CallLoweringInfo; variable
1825 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument