Searched refs:InsPos (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 1172 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy() local 1177 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy() 1178 SlotIndex InsPosIdx = LIS->getInstructionIndex(*InsPos).getRegSlot(true); in removePartialRedundancy() 1187 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8218 MachineBasicBlock::iterator InsPos, in emitMemMemWrapper() 8226 BuildMI(*InsMBB, InsPos, DL, TII->get(SystemZ::MVI)) in emitMemMemWrapper() 8229 BuildMI(*InsMBB, InsPos, DL, TII->get(SystemZ::STC)) in emitMemMemWrapper() 8234 BuildMI(*MBB, InsPos, DL, TII->get(Opcode)) in emitMemMemWrapper()
|