Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h69 struct CallLoweringInfo { struct
70 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() argument
103 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
186 ArgListTy &getArgs() { return Args; } in getArgs()
[all …]
H A DTargetLowering.h3701 struct CallLoweringInfo { struct
3702 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h95 struct CallLoweringInfo { struct
97 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h170 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h273 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h501 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h592 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1825 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument