Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h45 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h149 bool shouldBuildLookupTables() const;
H A DHexagonTargetTransformInfo.cpp309 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h556 bool shouldBuildLookupTables() const;
1086 virtual bool shouldBuildLookupTables() = 0;
1345 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
1346 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
H A DTargetTransformInfoImpl.h294 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp232 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
233 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h378 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5252 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()