Lines Matching refs:X86Operand
22 struct X86Operand : public MCParsedAsmOperand { struct
66 X86Operand(KindTy K, SMLoc Start, SMLoc End) in X86Operand() argument
447 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken() argument
449 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken()
455 static std::unique_ptr<X86Operand>
459 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc); argument
468 static std::unique_ptr<X86Operand> CreateImm(const MCExpr *Val, in CreateImm() argument
470 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc); in CreateImm()
476 static std::unique_ptr<X86Operand>
480 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc); argument
495 static std::unique_ptr<X86Operand>
507 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc); argument