Searched refs:mayPredicate (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.h | 56 virtual bool mayPredicate(const Instruction *, const Value *) const;
|
D | nv50_ir_target_nvc0.h | 62 virtual bool mayPredicate(const Instruction *, const Value *) const;
|
D | nv50_ir_target.h | 231 virtual bool mayPredicate(const Instruction *,
|
D | nv50_ir_target_nv50.cpp | 505 TargetNV50::mayPredicate(const Instruction *insn, const Value *pred) const in mayPredicate() function in nv50_ir::TargetNV50
|
D | nv50_ir_target_nvc0.cpp | 531 TargetNVC0::mayPredicate(const Instruction *insn, const Value *pred) const in mayPredicate() function in nv50_ir::TargetNVC0
|
D | nv50_ir_peephole.cpp | 3291 inline bool mayPredicate(const Instruction *, const Value *pred) const; 3373 FlatteningPass::mayPredicate(const Instruction *insn, const Value *pred) const in mayPredicate() function in nv50_ir::FlatteningPass 3379 if (!prog->getTarget()->mayPredicate(insn, pred)) in mayPredicate() 3495 if (!mayPredicate(insn, pred)) in tryPredicateConditional() 3505 if (!mayPredicate(insn, pred)) in tryPredicateConditional()
|