HomeSort by relevance Sort by last modified time
    Searched refs:findDebugLoc (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUConvertToISA.cpp 58 TII->convertToISA(MI, MF, MBB.findDebugLoc(I));
AMDGPUIndirectAddressing.cpp 106 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(AMDGPU::COPY), DstReg)
188 MBB.findDebugLoc(MBB.begin()),
261 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(AMDGPU::COPY),
268 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(AMDGPU::COPY),
280 MachineInstrBuilder Sequence = BuildMI(MBB, I, MBB.findDebugLoc(I),
R600ISelLowering.cpp 165 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI->getOpcode()))
176 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0)
181 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
186 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_G))
201 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0)
206 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
211 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_C_G))
223 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP))
229 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::PRED_X),
235 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP_COND)
    [all...]
R600ExpandSpecialInstrs.cpp 100 BuildMI(MBB, I, MBB.findDebugLoc(I),
R600InstrInfo.cpp 655 MachineInstrBuilder MIB = BuildMI(MBB, I, MBB.findDebugLoc(I), get(Opcode),
SIISelLowering.cpp 227 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_WQM_B64), AMDGPU::EXEC)
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 570 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
572 DebugLoc findDebugLoc(instr_iterator MBBI);
573 DebugLoc findDebugLoc(iterator MBBI) {
574 return findDebugLoc(MBBI.getInstrIterator());
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 120 DebugLoc DL = FirstMBB.findDebugLoc(MBBI);
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 205 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(Opcode))
207 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(SP::BA))
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 262 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
266 DebugLoc findDebugLoc();
911 DebugLoc UserValue::findDebugLoc() {
    [all...]
MachineBasicBlock.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 385 DebugLoc DL = MBB.findDebugLoc(MBBI);
431 DebugLoc DL = MBB.findDebugLoc(MBBI);
AArch64FrameLowering.cpp 428 DebugLoc DL = MBB.findDebugLoc(MBBI);
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 393 DebugLoc DL = MBB.findDebugLoc(MBB.begin());
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 161 DebugLoc DL = MBB.findDebugLoc(MBBI);
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 452 DebugLoc DL = MBB.findDebugLoc(I);
498 DebugLoc DL = MBB.findDebugLoc(I);
    [all...]

Completed in 111 milliseconds