Home
last modified time | relevance | path

Searched refs:PTrue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp94 static bool isPTruePromoted(IntrinsicInst *PTrue) { in isPTruePromoted() argument
98 for (User *User : PTrue->users()) { in isPTruePromoted()
111 const auto *PTrueVTy = cast<ScalableVectorType>(PTrue->getType()); in isPTruePromoted()
168 for (auto *PTrue : PTrues) { in coalescePTrueIntrinsicCalls() local
169 auto *PTrueVTy = cast<VectorType>(PTrue->getType()); in coalescePTrueIntrinsicCalls()
180 PTrue->replaceAllUsesWith(ConvertFromSVBool); in coalescePTrueIntrinsicCalls()
182 PTrue->replaceAllUsesWith(MostEncompassingPTrue); in coalescePTrueIntrinsicCalls()
184 PTrue->eraseFromParent(); in coalescePTrueIntrinsicCalls()
H A DAArch64SVEInstrInfo.td3006 Instruction RegImmInst, Instruction PTrue,
3010 (RegRegInst ZPR:$val, (PTrue 31), GPR64sp:$base, GPR64:$offset)>;
3014 (RegImmInst ZPR:$val, (PTrue 31), GPR64sp:$base, simm4s1:$offset)>;
3018 (RegImmInst ZPR:$val, (PTrue 31), GPR64:$base, (i64 0))>;
3042 Instruction RegImmInst, Instruction PTrue,
3046 (RegRegInst (PTrue 31), GPR64sp:$base, GPR64:$offset)>;
3050 (RegImmInst (PTrue 31), GPR64sp:$base, simm4s1:$offset)>;
3054 (RegImmInst (PTrue 31), GPR64:$base, (i64 0))>;
H A DAArch64TargetTransformInfo.cpp1906 auto *PTrue = IC.Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, in instCombineSVECmpNE() local
1909 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue}); in instCombineSVECmpNE()
2041 auto *PTrue = IC.Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, in instCombineRDFFR() local
2044 IC.Builder.CreateIntrinsic(Intrinsic::aarch64_sve_rdffr_z, {PTrue}); in instCombineRDFFR()
H A DAArch64ISelLowering.cpp15547 SDValue PTrue = getPTrue(DAG, DL, PredTy, *PredPattern); in LowerINSERT_SUBVECTOR() local
15549 return DAG.getNode(ISD::VSELECT, DL, VT, PTrue, ScalableVec1, Vec0); in LowerINSERT_SUBVECTOR()
17213 Value *PTrue = nullptr; in lowerInterleavedLoad() local
17224 PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, {PredTy}, in lowerInterleavedLoad()
17238 LdN = Builder.CreateCall(LdNFunc, {PTrue, BaseAddr}, "ldN"); in lowerInterleavedLoad()
17411 Value *PTrue = nullptr; in lowerInterleavedStore() local
17423 PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, {PredTy}, in lowerInterleavedStore()
17464 Ops.push_back(PTrue); in lowerInterleavedStore()
H A DSVEInstrFormats.td420 // SVE PTrue - These are used extensively throughout the pattern matching so