Home
last modified time | relevance | path

Searched defs:shouldBuildLookupTablesForConstant (Results 1 – 4 of 4) 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 DTargetTransformInfoImpl.h328 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
H A DTargetTransformInfo.h2149 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp503 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo