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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 93 void emitMask(unsigned AddrReg, unsigned MaskReg,
97 MaskInst.addOperand(MCOperand::createReg(AddrReg));
98 MaskInst.addOperand(MCOperand::createReg(AddrReg));
106 unsigned AddrReg = MI.getOperand(0).getReg();
109 emitMask(AddrReg, IndirectBranchMaskReg, STI);
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 200 const MachineOperand *AddrReg = TII->getNamedOperand(*I, AMDGPU::OpName::addr);
236 .addOperand(*AddrReg) // addr
273 LiveInterval &AddrRegLI = LIS->getInterval(AddrReg->getReg());
SIInstrInfo.cpp 215 const MachineOperand *AddrReg =
218 BaseReg = AddrReg->getReg();
250 const MachineOperand *AddrReg =
252 BaseReg = AddrReg->getReg();
264 const MachineOperand *AddrReg =
266 if (!AddrReg)
271 BaseReg = AddrReg->getReg();
290 const MachineOperand *AddrReg = getNamedOperand(LdSt, AMDGPU::OpName::addr);
291 BaseReg = AddrReg->getReg();
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 457 UINT16 AddrReg;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 472 UINT16 AddrReg;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 715 UINT16 AddrReg;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
Pci22.h 471 UINT16 AddrReg;

Completed in 359 milliseconds