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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 194 auto RID = OM.lookup(RU->getUser()).first;
202 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
203 return LID < RID;
206 if (LID < RID) {
207 if (RID <= ID)
212 if (RID < LID) {
219 // 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...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AsmWriter.cpp 209 auto RID = OM.lookup(RU->getUser()).first;
212 if (LID < RID) {
214 if (RID <= ID)
218 if (RID < LID) {
225 // 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp 564 unsigned LID = LV->getValueID(), RID = RV->getValueID();
565 if (LID != RID)
566 return (int)LID - (int)RID;
    [all...]

Completed in 613 milliseconds