Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h50 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp173 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h191 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h239 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
DTargetTransformInfo.h832 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function