Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1285 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h300 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
H A DTargetTransformInfo.h1934 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h435 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp465 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo