Home
last modified time | relevance | path

Searched defs:do_evalue_liveness (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_cf.cpp51 void IfInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::IfInstruction
75 void ElseInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::ElseInstruction
99 void IfElseEndInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::IfElseEndInstruction
121 void LoopBeginInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::LoopBeginInstruction
143 void LoopEndInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::LoopEndInstruction
165 void LoopBreakInstruction::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::LoopBreakInstruction
Dsfn_instruction_block.cpp24 void InstructionBlock::do_evalue_liveness(LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::InstructionBlock
Dsfn_instruction_base.cpp174 void Instruction::do_evalue_liveness(UNUSED LiverangeEvaluator& eval) const in do_evalue_liveness() function in r600::Instruction