HomeSort by relevance Sort by last modified time
    Searched refs:DstReg (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 580 unsigned DstReg = MI->getOperand(0).getReg();
586 if (!TargetRegisterInfo::isVirtualRegister(DstReg))
596 if (!LIS.hasInterval(DstReg))
598 LiveInterval *DstLI = &LIS.getInterval(DstReg);
    [all...]
InlineSpiller.cpp 790 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
791 if (isSibling(DstReg)) {
792 LiveInterval &DstLI = LIS.getInterval(DstReg);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 41 unsigned &SrcReg, unsigned &DstReg,
SIInstrInfo.cpp 412 unsigned DstReg,
415 DstReg) .addReg(SrcReg);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.h 342 struct prog_dst_register DstReg;
program_parse.y 203 %type <dst_reg> dstReg maskedDstReg maskedAddrReg
469 $$->Base.DstReg.CondMask = $2.CondMask;
470 $$->Base.DstReg.CondSwizzle = $2.CondSwizzle;
471 $$->Base.DstReg.CondSrc = $2.CondSrc;
634 maskedDstReg: dstReg optionalMask optionalCcMask
860 dstReg: resultBinding
    [all...]
ir_to_mesa.cpp     [all...]
prog_execute.c 458 const GLuint swizzle = inst->DstReg.CondSwizzle;
459 const GLuint condMask = inst->DstReg.CondMask;
481 const struct prog_dst_register *dstReg = &(inst->DstReg);
483 GLuint writeMask = dstReg->WriteMask;
485 GLfloat *dst = get_dst_register_pointer(dstReg, machine);
503 if (dstReg->CondMask != COND_TR) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
507 dstReg->CondMask))
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 228 sub->DstReg.WriteMask =
229 rewrite_writemask(sub->DstReg.WriteMask, conversion_swizzle);
r500_fragprog_emit.c 384 | (inst->DstReg.WriteMask << 11)
417 use_temporary(code, inst->DstReg.Index);
421 | R500_TEX_DST_ADDR(inst->DstReg.Index)
r300_fragprog_emit.c 436 dest = inst->U.I.DstReg.Index;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 228 sub->DstReg.WriteMask =
229 rewrite_writemask(sub->DstReg.WriteMask, conversion_swizzle);
r500_fragprog_emit.c 384 | (inst->DstReg.WriteMask << 11)
417 use_temporary(code, inst->DstReg.Index);
421 | R500_TEX_DST_ADDR(inst->DstReg.Index)
r300_fragprog_emit.c 436 dest = inst->U.I.DstReg.Index;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 281 transform_dstreg(ttr, &dst->U.I.DstReg, &src->Dst[0]);
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 281 transform_dstreg(ttr, &dst->U.I.DstReg, &src->Dst[0]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 701 curI->DstReg[optype].Index = dst;
702 curI->DstReg[optype].dstMod = dstMod;
703 curI->DstReg[optype].dstMask = dstMask;
  /external/mesa3d/src/mesa/main/
atifragshader.c 701 curI->DstReg[optype].Index = dst;
702 curI->DstReg[optype].dstMod = dstMod;
703 curI->DstReg[optype].dstMask = dstMask;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 203 %type <dst_reg> dstReg maskedDstReg maskedAddrReg
469 $$->Base.DstReg.CondMask = $2.CondMask;
470 $$->Base.DstReg.CondSwizzle = $2.CondSwizzle;
471 $$->Base.DstReg.CondSrc = $2.CondSrc;
634 maskedDstReg: dstReg optionalMask optionalCcMask
860 dstReg: resultBinding
    [all...]
ir_to_mesa.cpp     [all...]
prog_execute.c 458 const GLuint swizzle = inst->DstReg.CondSwizzle;
459 const GLuint condMask = inst->DstReg.CondMask;
481 const struct prog_dst_register *dstReg = &(inst->DstReg);
483 GLuint writeMask = dstReg->WriteMask;
485 GLfloat *dst = get_dst_register_pointer(dstReg, machine);
503 if (dstReg->CondMask != COND_TR) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
507 dstReg->CondMask))
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)]
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 141 p->Instructions[ic].DstReg.File = PROGRAM_TEMPORARY;
142 p->Instructions[ic].DstReg.Index = 0;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 141 p->Instructions[ic].DstReg.File = PROGRAM_TEMPORARY;
142 p->Instructions[ic].DstReg.Index = 0;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 598 unsigned Size, unsigned DstReg,

Completed in 561 milliseconds

1 2 3 4 56 7