Home
last modified time | relevance | path

Searched refs:getMI (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/MI/
DLiveIntervalTest.cpp102 static MachineInstr &getMI(MachineFunction &MF, unsigned At, in getMI() function
121 MachineInstr &FromInstr = getMI(MF, From, BlockNum); in testHandleMove()
122 MachineInstr &ToInstr = getMI(MF, To, BlockNum); in testHandleMove()
374 MachineInstr &MI = getMI(MF, 3, /*BlockNum=*/1); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp405 MachineInstr &MI = OpdMapper.getMI(); in applyDefaultMapping()
718 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n'; in print()
738 getMI().getParent() && getMI().getMF() in print()
739 ? getMI().getMF()->getSubtarget().getRegisterInfo() in print()
748 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-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp272 MachineInstr *getMI() const { return MI; } in getMI() function in __anon5d64f7ac0111::RecurrenceInstr
1582 LLVM_DEBUG(dbgs() << "\tInst: " << *(RI.getMI())); in optimizeRecurrence()
1586 TII->commuteInstruction(*(RI.getMI()), false, (*CP).first, in optimizeRecurrence()
1588 LLVM_DEBUG(dbgs() << "\t\tCommuted: " << *(RI.getMI())); in optimizeRecurrence()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h326 MachineInstr &getMI() const { return MI; } in getMI() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp367 switch (OpdMapper.getMI().getOpcode()) { in applyMappingImpl()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp179 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function
923 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
/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()