Home
last modified time | relevance | path

Searched defs:Pg (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp684 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
DAArch64ISelLowering.cpp12832 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
22952 auto Pg = getPredicateForFixedLengthVector(DAG, DL, VT); in LowerFixedLengthVectorLoadToSVE() local
22987 auto Pg = getPredicateForFixedLengthVector(DAG, DL, InVT); in convertFixedMaskToScalableVector() local
23052 auto Pg = getPredicateForFixedLengthVector(DAG, DL, VT); in LowerFixedLengthVectorStoreToSVE() local
23109 SDValue Pg = getPredicateForFixedLengthVector(DAG, dl, VT); in LowerFixedLengthVectorIntDivideToSVE() local
[all …]
/external/vixl/src/aarch64/
Dassembler-aarch64.h7303 static Instr Pg(PRegister pg) { in Pg() function
/external/coreboot/src/vendorcode/amd/pi/00730F01/Proc/CPU/
DcpuLateInit.h664 UINT16 Pg:1; ///< Page member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp142 unsigned Pg; member in __anon104d952c0111::AArch64AsmParser::PrefixInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp151 unsigned Pg; member in __anona0875ff20111::AArch64AsmParser::PrefixInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10968 static SDValue getPTest(SelectionDAG &DAG, EVT VT, SDValue Pg, SDValue Op, in getPTest()