HomeSort by relevance Sort by last modified time
    Searched refs:findDebugLoc (Results 1 - 18 of 18) 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/R600/
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 216 NewMI = BuildMI(*BB, I, BB->findDebugLoc(I),
282 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(MI->getOpcode()))
327 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0)
346 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
365 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_G))
429 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_H), T0)
448 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
467 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SAMPLE_C_G))
493 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP))
499 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::PRED_X)
    [all...]
SIInstrInfo.cpp 470 DebugLoc DL = MBB.findDebugLoc(MI);
523 DebugLoc DL = MBB.findDebugLoc(MI);
573 DebugLoc DL = MBB.findDebugLoc(MI);
673 DebugLoc DL = MBB.findDebugLoc(MI);
869 return BuildMI(*MBB, I, MBB->findDebugLoc(I), get(AMDGPU::V_MOV_B32_e32),
    [all...]
R600InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 610 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
612 DebugLoc findDebugLoc(instr_iterator MBBI);
613 DebugLoc findDebugLoc(iterator MBBI) {
614 return findDebugLoc(MBBI.getInstrIterator());
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 168 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/Target/AArch64/
AArch64FrameLowering.cpp 212 DebugLoc DL = MBB.findDebugLoc(MBBI);
265 DebugLoc DL = MBB.findDebugLoc(MBBI);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 443 DebugLoc DL = MBB.findDebugLoc(MBB.begin());
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 224 DebugLoc DL = MBB.findDebugLoc(MBBI);
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 489 DebugLoc DL = MBB.findDebugLoc(I);
535 DebugLoc DL = MBB.findDebugLoc(I);
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]

Completed in 314 milliseconds