Home
last modified time | relevance | path

Searched refs:getTLI (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h170 const TargetLoweringBase *getTLI() const { in getTLI() function
171 return static_cast<const T *>(this)->getTLI(); in getTLI()
204 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
230 return getTLI()->isLegalAddImmediate(imm); in isLegalAddImmediate()
234 return getTLI()->isLegalICmpImmediate(imm); in isLegalICmpImmediate()
245 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
250 EVT VT = getTLI()->getValueType(DL, Ty); in isIndexedLoadLegal()
251 return getTLI()->isIndexedLoadLegal(getISDIndexedMode(M), VT); in isIndexedLoadLegal()
256 EVT VT = getTLI()->getValueType(DL, Ty); in isIndexedStoreLegal()
257 return getTLI()->isIndexedStoreLegal(getISDIndexedMode(M), VT); in isIndexedStoreLegal()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h53 const TargetLoweringBase *getTLI() const { return TLI; } in getTLI() function
106 const AMDGPUTargetLowering *getTLI() const { return TLI; } in getTLI() function
251 const AMDGPUTargetLowering *getTLI() const { return TLI; } in getTLI() function
DAMDGPUCallLowering.cpp157 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in splitToValueTypes()
272 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerReturnVal()
444 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArgumentsKernel()
702 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp52 TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction()
199 TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction()
DConstantProp.cpp86 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
DInstSimplifyPass.cpp104 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
DLowerConstantIntrinsics.cpp159 const TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVETargetTransformInfo.h34 const VETargetLowering *getTLI() const { return TLI; } in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetTransformInfo.h36 const XCoreTargetLowering *getTLI() const { return TLI; } in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h173 const TargetLowering *getTLI() const { in getTLI() function
179 const XXXTargetLowering *getTLI() const { in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp222 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in splitToValueTypes()
270 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerReturn()
440 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerFormalArguments()
533 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in doCallerAndCalleePassArgsTheSameWay()
571 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in areCalleeOutgoingArgsTailCallable()
784 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerTailCall()
927 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h37 const RISCVTargetLowering *getTLI() const { return TLI; } in getTLI() function
DRISCVTargetTransformInfo.cpp75 getTLI()->isLegalAddImmediate(Imm.getSExtValue())) { in getIntImmCostInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCTargetTransformInfo.h37 const ARCTargetLowering *getTLI() const { return TLI; } in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyBranchProbabilityInfo.cpp60 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInferFunctionAttrs.cpp69 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
DSCCP.cpp54 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp193 const ARMTargetLowering &TLI = *getTLI<ARMTargetLowering>(); in splitToValueTypes()
248 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerReturnVal()
419 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerFormalArguments()
505 const auto &TLI = *getTLI<ARMTargetLowering>(); in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h36 const NVPTXTargetLowering *getTLI() const { return TLI; }; in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp426 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn()
468 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments()
558 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall()
677 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in subTargetRegTypeForCallingConv()
710 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in splitToValueTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h37 const LanaiTargetLowering *getTLI() const { return TLI; } in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp131 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F).getLibFunc( in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h27 const SystemZTargetLowering *getTLI() const { return TLI; } in getTLI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h43 const HexagonTargetLowering *getTLI() const { return &TLI; } in getTLI() function

1234