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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.h 56 #define EFI_PCI_BUS_OF_RID(RID) ((UINT32)RID >> 8)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciBus.h 66 #define EFI_PCI_BUS_OF_RID(RID) ((UINT32)RID >> 8)
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 163 auto RID = OM.lookup(RU->getUser()).first;
171 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
172 return LID < RID;
175 if (LID < RID) {
176 if (RID <= ID)
181 if (RID < LID) {
188 // LID and RID are equal, so we have different operands of the same user.
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
corhdr.h 739 typedef ULONG RID;
    [all...]
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))
cor.h 960 RID rid = RidFromToken (tk); local
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 162 auto RID = OM.lookup(RU->getUser()).first;
165 if (LID < RID) {
167 if (RID <= ID)
171 if (RID < LID) {
178 // LID and RID are equal, so we have different operands of the same user.
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 473 RID = RV->getValueID();
474 if (LID != RID)
475 return (int)LID - (int)RID;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 498 RID = RV->getValueID();
499 if (LID != RID)
500 return (int)LID - (int)RID;
    [all...]

Completed in 1215 milliseconds