Searched defs:shouldBuildLookupTables (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h50 bool shouldBuildLookupTables() const { return false; } function in class:llvm::LanaiTTIImpl
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h239 bool shouldBuildLookupTables() { return true; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h191 bool shouldBuildLookupTables() { function in class:llvm::BasicTTIImplBase
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp173 bool TargetTransformInfo::shouldBuildLookupTables() const { function in class:TargetTransformInfo
174 return TTIImpl->shouldBuildLookupTables();

Completed in 57 milliseconds