Searched refs:GT (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DSCCIterator.h35 template<class GraphT, class GT = GraphTraits<GraphT> >
38 std::vector<typename GT::NodeType>, ptrdiff_t> {
39 typedef typename GT::NodeType NodeType;
40 typedef typename GT::ChildIteratorType ChildItTy;
43 std::vector<typename GT::NodeType>, ptrdiff_t> super;
74 VisitStack.push_back(std::make_pair(N, GT::child_begin(N)));
82 while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) {
103 assert(VisitStack.back().second ==GT::child_end(VisitStack.back().first));
138 typedef scc_iterator<GraphT, GT> _Self;
141 static inline _Self begin(const GraphT &G){return _Self(GT
[all...]
H A DPostOrderIterator.h90 class GT = GraphTraits<GraphT> >
92 typename GT::NodeType, ptrdiff_t>,
95 typename GT::NodeType, ptrdiff_t> super;
96 typedef typename GT::NodeType NodeType;
97 typedef typename GT::ChildIteratorType ChildItTy;
104 while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) {
108 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB)));
115 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB)));
123 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB)));
133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Sel
[all...]
H A DDepthFirstIterator.h64 bool ExtStorage = false, class GT = GraphTraits<GraphT> >
66 typename GT::NodeType, ptrdiff_t>,
69 typename GT::NodeType, ptrdiff_t> super;
71 typedef typename GT::NodeType NodeType;
72 typedef typename GT::ChildIteratorType ChildItTy;
83 GT::child_begin(Node)));
92 GT::child_begin(Node)));
108 It = GT::child_begin(Node);
112 while (It != GT::child_end(Node)) {
119 GT
[all...]
/freebsd-10.1-release/usr.bin/tset/
H A Dmap.c50 #define GT 0x01 macro
54 #define GE (GT | EQ)
109 if (mapp->conditional & GT)
116 mapp->conditional |= GT;
152 mapp->conditional = ~mapp->conditional & (EQ | GT | LT);
166 if (mapp->conditional & GT) {
167 (void)printf("GT");
204 case GT:
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h39 GT, enumerator in enum:llvm::NVPTXCC::CondCodes
54 case NVPTXCC::GT:
158 GT, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DIntervalIterator.h88 template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>,
174 for (typename GT::ChildIteratorType I = GT::child_begin(Node),
175 E = GT::child_end(Node); I != E; ++I)
228 for (typename GT::ChildIteratorType It = GT::child_begin(Node),
229 End = GT::child_end(Node); It != End; ++It)
H A DBlockFrequencyImpl.h49 typedef GraphTraits< Inverse<BlockT *> > GT; typedef in class:llvm::BlockFrequencyImpl
133 typename GT::ChildIteratorType
170 for (typename GT::ChildIteratorType
218 for (typename GT::ChildIteratorType
295 for (typename GT::ChildIteratorType
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h42 GT, // Greater than Greater than enumerator in enum:llvm::ARMCC::CondCodes
62 case GT: return LE;
63 case LE: return GT;
82 case ARMCC::GT: return "gt";
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dop.h83 GT, enumerator in enum:__anon11896
/freebsd-10.1-release/contrib/one-true-awk/
H A Dmaketab.c51 { GT, "relop", " > " },
H A Dawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
229 | pattern GT pattern { $$ = op2($2, $1, $3); }
301 | print prarg GT term {
469 case LE: case LT: case EQ: case NE: case GT: case GE:
H A Dlex.c261 yylval.i = GT; RET(GT);
H A Drun.c675 case GT: if (i>0) return(True);
1630 int mode; /* '|', 'a', 'w' => LE/LT, GT */
1646 files[1].mode = GT;
1649 files[2].mode = GT;
1662 if (a == files[i].mode || (a==APPEND && files[i].mode==GT))
1685 if (a == GT) {
1689 m = GT; /* so can mix > and >> */
/freebsd-10.1-release/contrib/gcc/
H A Djump.c528 case GT:
535 return GT;
575 case GT:
592 return GT;
621 case GT:
626 return GT;
668 case GT:
691 case GT:
698 return GT;
755 case GT
[all...]
H A Ddojump.c412 && ! can_compare_p (GT, mode, ccp_jump))
415 do_compare_and_jump (exp, GT, GTU, if_false_label, if_true_label);
651 do_compare_rtx_and_jump (op0_word, op1_word, GT,
668 The code of EXP is ignored; we always test GT if SWAP is 0,
944 case GT:
H A Drtl.def56 an rtx code for a comparison (e.g, LT, GT)
512 DEF_RTL_EXPR(GT, "gt", "ee", RTX_COMPARE)
H A Dstmt.c3010 GT, NULL_RTX, mode, unsignedp,
3072 GT, NULL_RTX, mode, unsignedp,
3138 GT, NULL_RTX, mode, unsignedp,
3179 GT, NULL_RTX, mode, unsignedp,
3192 GT, NULL_RTX, mode, unsignedp,
3261 GT, NULL_RTX, mode, unsignedp,
3293 GT, NULL_RTX, mode, unsignedp,
3325 emit_cmp_and_jump_insns (new_index, new_bound, GT, NULL_RTX,
H A Dloop-iv.c1461 if ((GET_CODE (a) == GT || GET_CODE (a) == LT)
1469 if (GET_CODE (a) == GT)
1556 code = GT, op1 = gen_int_mode (const_val - 1, mode);
1823 cond_over = simplify_gen_relational (GT, SImode, iv->extend_mode,
1841 case GT:
2054 case GT:
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtset.c272 #define GT 0x01 macro
276 #define GE (GT | EQ)
418 if (mapp->conditional & GT)
425 mapp->conditional |= GT;
463 mapp->conditional = ~mapp->conditional & (EQ | GT | LT);
480 if (mapp->conditional & GT) {
481 (void) printf("GT");
517 case GT:
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp611 if (Direction & DVEntry::GT)
1068 Result.DV[Level].Direction &= Dependence::DVEntry::GT;
1110 NewDirection |= Dependence::DVEntry::GT;
1168 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT);
1230 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT);
1517 DEBUG(dbgs() << "\t exploring GT direction\n");
1527 NewDirection |= Dependence::DVEntry::GT;
2535 case Dependence::DVEntry::GT:
2578 if (Bound[Level].Lower[Dependence::DVEntry::GT])
2579 DEBUG(dbgs() << *Bound[Level].Lower[Dependence::DVEntry::GT] << '\
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h363 GT, ///< Signed greater than comparison (result is either 0 or some enumerator in enum:llvm::MCBinaryExpr::Opcode
414 return Create(GT, LHS, RHS, Ctx);
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp170 case NVPTX::PTXCmpMode::GT:
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp104 case MCBinaryExpr::GT: OS << '>'; break;
719 case MCBinaryExpr::GT: Result = LHS > RHS; break;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtVisitor.h126 BINOP_FALLBACK(LT) BINOP_FALLBACK(GT) BINOP_FALLBACK(LE)
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h43 GT, // Signed greater than Greater than enumerator in enum:llvm::A64CC::CondCodes
69 case A64CC::GT: return "gt";
93 .Case("gt", A64CC::GT)

Completed in 271 milliseconds

123