• Home
  • Raw
  • Download

Lines Matching refs:DL

161   DebugLoc DL = MBB.findDebugLoc(MBBI);  in emitSPUpdate()  local
174 MachineInstr *MI = BuildMI(MBB, MBBI, DL, TII.get(Opc)) in emitSPUpdate()
186 MI = addRegOffset(BuildMI(MBB, MBBI, DL, TII.get(Opc), StackPtr), in emitSPUpdate()
189 MI = BuildMI(MBB, MBBI, DL, TII.get(Opc), StackPtr) in emitSPUpdate()
654 DebugLoc DL; in emitPrologue() local
694 BuildMI(MBB, MBBI, DL, in emitPrologue()
740 BuildMI(MBB, MBBI, DL, TII.get(Is64Bit ? X86::PUSH64r : X86::PUSH32r)) in emitPrologue()
747 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)) in emitPrologue()
768 BuildMI(MBB, MBBI, DL, in emitPrologue()
776 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)) in emitPrologue()
807 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)).addSym(Label); in emitPrologue()
829 BuildMI(MBB, MBBI, DL, in emitPrologue()
839 DL = MBB.findDebugLoc(MBBI); in emitPrologue()
885 BuildMI(MBB, MBBI, DL, TII.get(X86::PUSH32r)) in emitPrologue()
893 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV64ri), X86::RAX) in emitPrologue()
899 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV32ri), X86::EAX) in emitPrologue()
904 BuildMI(MBB, MBBI, DL, in emitPrologue()
919 MachineInstr *MI = addRegOffset(BuildMI(MF, DL, TII.get(X86::MOV32rm), in emitPrologue()
936 BuildMI(MBB, MBBI, DL, TII.get(Opc), BasePtr) in emitPrologue()
944 BuildMI(MBB, MBBI, DL, TII.get(X86::PROLOG_LABEL)) in emitPrologue()
981 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() local
1035 BuildMI(MBB, MBBI, DL, in emitEpilogue()
1054 DL = MBBI->getDebugLoc(); in emitEpilogue()
1069 addRegOffset(BuildMI(MBB, MBBI, DL, TII.get(Opc), StackPtr), in emitEpilogue()
1073 BuildMI(MBB, MBBI, DL, TII.get(Opc), StackPtr) in emitEpilogue()
1086 BuildMI(MBB, MBBI, DL, in emitEpilogue()
1119 BuildMI(MBB, MBBI, DL, TII.get((RetOpcode == X86::TCRETURNdi) in emitEpilogue()
1131 BuildMI(MBB, MBBI, DL, TII.get((RetOpcode == X86::TCRETURNmi) in emitEpilogue()
1136 BuildMI(MBB, MBBI, DL, TII.get(X86::TAILJMPr64)). in emitEpilogue()
1139 BuildMI(MBB, MBBI, DL, TII.get(X86::TAILJMPr)). in emitEpilogue()
1225 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() local
1249 BuildMI(MBB, MI, DL, TII.get(Opc)).addReg(Reg, RegState::Kill) in spillCalleeSavedRegisters()
1280 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters() local
1307 BuildMI(MBB, MI, DL, TII.get(Opc), Reg); in restoreCalleeSavedRegisters()
1405 DebugLoc DL; in adjustForSegmentedStacks() local
1469 BuildMI(checkMBB, DL, TII.get(X86::LEA64r), ScratchReg).addReg(X86::RSP) in adjustForSegmentedStacks()
1472 BuildMI(checkMBB, DL, TII.get(X86::CMP64rm)).addReg(ScratchReg) in adjustForSegmentedStacks()
1493 BuildMI(checkMBB, DL, TII.get(X86::LEA32r), ScratchReg).addReg(X86::ESP) in adjustForSegmentedStacks()
1497 BuildMI(checkMBB, DL, TII.get(X86::CMP32rm)).addReg(ScratchReg) in adjustForSegmentedStacks()
1521 BuildMI(checkMBB, DL, TII.get(X86::PUSH32r)) in adjustForSegmentedStacks()
1524 BuildMI(checkMBB, DL, TII.get(X86::MOV32ri), ScratchReg2) in adjustForSegmentedStacks()
1526 BuildMI(checkMBB, DL, TII.get(X86::CMP32rm)) in adjustForSegmentedStacks()
1533 BuildMI(checkMBB, DL, TII.get(X86::POP32r), ScratchReg2); in adjustForSegmentedStacks()
1539 BuildMI(checkMBB, DL, TII.get(X86::JA_4)).addMBB(&prologueMBB); in adjustForSegmentedStacks()
1548 BuildMI(allocMBB, DL, TII.get(X86::MOV64rr), X86::RAX).addReg(X86::R10); in adjustForSegmentedStacks()
1550 BuildMI(allocMBB, DL, TII.get(X86::MOV64ri), X86::R10) in adjustForSegmentedStacks()
1552 BuildMI(allocMBB, DL, TII.get(X86::MOV64ri), X86::R11) in adjustForSegmentedStacks()
1557 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32)) in adjustForSegmentedStacks()
1559 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32)) in adjustForSegmentedStacks()
1565 BuildMI(allocMBB, DL, TII.get(X86::CALL64pcrel32)) in adjustForSegmentedStacks()
1568 BuildMI(allocMBB, DL, TII.get(X86::CALLpcrel32)) in adjustForSegmentedStacks()
1572 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET_RESTORE_R10)); in adjustForSegmentedStacks()
1574 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET)); in adjustForSegmentedStacks()