| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | dump_entry.h | 71 typedef unsigned PredIdx; typedef 72 typedef int (*PredFunc) (PredType, PredIdx); 73 typedef void (*PredHook) (PredType, PredIdx, const char *);
|
| H A D | dump_entry.c | 77 static const PredIdx *bool_indirect, *num_indirect, *str_indirect; 306 dump_predicate(PredType type, PredIdx idx) in dump_predicate() 344 version_filter(PredType type, PredIdx idx) in version_filter() 908 PredIdx i, j; in fmt_entry() 913 PredIdx num_bools = 0; in fmt_entry() 914 PredIdx num_values = 0; in fmt_entry() 915 PredIdx num_strings = 0; in fmt_entry() 1267 j = (PredIdx) outbuf.used; in fmt_entry() 1322 PredIdx n; in find_string() 1692 PredIdx i, j; in compare_entry()
|
| H A D | infocmp.c | 174 capcmp(PredIdx idx, const char *s, const char *t) in capcmp() 189 use_predicate(unsigned type, PredIdx idx) in use_predicate() 313 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i])) in entryeq() 445 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
|
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 842 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()
|
| /freebsd-13.1/contrib/llvm-project/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() 424 NextPredIdx = Entry.PredIdx; in markDefs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 3609 unsigned PredIdx = 0; in selectVectorICmp() local 3615 PredIdx = 0; in selectVectorICmp() 3618 PredIdx = 1; in selectVectorICmp() 3621 PredIdx = 2; in selectVectorICmp() 3624 PredIdx = 3; in selectVectorICmp() 3628 PredIdx = 4; in selectVectorICmp() 3632 PredIdx = 5; in selectVectorICmp() 3635 PredIdx = 6; in selectVectorICmp() 3638 PredIdx = 7; in selectVectorICmp() 3642 PredIdx = 8; in selectVectorICmp() [all …]
|