HomeSort by relevance Sort by last modified time
    Searched defs:TII (Results 1 - 25 of 529) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaRegisterInfo.h 28 const TargetInstrInfo &TII;
30 AlphaRegisterInfo(const TargetInstrInfo &tii);
AlphaBranchSelector.cpp 58 const TargetInstrInfo *TII = Fn.getTarget().getInstrInfo();
59 MBBI->setDesc(TII->get(MBBI->getOperand(0).getImm()));
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUHazardRecognizers.h 28 const TargetInstrInfo &TII;
32 SPUHazardRecognizer(const TargetInstrInfo &TII);
SPURegisterInfo.h 31 const TargetInstrInfo &TII;
37 SPURegisterInfo(const SPUSubtarget &subtarget, const TargetInstrInfo &tii);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreRegisterInfo.h 28 const TargetInstrInfo &TII;
43 XCoreRegisterInfo(const TargetInstrInfo &tii);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.h 31 const TargetInstrInfo &TII;
33 BlackfinRegisterInfo(BlackfinSubtarget &st, const TargetInstrInfo &tii);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsRegisterInfo.h 30 const TargetInstrInfo &TII;
32 MipsRegisterInfo(const MipsSubtarget &Subtarget, const TargetInstrInfo &tii);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCRegisterInfo.h 32 const TargetInstrInfo &TII;
34 PPCRegisterInfo(const PPCSubtarget &SubTarget, const TargetInstrInfo &tii);
PPCHazardRecognizers.h 30 const TargetInstrInfo &TII;
50 PPCHazardRecognizer970(const TargetInstrInfo &TII);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcRegisterInfo.h 30 const TargetInstrInfo &TII;
32 SparcRegisterInfo(SparcSubtarget &st, const TargetInstrInfo &tii);
SparcFrameLowering.cpp 32 const SparcInstrInfo &TII =
55 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVEri), SP::O6)
61 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
63 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
65 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVErr), SP::O6)
73 const SparcInstrInfo &TII =
78 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0)
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZRegisterInfo.h 30 const SystemZInstrInfo &TII;
32 SystemZRegisterInfo(SystemZTargetMachine &tm, const SystemZInstrInfo &tii);
  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 53 const TargetInstrInfo *TII;
  /external/llvm/lib/CodeGen/
PostRAHazardRecognizer.cpp 70 const TargetInstrInfo *TII = Fn.getSubtarget().getInstrInfo();
72 TII->CreateTargetPostRAHazardRecognizer(Fn));
87 TII->insertNoop(MBB, MachineBasicBlock::iterator(MI));
  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.cpp 32 const R600InstrInfo *TII = ST.getInstrInfo();
54 TII->reserveIndirectRegisters(Reserved, MF);
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 150 const SystemZInstrInfo *TII = ST->getInstrInfo();
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
  /external/llvm/lib/Target/XCore/
XCoreFrameToArgsOffsetElim.cpp 49 const XCoreInstrInfo &TII =
60 MBBI = TII.loadImmediate(MBB, MBBI, Reg, StackSize);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineSSAUpdater.h 52 const TargetInstrInfo *TII;
ProcessImplicitDefs.h 28 const TargetInstrInfo *TII;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.h 27 const ARMBaseInstrInfo &TII;
38 const ARMBaseInstrInfo &tii,
42 ScoreboardHazardRecognizer(ItinData, DAG, "post-RA-sched"), TII(tii),
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.h 40 const TargetInstrInfo &TII;
43 const TargetInstrInfo &tii);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.h 30 const TargetInstrInfo &TII;
36 MSP430RegisterInfo(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXRegisterInfo.h 29 const TargetInstrInfo &TII;
33 const TargetInstrInfo &tii);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 53 const TargetInstrInfo *TII;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineSSAUpdater.h 53 const TargetInstrInfo *TII;

Completed in 205 milliseconds

1 2 3 4 5 6 7 8 91011>>