Searched refs:HexagonOperand (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp85 struct HexagonOperand;
191 /// HexagonOperand - Instances of this class represent a parsed Hexagon machine
193 struct HexagonOperand : public MCParsedAsmOperand { struct in namespace:__anon2215
222 HexagonOperand(KindTy K, MCContext &Context) function in struct:__anon2215::HexagonOperand
226 HexagonOperand(const HexagonOperand &o) function in struct:__anon2215::HexagonOperand
418 static std::unique_ptr<HexagonOperand> CreateToken(MCContext &Context,
420 HexagonOperand *Op = new HexagonOperand(Token, Context);
425 return std::unique_ptr<HexagonOperand>(O
[all...]

Completed in 117 milliseconds