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

  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 336 MachineInstr &MI = OpdMapper.getMI();
526 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access");
562 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access");
580 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access");
595 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access");
621 unsigned NumOpds = getMI().getNumOperands();
623 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n';
643 getMI().getParent() && getMI().getParent()->getParent()
644 ? getMI().getParent()->getParent()->getSubtarget().getRegisterInfo(
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64RegisterBankInfo.cpp 157 switch (OpdMapper.getMI().getOpcode()) {
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 215 /// \pre getMI().getOperand(OpIdx).isReg()
237 MachineInstr &getMI() const { return MI; }
248 /// \pre getMI().getOperand(OpIdx).isReg()
257 /// \pre getMI().getOperand(OpIdx).isReg()
276 /// \pre getMI().getOperand(OpIdx).isReg()
416 /// Basically, that means that \p OpdMapper.getMI() is left untouched
422 /// \pre For OpIdx in {0..\p OpdMapper.getMI().getNumOperands())
539 /// Apply \p OpdMapper.getInstrMapping() to \p OpdMapper.getMI().
540 /// After this call \p OpdMapper.getMI() may not be valid anymore.
542 /// what has been chosen to map \p OpdMapper.getMI(). This ID is se
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 396 milliseconds