Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h179 bool shouldBuildLookupTables() const;
H A DHexagonTargetTransformInfo.cpp406 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h737 bool shouldBuildLookupTables() const;
1677 virtual bool shouldBuildLookupTables() = 0;
2146 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
2147 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
H A DTargetTransformInfoImpl.h326 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp499 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
500 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h481 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6397 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()