Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h357 bool shouldBuildLookupTables() const;
585 virtual bool shouldBuildLookupTables() = 0;
726 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
727 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
DTargetTransformInfoImpl.h240 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp163 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
164 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h181 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4481 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()