Searched defs:shouldBuildLookupTablesForConstant (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h239 bool shouldBuildLookupTablesForConstant(Constant *C) const { function in class:llvm::ARMTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h313 bool shouldBuildLookupTablesForConstant(Constant *C) { return true; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp381 bool TargetTransformInfo::shouldBuildLookupTablesForConstant(Constant *C) const { function in class:TargetTransformInfo

Completed in 102 milliseconds