Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp406 bool HexagonTTIImpl::shouldBuildLookupTables() const { shouldBuildLookupTables() function in HexagonTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h496 bool shouldBuildLookupTables() { shouldBuildLookupTables() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h340 bool shouldBuildLookupTables() const { return true; } shouldBuildLookupTables() function
H A DTargetTransformInfo.h2379 bool shouldBuildLookupTables() override { shouldBuildLookupTables() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp551 bool TargetTransformInfo::shouldBuildLookupTables() const { shouldBuildLookupTables() function in TargetTransformInfo