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

  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 65 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::MOV))
76 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::MOV))
88 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::MOV))
101 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::COPY))
129 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::MOV_IMM_I32),
134 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::LSHR_eg), NewAddr)
138 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI->getOpcode()))
160 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), t0)
164 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), t1)
168 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_G)
    [all...]
AMDGPUConvertToISA.cpp 58 TII->convertToISA(MI, MF, MBB.findDebugLoc(I));
SIISelLowering.cpp 82 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::V_MOV_B32_e64))
97 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::V_MOV_B32_e64))
112 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::V_MOV_B32_e64))
145 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_WAITCNT))
161 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_MOV_B32), M0)
164 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::V_INTERP_P1_F32), tmp)
170 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::V_INTERP_P2_F32))
191 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_MOV_B32), M0)
194 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::V_INTERP_MOV_F32))
207 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::V_CMPX_LE_F32_e32)
    [all...]
R600ExpandSpecialInstrs.cpp 151 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(Opcode), DstReg)
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 336 MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead),
489 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()),
519 BuildMI(MBB, MI, MBB.findDebugLoc(MI), TII->get(AMDGPU::CF_PUSH_EG))
536 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
553 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END_LOOP))
561 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
575 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
590 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
609 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
617 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI)
    [all...]
R600EmitClauseMarkers.cpp 276 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode))
R600ISelLowering.cpp 219 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I),
283 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI->getOpcode()))
290 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI->getOpcode()))
336 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0)
355 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
374 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_G))
438 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0)
457 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
476 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_C_G))
502 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)
    [all...]
SIInstrInfo.cpp 548 DebugLoc DL = MBB.findDebugLoc(MI);
637 DebugLoc DL = MBB.findDebugLoc(MI);
688 DebugLoc DL = MBB.findDebugLoc(MI);
792 DebugLoc DL = MBB.findDebugLoc(MI);
    [all...]
R600InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 705 DebugLoc findDebugLoc(instr_iterator MBBI);
706 DebugLoc findDebugLoc(iterator MBBI) {
707 return findDebugLoc(MBBI.getInstrIterator());
    [all...]
  /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/Target/X86/
X86FrameLowering.cpp 255 DebugLoc DL = MBB.findDebugLoc(MBBI);
480 DebugLoc DL = PrologMBB.findDebugLoc(MBBI);
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 442 DebugLoc DL = MBB.findDebugLoc(MBB.begin());
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 212 DebugLoc DL = MBB.findDebugLoc(MBBI);
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 707 DebugLoc DL = MBB.findDebugLoc(I);
737 DebugLoc DL = MBB.findDebugLoc(I);
    [all...]

Completed in 813 milliseconds