Home
last modified time | relevance | path

Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h303 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h759 bool shouldBuildLookupTablesForConstant(Constant *C) const;
1629 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;
2079 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function
2080 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
H A DTargetTransformInfoImpl.h324 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp498 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo
500 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5452 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()