Searched refs:mayPredicate (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.h53 virtual bool mayPredicate(const Instruction *, const Value *) const;
H A Dnv50_ir_target.h175 virtual bool mayPredicate(const Instruction *,
H A Dnv50_ir_peephole.cpp1800 inline bool mayPredicate(const Instruction *, const Value *pred) const;
1874 FlatteningPass::mayPredicate(const Instruction *insn, const Value *pred) const function in class:nv50_ir::FlatteningPass
1880 if (!prog->getTarget()->mayPredicate(insn, pred))
1980 if (!mayPredicate(insn, pred))
1990 if (!mayPredicate(insn, pred))
H A Dnv50_ir_target_nv50.cpp441 TargetNV50::mayPredicate(const Instruction *insn, const Value *pred) const function in class:nv50_ir::TargetNV50
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h52 virtual bool mayPredicate(const Instruction *, const Value *) const;
H A Dnv50_ir_target_nvc0.cpp504 TargetNVC0::mayPredicate(const Instruction *insn, const Value *pred) const function in class:TargetNVC0
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.h53 virtual bool mayPredicate(const Instruction *, const Value *) const;
H A Dnv50_ir_target.h175 virtual bool mayPredicate(const Instruction *,
H A Dnv50_ir_peephole.cpp1800 inline bool mayPredicate(const Instruction *, const Value *pred) const;
1874 FlatteningPass::mayPredicate(const Instruction *insn, const Value *pred) const function in class:nv50_ir::FlatteningPass
1880 if (!prog->getTarget()->mayPredicate(insn, pred))
1980 if (!mayPredicate(insn, pred))
1990 if (!mayPredicate(insn, pred))
H A Dnv50_ir_target_nv50.cpp441 TargetNV50::mayPredicate(const Instruction *insn, const Value *pred) const function in class:nv50_ir::TargetNV50
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h52 virtual bool mayPredicate(const Instruction *, const Value *) const;
H A Dnv50_ir_target_nvc0.cpp504 TargetNVC0::mayPredicate(const Instruction *insn, const Value *pred) const function in class:TargetNVC0

Completed in 3841 milliseconds