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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 473 RID = RV->getValueID();
474 if (LID != RID)
475 return (int)LID - (int)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))
corhdr.h 739 typedef ULONG RID;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 498 RID = RV->getValueID();
499 if (LID != RID)
500 return (int)LID - (int)RID;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 322 MachineOperand &RID = MI.getOperand(4);
371 .addOperand(RID)
391 .addOperand(RID)
411 .addOperand(RID)
425 MachineOperand &RID = MI.getOperand(4);
475 .addOperand(RID)
495 .addOperand(RID)
515 .addOperand(RID)
    [all...]

Completed in 1463 milliseconds