Searched refs:PrintInput (Results 1 – 5 of 5) sorted by relevance
233 def PrintInput(suffix = ""): member in Input317 def PrintInput(self, suffix = ""): member in Scalar376 def PrintInput(self, suffix = ""): member in F64566 def PrintInput(self, suffix = ""): member in MemOperand
639 [input.PrintInput("_input") for input in self.inputs])652 [input.PrintInput("_ref") for input in self.inputs])665 [input.PrintInput("") for input in self.inputs])
49 void PrintInput(std::ostream& os, const Input& input) { in PrintInput() function
496 graph_labeller->PrintInput(os_, phi->input(pid)); in Process()
295 graph_labeller->PrintInput(os, node->input(i)); in PrintInputs()