Searched refs:mayPredicate (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.h | 52 virtual bool mayPredicate(const Instruction *, const Value *) const;
|
D | nv50_ir_target_nvc0.cpp | 504 TargetNVC0::mayPredicate(const Instruction *insn, const Value *pred) const in mayPredicate() function in nv50_ir::TargetNVC0
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.h | 53 virtual bool mayPredicate(const Instruction *, const Value *) const;
|
D | nv50_ir_target.h | 175 virtual bool mayPredicate(const Instruction *,
|
D | nv50_ir_target_nv50.cpp | 441 TargetNV50::mayPredicate(const Instruction *insn, const Value *pred) const in mayPredicate() function in nv50_ir::TargetNV50
|
D | nv50_ir_peephole.cpp | 1800 inline bool mayPredicate(const Instruction *, const Value *pred) const; 1874 FlatteningPass::mayPredicate(const Instruction *insn, const Value *pred) const in mayPredicate() function in nv50_ir::FlatteningPass 1880 if (!prog->getTarget()->mayPredicate(insn, pred)) in mayPredicate() 1980 if (!mayPredicate(insn, pred)) in tryPredicateConditional() 1990 if (!mayPredicate(insn, pred)) in tryPredicateConditional()
|