| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ ! |
| H A D | R600ControlFlowFinalizer.cpp | 320 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 D | SILowerSGPRSpills.cpp | 281 DebugLoc DL = SaveBlock->findDebugLoc(InsertBefore); in extendWWMVirtRegLiveness() 298 DebugLoc DL = RestoreBlock->findDebugLoc(InsertBefore); in extendWWMVirtRegLiveness()
|
| H A D | R600ISelLowering.cpp | 233 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I), in EmitInstrWithCustomInserter() 302 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter() 309 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter() 317 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter() 323 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::PRED_X), in EmitInstrWithCustomInserter() 329 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP_COND)) in EmitInstrWithCustomInserter() 337 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::PRED_X), in EmitInstrWithCustomInserter() 343 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP_COND)) in EmitInstrWithCustomInserter() 371 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter()
|
| H A D | R600EmitClauseMarkers.cpp | 275 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode)) in MakeALUClause()
|
| H A D | AMDGPUMachineCFGStructurizer.cpp | 1731 const DebugLoc &DL = MergeBB->findDebugLoc(MergeBB->begin()); in insertMergePHI() 1822 ? SinglePred->findDebugLoc(SinglePred->getFirstTerminator()) in createIfBlock() 1860 const DebugLoc &DL = CodeBB->findDebugLoc(CodeBB->getFirstTerminator()); in rewriteCodeBBTerminator() 1959 const DebugLoc &DL = IfBB->findDebugLoc(IfBB->getFirstTerminator()); in insertChainedPHI() 2108 const DebugLoc &DL = Entry->findDebugLoc(Entry->begin()); in createEntryPHI() 2674 const DebugLoc &DL = NewSucc->findDebugLoc(NewSucc->getFirstNonPHI()); in structurizeComplexRegion()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ ! |
| H A D | AArch64BranchTargets.cpp | 140 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in addBTI() 143 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in addBTI()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARC/ ! |
| H A D | ARCFrameLowering.cpp | 286 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 D | ARCInstrInfo.cpp | 297 DebugLoc DL = MBB.findDebugLoc(I); in storeRegToStackSlot() 326 DebugLoc DL = MBB.findDebugLoc(I); in loadRegFromStackSlot() 360 DebugLoc DL = MBB.findDebugLoc(MI); in loadImmediate()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ ! |
| H A D | ARMBranchTargets.cpp | 124 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII.get(OpCode)) in addBTI()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ ! |
| H A D | X86IndirectBranchTracking.cpp | 82 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(EndbrOpcode)); in addENDBR()
|
| H A D | X86FrameLowering.cpp | 630 DebugLoc DL = PrologMBB.findDebugLoc(Where); in inlineStackProbe() 2951 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 3090 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters() 4196 DebugLoc DL = MBB.findDebugLoc(MBBI); in adjustFrameForMsvcCxxEh()
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/ ! |
| H A D | AVRInstrInfo.cpp | 354 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC)) in analyzeBranch() 356 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(AVR::RJMPk)) in analyzeBranch()
|
| H A D | AVRFrameLowering.cpp | 251 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 300 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ ! |
| H A D | M68kInstrInfo.cpp | 788 DebugLoc DL = MBB.findDebugLoc(MI); in storeRegToStackSlot() 806 DebugLoc DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot() 883 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); in runOnMachineFunction()
|
| H A D | M68kFrameLowering.cpp | 342 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitSPUpdate() 834 auto DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 869 auto DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ ! |
| H A D | MachineBasicBlock.h | 1133 DebugLoc findDebugLoc(instr_iterator MBBI); 1134 DebugLoc findDebugLoc(iterator MBBI) { 1135 return findDebugLoc(MBBI.getInstrIterator());
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ ! |
| H A D | WebAssemblyCFGStackify.cpp | 356 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeBlockMarker() 434 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() 604 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeTryMarker()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ ! |
| H A D | HexagonGenMux.cpp | 336 const DebugLoc &DL = B.findDebugLoc(MX.At); in genMuxInBlock()
|
| H A D | HexagonFrameLowering.cpp | 631 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertPrologueInBlock() 774 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertEpilogueInBlock() 903 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertAllocframe() 1449 : MBB.findDebugLoc(MBB.end()); in insertCSRRestoresInBlock()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ ! |
| H A D | CFIInstrInserter.cpp | 311 DebugLoc DL = MBBInfo.MBB->findDebugLoc(MBBI); in insertCFIInstrs()
|
| H A D | MachineBasicBlock.cpp | 1514 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { in findDebugLoc() function in MachineBasicBlock 1524 return findDebugLoc(instr_begin()); in rfindDebugLoc()
|
| H A D | MachineOutliner.cpp | 562 MBB->findDebugLoc(MBB->begin()), MBB); in emitOutlinedFunctionRemark()
|
| H A D | TailDuplicator.cpp | 396 BuildMI(*PredBB, PredBB->end(), PredBB->findDebugLoc(PredBB->begin()), in duplicateInstruction()
|
| /src/contrib/llvm-project/llvm/lib/Target/VE/ ! |
| H A D | VEInstrInfo.cpp | 1002 DebugLoc dl = MBB.findDebugLoc(MI); in expandExtendStackPseudo() 1086 DebugLoc DL = MBB->findDebugLoc(MI); in expandGetStackTopPseudo()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ ! |
| H A D | MipsBranchExpansion.cpp | 735 DebugLoc DL = MBB.findDebugLoc(MBB.begin()); in emitGPDisp()
|