Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h50 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h374 bool shouldBuildLookupTables() const;
667 virtual bool shouldBuildLookupTables() = 0;
832 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
833 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
DTargetTransformInfoImpl.h239 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h151 bool shouldBuildLookupTables() const;
DHexagonTargetTransformInfo.cpp321 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp173 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
174 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h658 bool shouldBuildLookupTables() const;
1255 virtual bool shouldBuildLookupTables() = 0;
1578 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
1579 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
DTargetTransformInfoImpl.h312 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp378 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
379 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h191 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h387 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4816 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5358 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()