Lines Matching defs:operand

147 static void becomeConstantCopy(Model* model, Operand* operand) {  in becomeConstantCopy()
216 size_t sizeForBinder(const Operand& operand) { in sizeForBinder()
369 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandTypeTest() local
409 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandRankTest() local
450 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandScaleTest() local
490 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandZeroPointTest() local
508 const Operand& operand) { in getInvalidLifeTimes()
555 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandLifeTimeTest() local
603 const Operand& operand) { in getInputOutputLifeTime()
641 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandInputOutputTest() local
674 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandNumberOfConsumersTest() local
742 static void mutateOperand(Operand* operand, OperandType type) { in mutateOperand()
800 static bool mutateOperationOperandTypeSkip(size_t operand, OperandType type, const Model& model) { in mutateOperationOperandTypeSkip()
872 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperationOperandTypeTest() local
1000 static bool removeOperandSkip(size_t operand, const Model& model) { in removeOperandSkip()
1026 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in removeOperandTest() local
1039 for (uint32_t operand : model->operations[index].inputs) { in removeOperation() local
1133 uint32_t operand = model->operations[operation].inputs[input]; in removeOperationInputTest() local