| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600ControlFlowFinalizer.cpp | 336 MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), in MakeFetchClause() 489 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in runOnMachineFunction() 519 BuildMI(MBB, MI, MBB.findDebugLoc(MI), TII->get(AMDGPU::CF_PUSH_EG)) in runOnMachineFunction() 536 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 553 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END_LOOP)) in runOnMachineFunction() 561 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 575 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 590 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 609 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() 617 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI), in runOnMachineFunction() [all …]
|
| HD | R600ISelLowering.cpp | 215 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I), in EmitInstrWithCustomInserter() 281 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI->getOpcode())) in EmitInstrWithCustomInserter() 326 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0) in EmitInstrWithCustomInserter() 345 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1) in EmitInstrWithCustomInserter() 364 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_G)) in EmitInstrWithCustomInserter() 428 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0) in EmitInstrWithCustomInserter() 447 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1) in EmitInstrWithCustomInserter() 466 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_C_G)) in EmitInstrWithCustomInserter() 492 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter() 498 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::PRED_X), in EmitInstrWithCustomInserter() [all …]
|
| HD | SIInstrInfo.cpp | 483 DebugLoc DL = MBB.findDebugLoc(MI); in storeRegToStackSlot() 536 DebugLoc DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot() 586 DebugLoc DL = MBB.findDebugLoc(MI); in calculateLDSSpillAddress() 686 DebugLoc DL = MBB.findDebugLoc(MI); in expandPostRAPseudo() 886 return BuildMI(*MBB, I, MBB->findDebugLoc(I), get(AMDGPU::V_MOV_B32_e32), in buildMovInstr() 1552 DebugLoc DL = MBB->findDebugLoc(I); in legalizeOpWithMove() 2701 const DebugLoc &DL = MBB->findDebugLoc(I); in buildIndirectWrite() 2719 const DebugLoc &DL = MBB->findDebugLoc(I); in buildIndirectRead()
|
| HD | R600EmitClauseMarkers.cpp | 276 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode)) in MakeALUClause()
|
| HD | R600InstrInfo.cpp | 1181 MachineInstrBuilder MIB = BuildMI(MBB, I, MBB.findDebugLoc(I), get(Opcode), in buildDefaultInstruction()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineBasicBlock.h | 632 DebugLoc findDebugLoc(instr_iterator MBBI); 633 DebugLoc findDebugLoc(iterator MBBI) { 634 return findDebugLoc(MBBI.getInstrIterator());
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.cpp | 205 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(Opcode)) in AnalyzeBranch() 207 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(SP::BA)) in AnalyzeBranch()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrInfo.cpp | 168 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); in runOnMachineFunction()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64FrameLowering.cpp | 212 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitCalleeSavedFrameMoves() 290 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitPrologue()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86FrameLowering.cpp | 249 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitSPUpdate() 1359 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 1402 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
|
| HD | X86InstrInfo.cpp | 3521 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC)) in AnalyzeBranchImpl() 3523 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JMP_1)) in AnalyzeBranchImpl() 4083 DebugLoc DL = MBB.findDebugLoc(MI); in storeRegToStackSlot() 4120 DebugLoc DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot() 6607 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); in runOnMachineFunction()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsLongBranch.cpp | 443 DebugLoc DL = MBB.findDebugLoc(MBB.begin()); in emitGPDisp()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.cpp | 613 DebugLoc DL = MBB.findDebugLoc(I); in storeRegToStackSlot() 659 DebugLoc DL = MBB.findDebugLoc(I); in loadRegFromStackSlot()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineBasicBlock.cpp | 1072 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { in findDebugLoc() function in MachineBasicBlock
|