Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/progs/
H A Ddump_entry.h72 typedef unsigned PredIdx; typedef
75 typedef int (*PredFunc) (PredType, PredIdx);
76 typedef void (*PredHook) (PredType, PredIdx, const char *);
H A Ddump_entry.c77 static const PredIdx *bool_indirect, *num_indirect, *str_indirect;
304 dump_predicate(PredType type, PredIdx idx) in dump_predicate()
342 version_filter(PredType type, PredIdx idx) in version_filter()
915 PredIdx i, j; in fmt_entry()
919 PredIdx num_bools = 0; in fmt_entry()
920 PredIdx num_values = 0; in fmt_entry()
921 PredIdx num_strings = 0; in fmt_entry()
1274 j = (PredIdx) outbuf.used; in fmt_entry()
1329 PredIdx n; in find_string()
1717 PredIdx i, j; in compare_entry()
H A DMKtermsort.sh66 typedef unsigned PredIdx;
H A Dinfocmp.c176 capcmp(PredIdx idx, const char *s, const char *t) in capcmp()
202 use_predicate(unsigned type, PredIdx idx) in use_predicate()
339 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i])) in entryeq()
472 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp487 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local
494 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(1, 3, 2); in expand_DestructiveOp()
501 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(1, 2, 3); in expand_DestructiveOp()
504 std::tie(PredIdx, DOPIdx, SrcIdx) = std::make_tuple(2, 3, 3); in expand_DestructiveOp()
507 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 2, 3, 4); in expand_DestructiveOp()
510 std::tie(PredIdx, DOPIdx, SrcIdx, Src2Idx) = std::make_tuple(1, 3, 4, 2); in expand_DestructiveOp()
605 .addReg(MI.getOperand(PredIdx).getReg()) in expand_DestructiveOp()
620 .add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
641 .add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
648 DOP.add(MI.getOperand(PredIdx)) in expand_DestructiveOp()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp987 for (unsigned PredIdx = 0, PredEnd = NumPreds; PredIdx != PredEnd; in cloneCommonBlocks() local
988 ++PredIdx) { in cloneCommonBlocks()
989 BasicBlock *IncomingBlock = PN->getIncomingBlock(PredIdx); in cloneCommonBlocks()
1006 --PredIdx; in cloneCommonBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp336 unsigned PredIdx; in markDefs() member
339 PhiEntry(const VNInfo *Phi, unsigned PredIdx, LaneBitmask DefinedLanes) in markDefs()
340 : Phi(Phi), PredIdx(PredIdx), DefinedLanes(DefinedLanes) {} in markDefs()
422 NextPredIdx = Entry.PredIdx; in markDefs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3743 unsigned PredIdx = 0; in selectVectorICmp() local
3749 PredIdx = 0; in selectVectorICmp()
3752 PredIdx = 1; in selectVectorICmp()
3755 PredIdx = 2; in selectVectorICmp()
3758 PredIdx = 3; in selectVectorICmp()
3762 PredIdx = 4; in selectVectorICmp()
3766 PredIdx = 5; in selectVectorICmp()
3769 PredIdx = 6; in selectVectorICmp()
3772 PredIdx = 7; in selectVectorICmp()
3776 PredIdx = 8; in selectVectorICmp()
[all …]