Searched refs:findDebugLoc (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp337 MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead),
510 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()),
540 BuildMI(MBB, MI, MBB.findDebugLoc(MI), TII->get(AMDGPU::CF_PUSH_EG))
557 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
574 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END_LOOP))
582 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
596 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
611 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
630 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
638 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(M
[all...]
H A DR600EmitClauseMarkers.cpp278 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode))
H A DR600ISelLowering.cpp232 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I),
304 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode()))
311 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI.getOpcode()))
357 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H),
377 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V),
397 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_G))
461 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H),
481 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V),
501 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_C_G))
527 BuildMI(*BB, I, BB->findDebugLoc(
[all...]
H A DSIInstrInfo.cpp579 DebugLoc DL = MBB.findDebugLoc(MI);
677 DebugLoc DL = MBB.findDebugLoc(MI);
733 DebugLoc DL = MBB.findDebugLoc(MI);
823 DebugLoc DL = MBB.findDebugLoc(MI);
852 DebugLoc DL = MBB.findDebugLoc(MI);
1896 DebugLoc DL = MBB->findDebugLoc(I);
H A DR600InstrInfo.cpp1266 MachineInstrBuilder MIB = BuildMI(MBB, I, MBB.findDebugLoc(I), get(Opcode),
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h650 DebugLoc findDebugLoc(instr_iterator MBBI);
651 DebugLoc findDebugLoc(iterator MBBI) { function in class:llvm::MachineBasicBlock
652 return findDebugLoc(MBBI.getInstrIterator());
/external/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp333 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC))
335 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(AVR::RJMPk))
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcInstrInfo.cpp194 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(Opcode))
196 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(SP::BA))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveDebugVariables.cpp266 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
270 DebugLoc findDebugLoc();
928 DebugLoc UserValue::findDebugLoc() { function in class:UserValue
945 findDebugLoc());
952 BuildMI(*MBB, I, findDebugLoc(), TII.get(TargetOpcode::DBG_VALUE))
H A DMachineBasicBlock.cpp755 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
758 MachineBasicBlock::findDebugLoc(MachineBasicBlock::iterator &MBBI) { function in class:MachineBasicBlock
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineBasicBlock.h397 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
399 DebugLoc findDebugLoc(MachineBasicBlock::iterator &MBBI);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FrameLowering.cpp152 DebugLoc DL = MBB.findDebugLoc(MBBI);
788 DL = MBB.findDebugLoc(MBBI);
1156 DebugLoc DL = MBB.findDebugLoc(MI);
1211 DebugLoc DL = MBB.findDebugLoc(MI);
H A DX86InstrInfo.cpp2003 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC))
2005 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JMP_4))
2339 DebugLoc DL = MBB.findDebugLoc(MI);
2375 DebugLoc DL = MBB.findDebugLoc(MI);
3491 DebugLoc DL = FirstMBB.findDebugLoc(MBBI);
/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp453 DebugLoc DL = MBB.findDebugLoc(MBB.begin());
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp257 DebugLoc DL = MBB.findDebugLoc(MBBI);
484 DebugLoc DL = PrologMBB.findDebugLoc(MBBI);
1891 DebugLoc DL = MBB.findDebugLoc(MI);
1976 DebugLoc DL = MBB.findDebugLoc(MI);
2983 DebugLoc DL = MBB.findDebugLoc(MBBI);
H A DX86InstrInfo.cpp4044 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC))
4046 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JMP_1))
4768 DebugLoc DL = MBB.findDebugLoc(MI);
4805 DebugLoc DL = MBB.findDebugLoc(MI);
7396 DebugLoc DL = FirstMBB.findDebugLoc(MBBI);
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp210 DebugLoc DL = MBB.findDebugLoc(MBBI);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1132 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) { function in class:MachineBasicBlock
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp869 DebugLoc DL = MBB.findDebugLoc(I);
932 DebugLoc DL = MBB.findDebugLoc(I);

Completed in 466 milliseconds