Searched defs:getDst (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp170 DstRegister getDst(unsigned int d) const function in class:tgsi::Instruction
946 insn.getDst(0).getIndex(0) == info->io.edgeFlagOut &&
955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) {
956 Instruction::DstRegister dst = insn.getDst(0);
970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) {
971 if (insn.getDst(0).isIndirect(0))
1353 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d);
1373 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d);
1432 if (!inst.getDst(d).isMasked(chan))
1660 unsigned int mask = tgsi.getDst(
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp170 DstRegister getDst(unsigned int d) const function in class:tgsi::Instruction
946 insn.getDst(0).getIndex(0) == info->io.edgeFlagOut &&
955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) {
956 Instruction::DstRegister dst = insn.getDst(0);
970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) {
971 if (insn.getDst(0).isIndirect(0))
1353 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d);
1373 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d);
1432 if (!inst.getDst(d).isMasked(chan))
1660 unsigned int mask = tgsi.getDst(
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h106 /// getDst - Returns the destination instruction for this dependence.
108 Instruction *getDst() const { return Dst; } function in class:llvm::Dependence
/external/clang/include/clang/Analysis/
H A DProgramPoint.h460 const CFGBlock *getDst() const { function in class:clang::BlockEdge

Completed in 127 milliseconds