Searched refs:getTLI (Results 1 - 25 of 100) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInlineAsmLowering.h53 const TargetLowering *getTLI() const { return TLI; } function in class:llvm::InlineAsmLowering
56 template <class XXXTargetLowering> const XXXTargetLowering *getTLI() const { function in class:llvm::InlineAsmLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h36 const XCoreTargetLowering *getTLI() const { return TLI; } function in class:llvm::XCoreTTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetTransformInfo.h37 const ARCTargetLowering *getTLI() const { return TLI; } function in class:llvm::ARCTTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h72 /// return the subtarget, and a getTLI() method to return the target lowering.
172 const TargetLoweringBase *getTLI() const { function in class:llvm::BasicTTIImplBase
173 return static_cast<const T *>(this)->getTLI();
255 return getTLI()->allowsMisalignedMemoryAccesses(
278 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS);
282 return getTLI()->getTargetMachine().getAssumedAddrSpace(V);
291 return getTLI()->isLegalAddImmediate(imm);
295 return getTLI()->isLegalICmpImmediate(imm);
306 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I);
311 EVT VT = getTLI()
2169 const TargetLoweringBase *getTLI() const { return TLI; } function in class:llvm::BasicTTIImplBase::BasicTTIImpl
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyBranchProbabilityInfo.cpp60 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } function in class:llvm::final
H A DWebAssemblyTargetTransformInfo.cpp106 const TargetMachine &TM = getTLI()->getTargetMachine();
H A DWebAssemblyPeephole.cpp147 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(MF.getFunction());
H A DWebAssemblyMemIntrinsicResults.cpp188 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(MF.getFunction());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h33 const BPFTargetLowering *getTLI() const { return TLI; } function in class:llvm::BPFTTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h34 const VETargetLowering *getTLI() const { return TLI; } function in class:llvm::VETTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp76 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DSCCP.cpp66 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h36 const NVPTXTargetLowering *getTLI() const { return TLI; }; function in class:llvm::NVPTXTTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h50 const TargetLoweringBase *getTLI() const { return TLI; } function in class:llvm::final
79 const SITargetLowering *getTLI() const { return TLI; } function in class:llvm::final
239 const AMDGPUTargetLowering *getTLI() const { return TLI; } function in class:llvm::final
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h37 const LanaiTargetLowering *getTLI() const { return TLI; } function in class:llvm::LanaiTTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDCE.cpp163 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DInstSimplifyPass.cpp106 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DAnnotationRemarks.cpp131 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DLowerConstantIntrinsics.cpp176 const TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp158 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp223 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h27 const SystemZTargetLowering *getTLI() const { return TLI; } function in class:llvm::SystemZTTIImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h37 const RISCVTargetLowering *getTLI() const { return TLI; } function in class:llvm::RISCVTTIImpl
H A DRISCVTargetTransformInfo.cpp78 getTLI()->isLegalAddImmediate(Imm.getSExtValue())) {

Completed in 342 milliseconds

1234