Searched defs:Pg (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 684 IntrinsicInst *Pg = dyn_cast<IntrinsicInst>(II.getArgOperand(1)); in instCombineSVEDup() local 725 auto *Pg = dyn_cast<IntrinsicInst>(II.getArgOperand(0)); in instCombineSVECmpNE() local 823 Value *Pg = II.getArgOperand(0); in instCombineSVELast() local 906 Value *Pg = II.getArgOperand(0); in instCombineSVECondLast() local 1002 IntrinsicInst *Pg = dyn_cast<IntrinsicInst>(PgVal); in instCombineSVEPTest() local
|
H A D | AArch64ISelLowering.cpp | 12832 SDValue Pg = getPredicateForScalableVector(DAG, dl, VT); in LowerDIV() local 16503 SDValue Pg = getPTrue(DAG, SDLoc(N), VT, AArch64SVEPredPattern::all); in performFirstTrueTestVectorCombine() local 16540 SDValue Pg = getPTrue(DAG, SDLoc(N), OpVT, AArch64SVEPredPattern::all); in performLastTrueTestVectorCombine() local 17888 static SDValue getPTest(SelectionDAG &DAG, EVT VT, SDValue Pg, SDValue Op, in getPTest() 17993 SDValue Pg = N->getOperand(1); in convertMergedOpToPredOp() local 19013 SDValue Pg = N->getOperand(1); in performGLD1Combine() local 22953 auto Pg = getPredicateForFixedLengthVector(DAG, DL, VT); in LowerFixedLengthVectorLoadToSVE() local 22988 auto Pg = getPredicateForFixedLengthVector(DAG, DL, InVT); in convertFixedMaskToScalableVector() local 23053 auto Pg = getPredicateForFixedLengthVector(DAG, DL, VT); in LowerFixedLengthVectorStoreToSVE() local 23110 SDValue Pg = getPredicateForFixedLengthVector(DAG, dl, VT); in LowerFixedLengthVectorIntDivideToSVE() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 151 unsigned Pg; member in __anonb6c3df290111::AArch64AsmParser::PrefixInfo
|