Home
last modified time | relevance | path

Searched defs:CallLoweringInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h70 struct CallLoweringInfo { struct
71 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() argument
104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
187 ArgListTy &getArgs() { return Args; } in getArgs()
[all …]
H A DTargetLowering.h4507 struct CallLoweringInfo { struct
4508 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h107 struct CallLoweringInfo { struct
109 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h54 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h111 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h98 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h84 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h233 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1950 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument