Home
last modified time | relevance | path

Searched defs:shouldBuildLookupTablesForConstant (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h324 bool shouldBuildLookupTablesForConstant(Constant *C) const { shouldBuildLookupTablesForConstant() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h342 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } shouldBuildLookupTablesForConstant() function
H A DTargetTransformInfo.h2382 bool shouldBuildLookupTablesForConstant(Constant *C) override { shouldBuildLookupTablesForConstant() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp555 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( shouldBuildLookupTablesForConstant() function in TargetTransformInfo