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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) function in class:nv50_ir::FlowInstruction
971 FlowInstruction *
972 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) :
1001 mem_FlowInstruction(sizeof(FlowInstruction), 4),
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) function in class:nv50_ir::FlowInstruction
971 FlowInstruction *
972 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) :
1001 mem_FlowInstruction(sizeof(FlowInstruction), 4),

Completed in 163 milliseconds