Searched refs:CmpInstruction (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_inlines.h | 252 CmpInstruction *Instruction::asCmp() in asCmp() 255 return static_cast<CmpInstruction *>(this); in asCmp() 259 const CmpInstruction *Instruction::asCmp() const in asCmp() 262 return static_cast<const CmpInstruction *>(this); in asCmp()
|
D | nv50_ir.h | 303 class CmpInstruction; variable 663 inline CmpInstruction *asCmp(); 667 inline const CmpInstruction *asCmp() const; 818 class CmpInstruction : public Instruction 821 CmpInstruction(Function *, operation); 823 virtual CmpInstruction *clone(ClonePolicy<Function>&,
|
D | nv50_ir.cpp | 935 CmpInstruction::CmpInstruction(Function *fn, operation op) in CmpInstruction() function in nv50_ir::CmpInstruction 941 CmpInstruction * 942 CmpInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const in clone() 944 CmpInstruction *cmp = (i ? static_cast<CmpInstruction *>(i) : in clone() 999 mem_CmpInstruction(sizeof(CmpInstruction), 4), in Program()
|
D | nv50_ir_build_util.cpp | 222 CmpInstruction * 226 CmpInstruction *insn = new_CmpInstruction(func, op); in mkCmp()
|
D | nv50_ir_build_util.h | 73 CmpInstruction *mkCmp(operation, CondCode, DataType,
|
D | nv50_ir_lowering_nv50.cpp | 530 bool handleSLCT(CmpInstruction *); 797 NV50LoweringPreSSA::handleSLCT(CmpInstruction *i) in handleSLCT()
|
D | nv50_ir_util.h | 62 NV50_IR_FUNC_ALLOC_OBJ_DEF(CmpInstruction, f, args)
|
D | nv50_ir_peephole.cpp | 244 CmpInstruction *findOriginForTestWithZero(Value *); 289 CmpInstruction * 763 CmpInstruction *si = findOriginForTestWithZero(i->getSrc(t)); in opnd()
|
D | nv50_ir_from_sm4.cpp | 1914 CmpInstruction *set; in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 105 void emitSET(const CmpInstruction *); 106 void emitSLCT(const CmpInstruction *); 869 CodeEmitterNVC0::emitSET(const CmpInstruction *i) in emitSET() 918 CodeEmitterNVC0::emitSLCT(const CmpInstruction *i) in emitSLCT()
|