Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h125 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp182 if (!GetTTI(F).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h84 bool shouldBuildRelLookupTables() const;
H A DPPCTargetTransformInfo.cpp938 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
943 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h744 bool shouldBuildRelLookupTables() const;
1679 virtual bool shouldBuildRelLookupTables() = 0;
2152 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function
2153 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
H A DTargetTransformInfoImpl.h330 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp508 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo
509 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h487 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function