/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 50 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 45 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 374 bool shouldBuildLookupTables() const; 667 virtual bool shouldBuildLookupTables() = 0; 832 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function 833 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
|
D | TargetTransformInfoImpl.h | 239 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 145 bool shouldBuildLookupTables() const;
|
D | HexagonTargetTransformInfo.cpp | 305 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 173 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/ |
D | TargetTransformInfo.h | 556 bool shouldBuildLookupTables() const; 1059 virtual bool shouldBuildLookupTables() = 0; 1312 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function 1313 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
|
D | TargetTransformInfoImpl.h | 291 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 232 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo 233 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 191 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 317 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5242 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4816 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()
|