Searched refs:getArgList (Results 1 – 8 of 8) sorted by relevance
306 Value *getArgList() const { return const_cast<Value*>(getArgOperand(0)); } in getArgList() function319 Value *getArgList() const { return const_cast<Value*>(getArgOperand(0)); } in getArgList() function
176 const ArgListType &getArgList() const { return ArgList; } in getArgList() function
129 for (Type ArgTy : Signature.getArgList()) { in dump()
1393 for (Ice::Type ArgType : Signature.getArgList()) { in parseFunction()
553 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
2105 std::vector<std::string> &Args = P->getArgList(); in ParsePatternFragments()2604 assert(I->getArgList().empty() && "Args list should still be empty here!"); in ParseInstructions()
600 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
2484 std::vector<std::string> &Args = P->getArgList(); in ParsePatternFragments()2999 assert(I->getArgList().empty() && "Args list should still be empty here!"); in parseInstructionPattern()