Searched defs:RegKind (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp555 unsigned RegNo, RegKind; local
605 unsigned RegKind; local
660 matchRegisterName(const AsmToken &Tok, unsigned &RegNo, unsigned &RegKind) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp93 unsigned RegKind : 8; member in struct:__anon2620::SystemZOperand::MemOp
151 static SystemZOperand *createMem(RegisterKind RegKind, unsigned Base, argument
207 bool isMem(RegisterKind RegKind, MemoryKind MemKind) const { argument
213 isMemDisp12(RegisterKind RegKind, MemoryKind MemKind) const argument
216 isMemDisp20(RegisterKind RegKind, MemoryKind MemKind) const argument
520 parseAddress(unsigned &Base, const MCExpr *&Disp, unsigned &Index, const MCExpr *&Length, const unsigned *Regs, RegisterKind RegKind) argument
570 parseAddress(SmallVectorImpl<MCParsedAsmOperand*> &Operands, const unsigned *Regs, RegisterKind RegKind, MemoryKind MemKind) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp398 void setRegKind(RegisterKind RegKind) { argument
1035 int MipsAsmParser::regKindToRegClass(int RegKind) { argument
1466 parsePtrReg(SmallVectorImpl<MCParsedAsmOperand *> &Operands, int RegKind) argument
1499 MipsOperand::RegisterKind RegKind = local
1528 parseRegs(SmallVectorImpl<MCParsedAsmOperand *> &Operands, int RegKind) argument
1621 validateMSAIndex(int Val, int RegKind) argument
1642 parseMSARegs(SmallVectorImpl<MCParsedAsmOperand *> &Operands, int RegKind) argument
1781 parseMSACtrlRegs(SmallVectorImpl<MCParsedAsmOperand *> &Operands, int RegKind) argument
1984 searchSymbolAlias( SmallVectorImpl<MCParsedAsmOperand *> &Operands, unsigned RegKind) argument
[all...]

Completed in 51 milliseconds