Home
last modified time | relevance | path

Searched refs:PredIdx (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp658 for (int PredIdx : llvm::seq<int>(0, SpecPreds.size())) { in speculatePHIs() local
659 auto *PredBB = SpecPreds[PredIdx]; in speculatePHIs()
665 NewI->setName(Twine(OrigI->getName()) + "." + Twine(PredIdx)); in speculatePHIs()
679 assert(SpeculatedVals[PredIdx] && in speculatePHIs()
681 assert(SpeculatedVals[PredIdx]->getType() == OpI->getType() && in speculatePHIs()
685 U.set(SpeculatedVals[PredIdx]); in speculatePHIs()
696 assert(SpeculatedValueMap[OrigI][PredIdx] == NewI && in speculatePHIs()
714 for (int PredIdx : llvm::seq<int>(0, SpecPreds.size())) in speculatePHIs() local
715 SpecIPN->addIncoming(SpeculatedVals[PredIdx], SpecPreds[PredIdx]); in speculatePHIs()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp547 for (unsigned PredIdx : TestedPredicatesForLeaf.set_bits()) { in applyForPartition() local
549 << PredIdx << " of " << TestedPredicatesForLeaf.size() in applyForPartition()
550 << " " << *Leaf.getPredicate(PredIdx) << "\n"); in applyForPartition()
551 Leaf.RemainingPredicates.reset(PredIdx); in applyForPartition()
552 Leaf.TestablePredicates.reset(PredIdx); in applyForPartition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp411 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local
417 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(1, 3, 2); in expand_DestructiveOp()
424 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(1, 2, 3); in expand_DestructiveOp()
427 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 2, 3, 4); in expand_DestructiveOp()
430 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 3, 4, 2); in expand_DestructiveOp()
434 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 4, 3, 2); in expand_DestructiveOp()
516 .addReg(MI.getOperand(PredIdx).getReg()) in expand_DestructiveOp()
541 DOP.add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
546 DOP.add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp842 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local
843 ++PredIdx) { in cloneCommonBlocks()
844 BasicBlock *IncomingBlock = PN->getIncomingBlock(PredIdx); in cloneCommonBlocks()
864 --PredIdx; in cloneCommonBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp337 unsigned PredIdx; in markDefs() member
340 PhiEntry(const VNInfo *Phi, unsigned PredIdx, LaneBitmask DefinedLanes) in markDefs()
341 : Phi(Phi), PredIdx(PredIdx), DefinedLanes(DefinedLanes) {} in markDefs()
424 NextPredIdx = Entry.PredIdx; in markDefs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3489 unsigned PredIdx = 0; in selectVectorICmp() local
3495 PredIdx = 0; in selectVectorICmp()
3498 PredIdx = 1; in selectVectorICmp()
3501 PredIdx = 2; in selectVectorICmp()
3504 PredIdx = 3; in selectVectorICmp()
3508 PredIdx = 4; in selectVectorICmp()
3512 PredIdx = 5; in selectVectorICmp()
3515 PredIdx = 6; in selectVectorICmp()
3518 PredIdx = 7; in selectVectorICmp()
3522 PredIdx = 8; in selectVectorICmp()
[all …]