Home
last modified time | relevance | path

Searched defs:shouldTreatInstructionLikeSelect (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h401 bool shouldTreatInstructionLikeSelect(const Instruction *I) { in shouldTreatInstructionLikeSelect() function
H A DTargetTransformInfo.h2516 bool shouldTreatInstructionLikeSelect(const Instruction *I) override { in shouldTreatInstructionLikeSelect() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp633 bool TargetTransformInfo::shouldTreatInstructionLikeSelect( in shouldTreatInstructionLikeSelect() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4400 bool AArch64TTIImpl::shouldTreatInstructionLikeSelect(const Instruction *I) { in shouldTreatInstructionLikeSelect() function in AArch64TTIImpl