/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 50 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 44 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-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 151 bool shouldBuildLookupTables() const;
|
D | HexagonTargetTransformInfo.cpp | 321 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-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 658 bool shouldBuildLookupTables() const; 1255 virtual bool shouldBuildLookupTables() = 0; 1578 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function 1579 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
|
D | TargetTransformInfoImpl.h | 312 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 378 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo 379 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 191 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 387 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4816 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5358 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()
|