• Home
  • Raw
  • Download

Lines Matching defs:operand

127 static void becomeConstantCopy(Model* model, Operand* operand) {  in becomeConstantCopy()
170 size_t sizeForBinder(const Operand& operand) { in sizeForBinder()
308 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandTypeTest() local
338 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandRankTest() local
367 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandScaleTest() local
395 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandZeroPointTest() local
412 const Operand& operand) { in getInvalidLifeTimes()
459 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandLifeTimeTest() local
506 const Operand& operand) { in getInputOutputLifeTime()
544 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandInputOutputTest() local
577 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandNumberOfConsumersTest() local
640 static void mutateOperand(Operand* operand, OperandType type) { in mutateOperand()
675 static bool mutateOperationOperandTypeSkip(size_t operand, const Model& model) { in mutateOperationOperandTypeSkip()
690 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperationOperandTypeTest() local
818 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in removeOperandTest() local
828 for (uint32_t operand : model->operations[index].inputs) { in removeOperation() local
859 uint32_t operand = model->operations[operation].inputs[input]; in removeOperationInputTest() local