Searched defs:shouldBuildLookupTablesForConstant (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMTargetTransformInfo.h | 324 bool shouldBuildLookupTablesForConstant(Constant *C) const { shouldBuildLookupTablesForConstant() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 342 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } shouldBuildLookupTablesForConstant() function |
H A D | TargetTransformInfo.h | 2382 bool shouldBuildLookupTablesForConstant(Constant *C) override { shouldBuildLookupTablesForConstant() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 555 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( shouldBuildLookupTablesForConstant() function in TargetTransformInfo |