Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h319 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h741 bool shouldBuildLookupTablesForConstant(Constant *C) const;
1678 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;
2149 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function
2150 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
H A DTargetTransformInfoImpl.h328 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp503 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo
505 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5621 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()