/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_lds.h | 11 void replace_values(const ValueSet& candiates, PValue new_value) override; 57 void replace_values(const ValueSet& candiates, PValue new_value) override;
|
D | sfn_instruction_lds.cpp | 28 void LDSReadInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::LDSReadInstruction 119 void LDSWriteInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::LDSWriteInstruction
|
D | sfn_instruction_tex.h | 84 void replace_values(const ValueSet& candiates, PValue new_value) override;
|
D | sfn_instruction_base.h | 111 virtual void replace_values(const ValueSet& candiates, PValue new_value);
|
D | sfn_instruction_alu.h | 120 void replace_values(const ValueSet& candiates, PValue new_value) override;
|
D | sfn_instruction_gds.cpp | 158 void GDSStoreTessFactor::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::GDSStoreTessFactor
|
D | sfn_instruction_export.h | 36 void replace_values(const ValueSet& candiates, PValue new_value) override;
|
D | sfn_instruction_base.cpp | 149 void Instruction::replace_values(UNUSED const ValueSet& candiates, UNUSED PValue new_value) in replace_values() function in r600::Instruction
|
D | sfn_instruction_gds.h | 204 void replace_values(const ValueSet& candiates, PValue new_value) override;
|
D | sfn_instruction_fetch.h | 81 void replace_values(const ValueSet& candiates, PValue new_value) override;
|
D | sfn_instruction_alu.cpp | 115 void AluInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::AluInstruction
|
D | sfn_instruction_export.cpp | 41 void WriteoutInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::WriteoutInstruction
|
D | sfn_instruction_tex.cpp | 59 void TexInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::TexInstruction
|
D | sfn_instruction_fetch.cpp | 234 void FetchInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::FetchInstruction
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_tf.cc | 1210 ::llvm::SmallVector<::mlir::Value, 4> replace_values; in matchAndRewrite() 1280 replace_values.push_back(v); in matchAndRewrite() 1283 replace_values.push_back(v); in matchAndRewrite() 1286 replace_values.push_back(v); in matchAndRewrite() 1289 replace_values.push_back(v); in matchAndRewrite() 1292 replace_values.push_back(v); in matchAndRewrite() 1295 replace_values.push_back(v); in matchAndRewrite() 1297 rewriter.replaceOp(fused_batch_norm, replace_values); in matchAndRewrite()
|