Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h179 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h560 bool shouldBuildLookupTablesForConstant(Constant *C) const;
1087 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;
1348 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function
1349 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
H A DTargetTransformInfoImpl.h295 bool shouldBuildLookupTablesForConstant(Constant *C) { return true; } in shouldBuildLookupTablesForConstant() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp235 bool TargetTransformInfo::shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function in TargetTransformInfo
236 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4578 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()