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-7.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h45 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-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h145 bool shouldBuildLookupTables() const;
DHexagonTargetTransformInfo.cpp305 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-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h556 bool shouldBuildLookupTables() const;
1059 virtual bool shouldBuildLookupTables() = 0;
1312 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
1313 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
DTargetTransformInfoImpl.h291 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp232 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
233 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h191 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h317 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5242 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4816 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()