/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 336 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/ |
D | LiveIntervalTest.cpp | 102 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/ |
D | RegisterBankInfo.cpp | 405 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/ |
D | AArch64RegisterBankInfo.cpp | 157 switch (OpdMapper.getMI().getOpcode()) { in applyMappingImpl()
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 237 MachineInstr &getMI() const { return MI; } in getMI() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 272 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/ |
D | RegisterBankInfo.h | 326 MachineInstr &getMI() const { return MI; } in getMI() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBankInfo.cpp | 367 switch (OpdMapper.getMI().getOpcode()) { in applyMappingImpl()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 1121 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/ |
D | GVN.cpp | 179 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function 923 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function 1272 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
|