Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h125 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp177 if (!GetTTI(F).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h82 bool shouldBuildRelLookupTables() const;
H A DPPCTargetTransformInfo.cpp954 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
959 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h887 bool shouldBuildRelLookupTables() const;
1938 virtual bool shouldBuildRelLookupTables() = 0;
2476 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function
2477 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
H A DTargetTransformInfoImpl.h368 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp586 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo
587 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h515 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function