Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h60 struct CallLoweringInfo { struct
61 Type *RetTy;
62 bool RetSExt : 1;
63 bool RetZExt : 1;
64 bool IsVarArg : 1;
65 bool IsInReg : 1;
66 bool DoesNotReturn : 1;
67 bool IsReturnValueUsed : 1;
91 CallLoweringInfo() in CallLoweringInfo() argument
98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/
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 …]
DTargetLowering.h3684 struct CallLoweringInfo { struct
3685 SDValue Chain;
3686 Type *RetTy = nullptr;
3687 bool RetSExt : 1;
3688 bool RetZExt : 1;
3689 bool IsVarArg : 1;
3690 bool IsInReg : 1;
3691 bool DoesNotReturn : 1;
3692 bool IsReturnValueUsed : 1;
3693 bool IsConvergent : 1;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
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 …]
DTargetLowering.h3448 struct CallLoweringInfo { struct
3449 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() argument
3484 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h71 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 = 0;
89 MDNode *KnownCallees = nullptr;
92 bool IsMustTailCall = false;
96 bool IsTailCall = false;
100 bool LoweredTailCall = false;
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h71 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;
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h2489 struct CallLoweringInfo { struct
2490 SDValue Chain;
2491 Type *RetTy;
2492 bool RetSExt : 1;
2493 bool RetZExt : 1;
2517 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument
2524 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument
2529 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument
2534 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() argument
2544 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp197 std::unique_ptr<CallLowering> CallLoweringInfo; member
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp210 std::unique_ptr<AMDGPUCallLowering> CallLoweringInfo; member
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h165 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h227 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h255 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h458 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h556 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h496 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.h571 std::unique_ptr<CallLowering> CallLoweringInfo; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1693 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2004 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1939 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument