Lines Matching defs:CallLoweringInfo
71 struct CallLoweringInfo { struct
73 CallingConv::ID CallConv = CallingConv::C;
77 MachineOperand Callee = MachineOperand::CreateImm(0);
80 ArgInfo OrigRet;
83 SmallVector<ArgInfo, 8> OrigArgs;
87 Register SwiftErrorVReg;
89 MDNode *KnownCallees = nullptr;
92 bool IsMustTailCall = false;
96 bool IsTailCall = false;
100 bool LoweredTailCall = false;
103 bool IsVarArg = false;