Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1070 auto *OpPredicate = II.getOperand(0); in instCombineSVESel() local
1071 if (isAllActivePredicate(OpPredicate)) in instCombineSVESel()
1075 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2)); in instCombineSVESel()
1534 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorBinOp() local
1537 !match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEVectorBinOp()
1551 auto *OpPredicate = II.getOperand(0); in instCombineSVEAllActive() local
1552 if (!match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEAllActive()
1693 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorMul() local
1726 if (OpPredicate == DupPg) { in instCombineSVEVectorMul()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td152 defvar OpPredicate = op.ParserMatchClass.PredicateMethod;
155 "return Op."#OpPredicate#"() && "#valuePredicate#"; })";