Searched defs:CallLoweringInfo (Results 1 – 7 of 7) 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 …]
3448 struct CallLoweringInfo { struct3449 SDValue Chain;3450 Type *RetTy = nullptr;3451 bool RetSExt : 1;3452 bool RetZExt : 1;3453 bool IsVarArg : 1;3454 bool IsInReg : 1;3455 bool DoesNotReturn : 1;3479 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument3484 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument[all …]
71 struct CallLoweringInfo { struct73 CallingConv::ID CallConv = CallingConv::C;77 MachineOperand Callee = MachineOperand::CreateImm(0);80 ArgInfo OrigRet;83 SmallVector<ArgInfo, 8> OrigArgs;87 Register SwiftErrorVReg = 0;89 MDNode *KnownCallees = nullptr;92 bool IsMustTailCall = false;96 bool IsTailCall = false;100 bool LoweredTailCall = false;[all …]
227 std::unique_ptr<CallLowering> CallLoweringInfo; variable
458 std::unique_ptr<CallLowering> CallLoweringInfo; variable
556 std::unique_ptr<CallLowering> CallLoweringInfo; variable
1939 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument