Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h81 bool shouldBuildRelLookupTables() const;
H A DPPCTargetTransformInfo.cpp1285 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
1290 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp175 if (!GetTTI(*FI).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h723 bool shouldBuildRelLookupTables() const;
1534 virtual bool shouldBuildRelLookupTables() = 0;
1934 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function
1935 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
H A DTargetTransformInfoImpl.h300 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp465 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo
466 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h435 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function