Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h336 bool shouldBuildLookupTablesForConstant(Constant *C) const override { in shouldBuildLookupTablesForConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp598 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo
600 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h928 LLVM_ABI bool shouldBuildLookupTablesForConstant(Constant *C) const;
H A DTargetTransformInfoImpl.h426 virtual bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6007 if (!TTI.shouldBuildLookupTablesForConstant(C)) in validLookupTableConstant()