Home
last modified time | relevance | path

Searched refs:InsPos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1186 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy() local
1191 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1192 SlotIndex InsPosIdx = LIS->getInstructionIndex(*InsPos).getRegSlot(true); in removePartialRedundancy()
1201 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp10279 MachineBasicBlock::iterator InsPos, in emitMemMemWrapper()
10287 BuildMI(*InsMBB, InsPos, DL, TII->get(SystemZ::MVI)) in emitMemMemWrapper()
10290 BuildMI(*InsMBB, InsPos, DL, TII->get(SystemZ::STC)) in emitMemMemWrapper()
10295 BuildMI(*MBB, InsPos, DL, TII->get(Opcode)) in emitMemMemWrapper()