| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | SCCIterator.h | 35 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))); in DFSVisitOne() 82 while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) { in DFSVisitChildren() 103 assert(VisitStack.back().second ==GT::child_end(VisitStack.back().first)); in GetNextSCC() 138 typedef scc_iterator<GraphT, GT> _Self; 141 static inline _Self begin(const GraphT &G){return _Self(GT::getEntryNode(G));} in begin() [all …]
|
| HD | PostOrderIterator.h | 90 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)) { in traverseChild() 108 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB))); in traverseChild() 115 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB))); in po_iterator() 123 VisitStack.push_back(std::make_pair(BB, GT::child_begin(BB))); in po_iterator() 133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self; [all …]
|
| HD | DepthFirstIterator.h | 64 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))); in df_iterator() 92 GT::child_begin(Node))); in df_iterator() 108 It = GT::child_begin(Node); in toNext() 112 while (It != GT::child_end(Node)) { in toNext() 119 GT::child_begin(Next))); in toNext() [all …]
|
| /trueos/contrib/ofed/libmlx4/fixes/ |
| HD | add_supported_devices.patch | 9 + HCA(MELLANOX, 0x6368), /* MT25448 [ConnectX EN 10GigE, PCIe 2.0 2.5GT/s] */ 10 + HCA(MELLANOX, 0x6750), /* MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] */ 11 + HCA(MELLANOX, 0x6372), /* MT25408 [ConnectX EN 10GigE 10GBaseT, PCIe 2.0 2.5GT/s] */ 12 + HCA(MELLANOX, 0x675a), /* MT25408 [ConnectX EN 10GigE 10GBaseT, PCIe Gen2 5GT/s] */ 13 + HCA(MELLANOX, 0x6764), /* MT26468 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] */ 14 + HCA(MELLANOX, 0x6746), /* MT26438 ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE Virt+ */ 15 + HCA(MELLANOX, 0x676e), /* MT26478 ConnectX EN 40GigE PCIe 2.0 5GT/s */ 16 + HCA(MELLANOX, 0x6778), /* MT26488 ConnectX VPI PCIe 2.0 5GT/s - IB DDR / 10GigE Virt+ */
|
| /trueos/usr.bin/tset/ |
| HD | map.c | 50 #define GT 0x01 macro 54 #define GE (GT | EQ) 109 if (mapp->conditional & GT) in add_mapping() 116 mapp->conditional |= GT; in add_mapping() 152 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping() 166 if (mapp->conditional & GT) { in add_mapping() 204 case GT: in mapped()
|
| /trueos/contrib/llvm/include/llvm/Analysis/ |
| HD | IntervalIterator.h | 88 template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, 174 for (typename GT::ChildIteratorType I = GT::child_begin(Node), in ProcessInterval() 175 E = GT::child_end(Node); I != E; ++I) in ProcessInterval() 228 for (typename GT::ChildIteratorType It = GT::child_begin(Node), in ProcessNode() 229 End = GT::child_end(Node); It != End; ++It) in ProcessNode()
|
| HD | BlockFrequencyImpl.h | 49 typedef GraphTraits< Inverse<BlockT *> > GT; typedef 133 typename GT::ChildIteratorType in getSingleBlockPred() 170 for (typename GT::ChildIteratorType in doBlock() 218 for (typename GT::ChildIteratorType in doLoop() 295 for (typename GT::ChildIteratorType in doFunction()
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTX.h | 39 GT, enumerator 54 case NVPTXCC::GT: in NVPTXCondCodeToString() 158 GT, enumerator
|
| /trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMBaseInfo.h | 42 GT, // Greater than Greater than enumerator 62 case GT: return LE; in getOppositeCondition() 63 case LE: return GT; in getOppositeCondition() 82 case ARMCC::GT: return "gt"; in ARMCondCodeToString()
|
| /trueos/sys/gnu/dts/arm/ |
| HD | sh73a0-kzm9g.dts | 2 * Device Tree Source for the KZM-A9-GT board 15 model = "KZM-A9-GT";
|
| HD | sh73a0-kzm9g-reference.dts | 2 * Device Tree Source for the KZM-A9-GT board 21 model = "KZM-A9-GT";
|
| /trueos/contrib/gcc/config/s390/ |
| HD | s390-modes.def | 47 CCS: EQ LT GT UNORDERED (LTGFR, LTGR, LTR, ICM/Y, 53 CCSR: EQ GT LT UNORDERED (CGF/R, CH/Y) 57 CCA: EQ LT GT Overflow 58 CCAP: EQ LT GT LT (AGHI, AHI) 59 CCAN: EQ LT GT GT (AGHI, AHI)
|
| /trueos/contrib/ncurses/progs/ |
| HD | tset.c | 272 #define GT 0x01 macro 276 #define GE (GT | EQ) 418 if (mapp->conditional & GT) in add_mapping() 425 mapp->conditional |= GT; in add_mapping() 463 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping() 480 if (mapp->conditional & GT) { in add_mapping() 517 case GT: in mapped()
|
| /trueos/contrib/gcc/ |
| HD | jump.c | 521 case GT: in reverse_condition() 528 return GT; in reverse_condition() 568 case GT: in reverse_condition_maybe_unordered() 585 return GT; in reverse_condition_maybe_unordered() 614 case GT: in swap_condition() 619 return GT; in swap_condition() 661 case GT: in unsigned_condition() 684 case GT: in signed_condition() 691 return GT; in signed_condition() 747 case GT: in comparison_dominates_p()
|
| HD | dojump.c | 411 && ! can_compare_p (GT, mode, ccp_jump)) in do_jump() 414 do_compare_and_jump (exp, GT, GTU, if_false_label, if_true_label); in do_jump() 649 do_compare_rtx_and_jump (op0_word, op1_word, GT, in do_jump_by_parts_greater_rtx() 940 case GT: in do_compare_rtx_and_jump()
|
| HD | stmt.c | 2992 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3054 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3120 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3161 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3174 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3243 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3275 GT, NULL_RTX, mode, unsignedp, in emit_case_nodes() 3307 emit_cmp_and_jump_insns (new_index, new_bound, GT, NULL_RTX, in emit_case_nodes()
|
| /trueos/contrib/one-true-awk/ |
| HD | awkgram.y | 54 %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:
|
| HD | maketab.c | 51 { GT, "relop", " > " },
|
| HD | lex.c | 261 yylval.i = GT; RET(GT); in yylex()
|
| /trueos/usr.bin/xlint/lint1/ |
| HD | op.h | 83 GT, enumerator
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | DependenceAnalysis.cpp | 611 if (Direction & DVEntry::GT) in dump() 1068 Result.DV[Level].Direction &= Dependence::DVEntry::GT; in strongSIVtest() 1110 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest() 1168 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT); in weakCrossingSIVtest() 1230 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT); in weakCrossingSIVtest() 1527 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest() 2535 case Dependence::DVEntry::GT: in exploreDirections() 2578 if (Bound[Level].Lower[Dependence::DVEntry::GT]) in exploreDirections() 2579 DEBUG(dbgs() << *Bound[Level].Lower[Dependence::DVEntry::GT] << '\t'); in exploreDirections() 2582 if (Bound[Level].Upper[Dependence::DVEntry::GT]) in exploreDirections() [all …]
|
| /trueos/contrib/llvm/lib/Target/AArch64/Utils/ |
| HD | AArch64BaseInfo.h | 43 GT, // Signed greater than Greater than enumerator 69 case A64CC::GT: return "gt"; in A64CondCodeToString() 93 .Case("gt", A64CC::GT) in A64StringToCondCode()
|
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCExpr.h | 363 GT, ///< Signed greater than comparison (result is either 0 or some enumerator 414 return Create(GT, LHS, RHS, Ctx); in CreateGT()
|
| /trueos/share/misc/ |
| HD | pci_vendors | 959 4754 3D Rage I/II 215GT [Mach64 GT] 961 4756 3D Rage IIC 215IIC [Mach64 GT IIC] 1739 7288 Radeon X1950 GT 1743 72a8 Radeon X1950 GT (Secondary) 2413 9060 MegaRAID 434 Ultra GT RAID Controller 3542 82ca G96 GeForce 9500 GT 5006 8604 PEX 8604 4-lane, 4-Port PCI Express Gen 2 (5.0 GT/s) Switch 5008 8606 PEX 8606 6 Lane, 6 Port PCI Express Gen 2 (5.0 GT/s) Switch 5009 8608 PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch 5010 8609 PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA [all …]
|
| /trueos/contrib/llvm/lib/Target/NVPTX/InstPrinter/ |
| HD | NVPTXInstPrinter.cpp | 170 case NVPTX::PTXCmpMode::GT: in printCmpMode()
|