Searched refs:PredIdx (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 454 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local 460 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(1, 3, 2); in expand_DestructiveOp() 467 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(1, 2, 3); in expand_DestructiveOp() 470 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(2, 3, 3); in expand_DestructiveOp() 473 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 2, 3, 4); in expand_DestructiveOp() 476 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 3, 4, 2); in expand_DestructiveOp() 480 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 4, 3, 2); in expand_DestructiveOp() 563 .addReg(MI.getOperand(PredIdx).getReg()) in expand_DestructiveOp() 587 .add(MI.getOperand(PredIdx)) in expand_DestructiveOp() 593 DOP.add(MI.getOperand(PredIdx)) in expand_DestructiveOp() [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | 547 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()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 839 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local 840 ++PredIdx) { in cloneCommonBlocks() 841 BasicBlock *IncomingBlock = PN->getIncomingBlock(PredIdx); in cloneCommonBlocks() 861 --PredIdx; in cloneCommonBlocks()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIWholeQuadMode.cpp | 337 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() 423 NextPredIdx = Entry.PredIdx; in markDefs()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 3805 unsigned PredIdx = 0; in selectVectorICmp() local 3811 PredIdx = 0; in selectVectorICmp() 3814 PredIdx = 1; in selectVectorICmp() 3817 PredIdx = 2; in selectVectorICmp() 3820 PredIdx = 3; in selectVectorICmp() 3824 PredIdx = 4; in selectVectorICmp() 3828 PredIdx = 5; in selectVectorICmp() 3831 PredIdx = 6; in selectVectorICmp() 3834 PredIdx = 7; in selectVectorICmp() 3838 PredIdx = 8; in selectVectorICmp() [all …]
|