Home
last modified time | relevance | path

Searched refs:OpPredicate (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp929 auto *OpPredicate = II.getOperand(0); in instCombineSVESel() local
930 if (isAllActivePredicate(OpPredicate)) in instCombineSVESel()
934 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2)); in instCombineSVESel()
1389 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorBinOp() local
1392 !match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEVectorBinOp()
1406 auto *OpPredicate = II.getOperand(0); in instCombineSVEAllActive() local
1407 if (!match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEAllActive()
1548 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorMul() local
1581 if (OpPredicate == DupPg) { in instCombineSVEVectorMul()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td172 defvar OpPredicate = op.ParserMatchClass.PredicateMethod;
175 "return Op."#OpPredicate#"() && "#valuePredicate#"; })";