HomeSort by relevance Sort by last modified time
    Searched refs:getRegisterInfo (Results 276 - 300 of 424) sorted by null

<<11121314151617

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 37 TRI(TM.getRegisterInfo()),
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 47 RI = TM.getRegisterInfo();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 35 const MipsRegisterInfo &MipsInstrInfo::getRegisterInfo() const {
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 674 MCContext Context(*_target->getMCAsmInfo(), *_target->getRegisterInfo(),NULL);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 144 return MF->getSubtarget().getRegisterInfo();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 281 const MCRegisterInfo *getRegisterInfo() const { return MRI; }
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 275 const TargetRegisterInfo *TRI = MF->getSubtarget().getRegisterInfo();
842 const TargetRegisterInfo *TRI = MF->getSubtarget().getRegisterInfo();
    [all...]
MachinePipeliner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 723 (*I)->substituteRegister(LoopCount, NewLoopCount, 0, getRegisterInfo());
764 auto &HRI = getRegisterInfo();
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 80 computeRegisterProperties(STI.getRegisterInfo());
553 const SIRegisterInfo *TRI = getSubtarget()->getRegisterInfo();
592 const SIRegisterInfo *TRI = getSubtarget()->getRegisterInfo();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 671 << PrintReg(RegNo, MF->getSubtarget().getRegisterInfo());
686 AP.MF->getSubtarget().getRegisterInfo())
787 OS << PrintReg(Reg, AP.MF->getSubtarget().getRegisterInfo());
    [all...]

Completed in 2944 milliseconds

<<11121314151617