Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h177 bool shouldBuildLookupTables() const;
H A DHexagonTargetTransformInfo.cpp406 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h850 bool shouldBuildLookupTables() const;
1868 virtual bool shouldBuildLookupTables() = 0;
2379 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
2380 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
H A DTargetTransformInfoImpl.h340 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp551 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
552 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h496 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6556 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()