Searched defs:CmpInstruction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp935 CmpInstruction::CmpInstruction(Function *fn, operation op) function in class:nv50_ir::CmpInstruction
941 CmpInstruction *
942 CmpInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
944 CmpInstruction *cmp = (i ? static_cast<CmpInstruction *>(i) :
999 mem_CmpInstruction(sizeof(CmpInstruction), 4),
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp935 CmpInstruction::CmpInstruction(Function *fn, operation op) function in class:nv50_ir::CmpInstruction
941 CmpInstruction *
942 CmpInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
944 CmpInstruction *cmp = (i ? static_cast<CmpInstruction *>(i) :
999 mem_CmpInstruction(sizeof(CmpInstruction), 4),

Completed in 290 milliseconds