Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tic/
Ddump_entry.h74 typedef unsigned PredIdx; typedef
77 typedef int (*PredFunc) (PredType, PredIdx);
78 typedef void (*PredHook) (PredType, PredIdx, const char *);
Ddump_entry.c79 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()
917 PredIdx i, j; in fmt_entry()
921 PredIdx num_bools = 0; in fmt_entry()
922 PredIdx num_values = 0; in fmt_entry()
923 PredIdx num_strings = 0; in fmt_entry()
1276 j = (PredIdx) outbuf.used; in fmt_entry()
1331 PredIdx n; in find_string()
1719 PredIdx i, j; in compare_entry()
DMKtermsort.sh67 typedef unsigned PredIdx;
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp453 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()
570 .addReg(MI.getOperand(PredIdx).getReg()) in expand_DestructiveOp()
584 .add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
605 .add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DWinEHPrepare.cpp839 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local
840 ++PredIdx) { in cloneCommonBlocks()
841 BasicBlock *IncomingBlock = PN->getIncomingBlock(PredIdx); in cloneCommonBlocks()
858 --PredIdx; in cloneCommonBlocks()
/openbsd/src/usr.bin/infocmp/
Dinfocmp.c178 capcmp(PredIdx idx, const char *s, const char *t) in capcmp()
193 use_predicate(unsigned type, PredIdx idx) in use_predicate()
317 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i])) in entryeq()
450 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
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()
423 NextPredIdx = Entry.PredIdx; in markDefs()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp3841 unsigned PredIdx = 0; in selectVectorICmp() local
3847 PredIdx = 0; in selectVectorICmp()
3850 PredIdx = 1; in selectVectorICmp()
3853 PredIdx = 2; in selectVectorICmp()
3856 PredIdx = 3; in selectVectorICmp()
3860 PredIdx = 4; in selectVectorICmp()
3864 PredIdx = 5; in selectVectorICmp()
3867 PredIdx = 6; in selectVectorICmp()
3870 PredIdx = 7; in selectVectorICmp()
3874 PredIdx = 8; in selectVectorICmp()
[all …]