/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.h | 44 CallLoweringInfo &Info) const override; 49 CallLoweringInfo &Info, 67 bool lowerTailCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info, 71 doCallerAndCalleePassArgsTheSameWay(CallLoweringInfo &Info, 76 areCalleeOutgoingArgsTailCallable(CallLoweringInfo &Info, MachineFunction &MF,
|
D | AArch64Subtarget.cpp | 179 CallLoweringInfo.reset(new AArch64CallLowering(*getTargetLowering())); in AArch64Subtarget() 194 return CallLoweringInfo.get(); in getCallLowering()
|
D | AArch64CallLowering.cpp | 522 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/ |
D | FastISel.h | 70 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 …]
|
D | TargetLowering.h | 3448 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/ |
D | RISCVSubtarget.cpp | 56 CallLoweringInfo.reset(new RISCVCallLowering(*getTargetLowering())); in RISCVSubtarget() 66 return CallLoweringInfo.get(); in getCallLowering()
|
D | RISCVISelLowering.h | 163 bool IsRet, CallLoweringInfo *CLI) const; 178 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI, 205 CCState &CCInfo, CallLoweringInfo &CLI, MachineFunction &MF,
|
D | RISCVCallLowering.h | 37 CallLoweringInfo &Info) const override;
|
D | RISCVCallLowering.cpp | 48 CallLoweringInfo &Info) const { in lowerCall()
|
D | RISCVSubtarget.h | 104 std::unique_ptr<CallLowering> CallLoweringInfo;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 71 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/ |
D | SparcISelLowering.h | 143 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/ |
D | X86CallLowering.h | 38 CallLoweringInfo &Info) const override;
|
D | X86Subtarget.cpp | 350 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/ |
D | ARMCallLowering.h | 42 CallLoweringInfo &Info) const override;
|
D | ARMSubtarget.cpp | 113 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/ |
D | MipsSubtarget.cpp | 211 CallLoweringInfo.reset(new MipsCallLowering(*getTargetLowering())); in MipsSubtarget() 282 return CallLoweringInfo.get(); in getCallLowering()
|
D | Mips16ISelLowering.h | 50 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
|
D | MipsCallLowering.h | 72 CallLoweringInfo &Info) const override;
|
D | MipsSEISelLowering.h | 71 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
|
D | MipsISelLowering.h | 503 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/ |
D | XCoreSelectionDAGInfo.cpp | 34 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 50 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.h | 101 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 87 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
|