Home
last modified time | relevance | path

Searched refs:CallLoweringInfo (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.h44 CallLoweringInfo &Info) const override;
49 CallLoweringInfo &Info,
67 bool lowerTailCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info,
71 doCallerAndCalleePassArgsTheSameWay(CallLoweringInfo &Info,
76 areCalleeOutgoingArgsTailCallable(CallLoweringInfo &Info, MachineFunction &MF,
DAArch64Subtarget.cpp179 CallLoweringInfo.reset(new AArch64CallLowering(*getTargetLowering())); in AArch64Subtarget()
194 return CallLoweringInfo.get(); in getCallLowering()
DAArch64CallLowering.cpp522 CallLoweringInfo &Info, MachineFunction &MF, in doCallerAndCalleePassArgsTheSameWay()
562 CallLoweringInfo &Info, MachineFunction &MF, in areCalleeOutgoingArgsTailCallable()
661 MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info, in isEligibleForTailCallOptimization()
779 MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info, in lowerTailCall()
922 CallLoweringInfo &Info) const { in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h70 struct CallLoweringInfo { struct
100 CallLoweringInfo() in CallLoweringInfo() argument
104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
161 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
177 CallLoweringInfo &setTailCall(bool Value = true) {
182 CallLoweringInfo &setIsPatchPoint(bool Value = true) {
346 virtual bool fastLowerCall(CallLoweringInfo &CLI);
[all …]
DTargetLowering.h3448 struct CallLoweringInfo { struct
3479 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument
3484 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument
3489 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument
3495 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType, in setLibCallee() argument
3508 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() argument
3518 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument
3544 CallLoweringInfo &setInRegister(bool Value = true) {
3549 CallLoweringInfo &setNoReturn(bool Value = true) {
3554 CallLoweringInfo &setVarArg(bool Value = true) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSubtarget.cpp56 CallLoweringInfo.reset(new RISCVCallLowering(*getTargetLowering())); in RISCVSubtarget()
66 return CallLoweringInfo.get(); in getCallLowering()
DRISCVISelLowering.h163 bool IsRet, CallLoweringInfo *CLI) const;
178 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
205 CCState &CCInfo, CallLoweringInfo &CLI, MachineFunction &MF,
DRISCVCallLowering.h37 CallLoweringInfo &Info) const override;
DRISCVCallLowering.cpp48 CallLoweringInfo &Info) const { in lowerCall()
DRISCVSubtarget.h104 std::unique_ptr<CallLowering> CallLoweringInfo;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h71 struct CallLoweringInfo { struct
238 bool resultsCompatible(CallLoweringInfo &Info, MachineFunction &MF,
303 CallLoweringInfo &Info) const { in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h143 LowerCall(TargetLowering::CallLoweringInfo &CLI,
145 SDValue LowerCall_32(TargetLowering::CallLoweringInfo &CLI,
147 SDValue LowerCall_64(TargetLowering::CallLoweringInfo &CLI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.h38 CallLoweringInfo &Info) const override;
DX86Subtarget.cpp350 CallLoweringInfo.reset(new X86CallLowering(*getTargetLowering())); in X86Subtarget()
359 return CallLoweringInfo.get(); in getCallLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.h42 CallLoweringInfo &Info) const override;
DARMSubtarget.cpp113 CallLoweringInfo.reset(new ARMCallLowering(*getTargetLowering())); in ARMSubtarget()
128 return CallLoweringInfo.get(); in getCallLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp211 CallLoweringInfo.reset(new MipsCallLowering(*getTargetLowering())); in MipsSubtarget()
282 return CallLoweringInfo.get(); in getCallLowering()
DMips16ISelLowering.h50 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
DMipsCallLowering.h72 CallLoweringInfo &Info) const override;
DMipsSEISelLowering.h71 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
DMipsISelLowering.h503 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
542 TargetLowering::CallLoweringInfo &CLI) const;
611 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp34 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp50 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.h101 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h87 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,

1234