Home
last modified time | relevance | path

Searched defs:PTrue (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp105 static bool isPTruePromoted(IntrinsicInst *PTrue) { in isPTruePromoted()
161 PTrues.remove_if([](auto *PTrue) { return isPTruePromoted(PTrue); }); in coalescePTrueIntrinsicCalls()
179 for (auto *PTrue : PTrues) { in coalescePTrueIntrinsicCalls() local
H A DAArch64TargetTransformInfo.cpp482 auto *PTrue = Builder.CreateIntrinsic(Intrinsic::aarch64_sve_ptrue, in instCombineRDFFR() local