| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ControlFlowFinalizer.cpp | 321 MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), in MakeFetchClause() 492 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in runOnMachineFunction() 540 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 557 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END_LOOP)) in runOnMachineFunction() 565 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 579 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 594 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 613 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 621 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 630 DebugLoc DL = MBB.findDebugLoc(MI); in runOnMachineFunction() [all …]
|
| H A D | R600ISelLowering.cpp | 285 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I), in EmitInstrWithCustomInserter() 353 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter() 360 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter() 368 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter() 374 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::PRED_X), in EmitInstrWithCustomInserter() 380 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP_COND)) in EmitInstrWithCustomInserter() 388 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::PRED_X), in EmitInstrWithCustomInserter() 394 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP_COND)) in EmitInstrWithCustomInserter() 422 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode())) in EmitInstrWithCustomInserter()
|
| H A D | R600EmitClauseMarkers.cpp | 276 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode)) in MakeALUClause()
|
| H A D | AMDGPUMachineCFGStructurizer.cpp | 1747 const DebugLoc &DL = MergeBB->findDebugLoc(MergeBB->begin()); in insertMergePHI() 1850 ? SinglePred->findDebugLoc(SinglePred->getFirstTerminator()) in createIfBlock() 1889 const DebugLoc &DL = CodeBB->findDebugLoc(CodeBB->getFirstTerminator()); in rewriteCodeBBTerminator() 1988 const DebugLoc &DL = IfBB->findDebugLoc(IfBB->getFirstTerminator()); in insertChainedPHI() 2138 const DebugLoc &DL = Entry->findDebugLoc(Entry->begin()); in createEntryPHI() 2716 const DebugLoc &DL = NewSucc->findDebugLoc(NewSucc->getFirstNonPHI()); in structurizeComplexRegion()
|
| H A D | SIInstrInfo.cpp | 1423 const DebugLoc &DL = MBB.findDebugLoc(MI); in storeRegToStackSlot() 1561 const DebugLoc &DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot() 1612 DebugLoc DL = MBB.findDebugLoc(MI); in insertNoops() 1650 DebugLoc DL = MBB.findDebugLoc(MI); in expandPostRAPseudo() 2007 DebugLoc DL = MBB.findDebugLoc(MI); in expandMovDPP64() 4593 DebugLoc DL = MBB->findDebugLoc(I); in legalizeOpWithMove()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 287 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(Opc), ARC::SP) in emitEpilogue() 294 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::BL)) in emitEpilogue() 302 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(Opc), ARC::SP) in emitEpilogue() 308 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::POP_S_BLINK)); in emitEpilogue() 312 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::LD_AB_rs9)) in emitEpilogue() 329 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(Opc)) in emitEpilogue()
|
| H A D | ARCInstrInfo.cpp | 299 DebugLoc dl = MBB.findDebugLoc(I); in storeRegToStackSlot() 327 DebugLoc dl = MBB.findDebugLoc(I); in loadRegFromStackSlot() 361 DebugLoc dl = MBB.findDebugLoc(MI); in loadImmediate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64BranchTargets.cpp | 137 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in addBTI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.cpp | 245 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 284 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters() 504 DebugLoc DL = EntryMBB.findDebugLoc(MBBI); in runOnMachineFunction()
|
| H A D | AVRInstrInfo.cpp | 355 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC)) in analyzeBranch() 357 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(AVR::RJMPk)) in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IndirectBranchTracking.cpp | 81 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(EndbrOpcode)); in addENDBR()
|
| H A D | X86FrameLowering.cpp | 510 DebugLoc DL = PrologMBB.findDebugLoc(Where); in inlineStackProbe() 2528 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 2648 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters() 3698 DebugLoc DL = MBB.findDebugLoc(MBBI); in adjustFrameForMsvcCxxEh()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 765 DebugLoc DL = MBB.findDebugLoc(MI); in storeRegToStackSlot() 780 DebugLoc DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot() 847 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); in runOnMachineFunction()
|
| H A D | M68kFrameLowering.cpp | 344 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitSPUpdate() 839 auto DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 874 auto DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 984 DebugLoc findDebugLoc(instr_iterator MBBI); 985 DebugLoc findDebugLoc(iterator MBBI) { 986 return findDebugLoc(MBBI.getInstrIterator());
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 357 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeBlockMarker() 435 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() 605 BuildMI(*Header, InsertPos, Header->findDebugLoc(InsertPos), in placeTryMarker()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 342 const DebugLoc &DL = B.findDebugLoc(MX.At); in genMuxInBlock()
|
| H A D | HexagonFrameLowering.cpp | 626 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertPrologueInBlock() 769 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertEpilogueInBlock() 898 DebugLoc dl = MBB.findDebugLoc(InsertPt); in insertAllocframe() 1450 : MBB.findDebugLoc(MBB.end()); in insertCSRRestoresInBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 312 DebugLoc DL = MBBInfo.MBB->findDebugLoc(MBBI); in insertCFIInstrs()
|
| H A D | MachineOutliner.cpp | 492 MBB->findDebugLoc(MBB->begin()), MBB); in emitOutlinedFunctionRemark()
|
| H A D | TailDuplicator.cpp | 390 BuildMI(*PredBB, PredBB->end(), PredBB->findDebugLoc(PredBB->begin()), in duplicateInstruction()
|
| H A D | EarlyIfConversion.cpp | 900 MBB.findDebugLoc(MBB.back()), &MBB); in shouldConvertIf()
|
| H A D | MachineBasicBlock.cpp | 1373 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { in findDebugLoc() function in MachineBasicBlock
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.cpp | 968 DebugLoc dl = MBB.findDebugLoc(MI); in expandExtendStackPseudo() 1052 DebugLoc DL = MBB->findDebugLoc(MI); in expandGetStackTopPseudo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 732 DebugLoc DL = MBB.findDebugLoc(MBB.begin()); in emitGPDisp()
|