Home
last modified time | relevance | path

Searched refs:findDebugLoc (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp320 MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), in MakeFetchClause()
489 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in runOnMachineFunction()
520 BuildMI(MBB, MI, MBB.findDebugLoc(MI), TII->get(R600::CF_PUSH_EG)) in runOnMachineFunction()
537 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction()
554 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END_LOOP)) in runOnMachineFunction()
562 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction()
576 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction()
591 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction()
610 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction()
618 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction()
[all …]
H A DR600ISelLowering.cpp237 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I), in EmitInstrWithCustomInserter()
306 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter()
313 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter()
321 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
327 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::PRED_X), in EmitInstrWithCustomInserter()
333 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP_COND)) in EmitInstrWithCustomInserter()
341 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::PRED_X), in EmitInstrWithCustomInserter()
347 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP_COND)) in EmitInstrWithCustomInserter()
375 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter()
H A DR600EmitClauseMarkers.cpp266 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode)) in MakeALUClause()
H A DSILowerSGPRSpills.cpp491 DebugLoc DL = Block.findDebugLoc(InsertPt); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHUnwindV2.cpp84 DebugLoc findDebugLoc(const MachineBasicBlock &MBB) { in findDebugLoc() function
294 MF.getFunction(), findDebugLoc(FirstMBB))); in runOnMachineFunction()
309 BuildMI(FirstMBB, FirstMBB.front(), findDebugLoc(FirstMBB), in runOnMachineFunction()
H A DX86IndirectBranchTracking.cpp82 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(EndbrOpcode)); in addENDBR()
H A DX86FrameLowering.cpp665 DebugLoc DL = PrologMBB.findDebugLoc(Where); in inlineStackProbe()
3014 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters()
3154 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
4268 DebugLoc DL = MBB.findDebugLoc(MBBI); in adjustFrameForMsvcCxxEh()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp286 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(Opc), ARC::SP) in emitEpilogue()
293 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::BL)) in emitEpilogue()
301 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(Opc), ARC::SP) in emitEpilogue()
307 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::POP_S_BLINK)); in emitEpilogue()
311 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::LD_AB_rs9)) in emitEpilogue()
328 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(Opc)) in emitEpilogue()
H A DARCInstrInfo.cpp299 DebugLoc DL = MBB.findDebugLoc(I); in storeRegToStackSlot()
329 DebugLoc DL = MBB.findDebugLoc(I); in loadRegFromStackSlot()
363 DebugLoc DL = MBB.findDebugLoc(MI); in loadImmediate()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVIndirectBranchTracking.cpp60 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(RISCV::AUIPC), RISCV::X0) in emitLpad()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBranchTargets.cpp125 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII.get(OpCode)) in addBTI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64BranchTargets.cpp166 const DebugLoc DL = MBB.findDebugLoc(MBBI); in addBTI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp250 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters()
299 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
H A DAVRInstrInfo.cpp351 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC)) in analyzeBranch()
353 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(AVR::RJMPk)) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp344 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitSPUpdate()
834 auto DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters()
869 auto DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
H A DM68kInstrInfo.cpp850 DebugLoc DL = MBB.findDebugLoc(MI); in storeRegToStackSlot()
869 DebugLoc DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot()
946 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1185 LLVM_ABI DebugLoc findDebugLoc(instr_iterator MBBI);
1186 DebugLoc findDebugLoc(iterator MBBI) {
1187 return findDebugLoc(MBBI.getInstrIterator());
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp389 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeBlockMarker()
471 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker()
637 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeTryMarker()
842 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeTryTableMarker()
846 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeTryTableMarker()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp327 const DebugLoc &DL = B.findDebugLoc(MX.At); in genMuxInBlock()
H A DHexagonFrameLowering.cpp620 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertPrologueInBlock()
763 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertEpilogueInBlock()
892 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertAllocframe()
1436 : MBB.findDebugLoc(MBB.end()); in insertCSRRestoresInBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp334 DebugLoc DL = MBBInfo.MBB->findDebugLoc(MBBI); in insertCFIInstrs()
H A DMachineBasicBlock.cpp1523 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { in findDebugLoc() function in MachineBasicBlock
1533 return findDebugLoc(instr_begin()); in rfindDebugLoc()
H A DTailDuplicator.cpp395 BuildMI(*PredBB, PredBB->end(), PredBB->findDebugLoc(PredBB->begin()), in duplicateInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp1000 DebugLoc dl = MBB.findDebugLoc(MI); in expandExtendStackPseudo()
1084 DebugLoc DL = MBB->findDebugLoc(MI); in expandGetStackTopPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp735 DebugLoc DL = MBB.findDebugLoc(MBB.begin()); in emitGPDisp()

12