Home
last modified time | relevance | path

Searched refs:shouldBuildRelLookupTables (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h125 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp182 if (!GetTTI(F).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h82 bool shouldBuildRelLookupTables() const;
H A DPPCTargetTransformInfo.cpp1329 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
1334 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h762 bool shouldBuildRelLookupTables() const;
1630 virtual bool shouldBuildRelLookupTables() = 0;
2082 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function
2083 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
H A DTargetTransformInfoImpl.h326 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp503 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo
504 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h465 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function