HomeSort by relevance Sort by last modified time
    Searched refs:RID (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 161 auto RID = OM.lookup(RU->getUser()).first;
169 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
170 return LID < RID;
173 if (LID < RID) {
174 if (RID <= ID)
179 if (RID < LID) {
186 // LID and RID are equal, so we have different operands of the same user.
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 292 MachineOperand &RID = MI->getOperand(4);
340 .addOperand(RID)
359 .addOperand(RID)
379 .addOperand(RID)
393 MachineOperand &RID = MI->getOperand(4);
442 .addOperand(RID)
461 .addOperand(RID)
481 .addOperand(RID)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 48 typedef unsigned __LONG32 RID;
56 #define RidToToken(rid,tktype) ((rid) |= (tktype))
57 #define TokenFromRid(rid,tktype) ((rid) | (tktype))
58 #define RidFromToken(tk) ((RID) ((tk) & 0x00ffffff))
  /external/llvm/lib/IR/
AsmWriter.cpp 158 auto RID = OM.lookup(RU->getUser()).first;
161 if (LID < RID) {
163 if (RID <= ID)
167 if (RID < LID) {
174 // LID and RID are equal, so we have different operands of the same user.
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 505 RID = RV->getValueID();
506 if (LID != RID)
507 return (int)LID - (int)RID;
    [all...]

Completed in 2721 milliseconds