Searched refs:getMI (Results 1 – 11 of 11) sorted by relevance
/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-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 440 MachineInstr &MI = OpdMapper.getMI(); in applyDefaultMapping() 766 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n'; in print() 786 getMI().getParent() && getMI().getMF() in print() 787 ? getMI().getMF()->getSubtarget().getRegisterInfo() in print() 796 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-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 272 MachineInstr *getMI() const { return MI; } in getMI() function in __anon2cc899b20111::RecurrenceInstr 1580 LLVM_DEBUG(dbgs() << "\tInst: " << *(RI.getMI())); in optimizeRecurrence() 1584 TII->commuteInstruction(*(RI.getMI()), false, (*CP).first, in optimizeRecurrence() 1586 LLVM_DEBUG(dbgs() << "\t\tCommuted: " << *(RI.getMI())); in optimizeRecurrence()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 328 MachineInstr &getMI() const { return MI; } in getMI() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterBankInfo.cpp | 665 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBankInfo.cpp | 372 switch (OpdMapper.getMI().getOpcode()) { in applyMappingImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 187 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function 911 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterBankInfo.cpp | 1253 OpdMapper.getMI().getOperand(OpIdx).setReg(SrcReg[0]); in substituteSimpleCopyRegs() 1470 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
|