Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h80 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h81 bool shouldBuildRelLookupTables() const;
H A DPPCTargetTransformInfo.cpp1288 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
1293 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp179 if (!GetTTI(*FI).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h723 bool shouldBuildRelLookupTables() const;
1523 virtual bool shouldBuildRelLookupTables() = 0;
1923 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function
1924 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
H A DTargetTransformInfoImpl.h300 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp461 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo
462 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h435 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function