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

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

Completed in 119 milliseconds