Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h344 bool shouldBuildLookupTables() const;
553 virtual bool shouldBuildLookupTables() = 0;
674 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
675 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
DTargetTransformInfoImpl.h238 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp146 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
147 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h186 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4045 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()