Home
last modified time | relevance | path

Searched refs:getMI (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp336 MachineInstr &MI = OpdMapper.getMI(); in applyDefaultMapping()
526 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access"); in getVRegsMem()
562 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access"); in createVRegs()
580 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access"); in setVRegs()
595 assert(OpIdx < getMI().getNumOperands() && "Out-of-bound access"); in getVRegs()
621 unsigned NumOpds = getMI().getNumOperands(); in print()
623 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n'; in print()
643 getMI().getParent() && getMI().getParent()->getParent() in print()
644 ? getMI().getParent()->getParent()->getSubtarget().getRegisterInfo() in print()
653 OS << '(' << PrintReg(getMI().getOperand(Idx).getReg(), TRI) << ", ["; in print()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp157 switch (OpdMapper.getMI().getOpcode()) { in applyMappingImpl()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h237 MachineInstr &getMI() const { return MI; } in getMI() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1121 static AvailableValueInBlock getMI(BasicBlock *BB, MemIntrinsic *MI, in getMI() function
1358 ValuesPerBlock.push_back(AvailableValueInBlock::getMI(DepBB, DepMI, in processNonLocalLoad()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function
1272 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()