Searched refs:PTrue (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 95 static bool isPTruePromoted(IntrinsicInst *PTrue) { in isPTruePromoted() argument 99 for (User *User : PTrue->users()) { in isPTruePromoted() 112 const auto *PTrueVTy = cast<ScalableVectorType>(PTrue->getType()); in isPTruePromoted() 169 for (auto *PTrue : PTrues) { in coalescePTrueIntrinsicCalls() local 170 auto *PTrueVTy = cast<VectorType>(PTrue->getType()); in coalescePTrueIntrinsicCalls() 181 PTrue->replaceAllUsesWith(ConvertFromSVBool); in coalescePTrueIntrinsicCalls() 183 PTrue->replaceAllUsesWith(MostEncompassingPTrue); in coalescePTrueIntrinsicCalls() 185 PTrue->eraseFromParent(); in coalescePTrueIntrinsicCalls()
|
| H A D | AArch64TargetTransformInfo.cpp | 780 auto *PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, in instCombineSVECmpNE() local 783 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue}); in instCombineSVECmpNE() 921 auto *PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, in instCombineRDFFR() local 924 Builder.CreateIntrinsic(Intrinsic::aarch64_sve_rdffr_z, {}, {PTrue}); in instCombineRDFFR()
|
| H A D | AArch64SVEInstrInfo.td | 2554 Instruction RegImmInst, Instruction PTrue, 2558 (RegRegInst ZPR:$val, (PTrue 31), GPR64sp:$base, GPR64:$offset)>; 2562 (RegImmInst ZPR:$val, (PTrue 31), GPR64sp:$base, simm4s1:$offset)>; 2566 (RegImmInst ZPR:$val, (PTrue 31), GPR64:$base, (i64 0))>; 2590 Instruction RegImmInst, Instruction PTrue, 2594 (RegRegInst (PTrue 31), GPR64sp:$base, GPR64:$offset)>; 2598 (RegImmInst (PTrue 31), GPR64sp:$base, simm4s1:$offset)>; 2602 (RegImmInst (PTrue 31), GPR64:$base, (i64 0))>;
|
| H A D | AArch64ISelLowering.cpp | 11743 SDValue PTrue = getPTrue(DAG, DL, PredTy, *PredPattern); in LowerINSERT_SUBVECTOR() local 11745 return DAG.getNode(ISD::VSELECT, DL, VT, PTrue, ScalableVec1, Vec0); in LowerINSERT_SUBVECTOR() 13110 Value *PTrue = nullptr; in lowerInterleavedLoad() local 13121 PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, {PredTy}, in lowerInterleavedLoad() 13136 LdNFunc, {PTrue, Builder.CreateBitCast(BaseAddr, PtrTy)}, "ldN"); in lowerInterleavedLoad() 13290 Value *PTrue = nullptr; in lowerInterleavedStore() local 13302 PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, {PredTy}, in lowerInterleavedStore() 13344 Ops.push_back(PTrue); in lowerInterleavedStore()
|
| H A D | SVEInstrFormats.td | 291 // SVE PTrue - These are used extensively throughout the pattern matching so
|