Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td152 defvar OpPredicate = op.ParserMatchClass.PredicateMethod;
155 "return Op."#OpPredicate#"() && "#valuePredicate#"; })";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1628 auto *OpPredicate = II.getOperand(IInfo.getGoverningPredicateOperandIdx()); in simplifySVEIntrinsic() local
1631 if (match(OpPredicate, m_ZeroInt())) { in simplifySVEIntrinsic()
1645 if (isAllActivePredicate(OpPredicate)) { in simplifySVEIntrinsic()
1782 auto *OpPredicate = II.getOperand(0); in instCombineSVESel() local
1783 if (isAllActivePredicate(OpPredicate)) in instCombineSVESel()
1787 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2)); in instCombineSVESel()
2236 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorBinOp() local
2239 !isAllActivePredicate(OpPredicate)) in instCombineSVEVectorBinOp()