Home
last modified time | relevance | path

Searched refs:X86Operand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1134 std::unique_ptr<X86Operand> DefaultMemSIOperand(SMLoc Loc);
1135 std::unique_ptr<X86Operand> DefaultMemDIOperand(SMLoc Loc);
1224 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
1246 bool ParseZ(std::unique_ptr<X86Operand> &Z, const SMLoc &StartLoc);
1631 std::unique_ptr<X86Operand> X86AsmParser::DefaultMemSIOperand(SMLoc Loc) { in DefaultMemSIOperand()
1636 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1641 std::unique_ptr<X86Operand> X86AsmParser::DefaultMemDIOperand(SMLoc Loc) { in DefaultMemDIOperand()
1646 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1702 X86Operand &OrigOp = static_cast<X86Operand &>(*OrigOperands[i + 1]); in VerifyAndAdjustOperands()
1703 X86Operand &FinalOp = static_cast<X86Operand &>(*FinalOperands[i]); in VerifyAndAdjustOperands()
[all …]
H A DX86Operand.h31 struct X86Operand final : public MCParsedAsmOperand {
90 X86Operand(KindTy K, SMLoc Start, SMLoc End) in X86Operand() function
696 static std::unique_ptr<X86Operand> CreateToken(StringRef Str, SMLoc Loc) { in CreateToken()
698 auto Res = std::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken()
704 static std::unique_ptr<X86Operand>
708 auto Res = std::make_unique<X86Operand>(Register, StartLoc, EndLoc);
717 static std::unique_ptr<X86Operand>
719 return std::make_unique<X86Operand>(DXRegister, StartLoc, EndLoc); in CreateDXReg()
722 static std::unique_ptr<X86Operand>
724 auto Res = std::make_unique<X86Operand>(Prefix, StartLoc, EndLoc); in CreatePrefix()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc12567 …0X86Operand14addMemOperandsERN4llvm6MCInstEj", "(anonymous namespace)::X86Operand::addMemOperands(…
12568 …perand7addExprERN4llvm6MCInstEPKNS1_6MCExprE", "(anonymous namespace)::X86Operand::addExpr(llvm::M…
12569 {"_ZN12_GLOBAL__N_110X86OperandD1Ev", "(anonymous namespace)::X86Operand::~X86Operand()"},
12570 {"_ZN12_GLOBAL__N_110X86OperandD0Ev", "(anonymous namespace)::X86Operand::~X86Operand()"},
12571 {"_ZNK12_GLOBAL__N_110X86Operand11getStartLocEv", "(anonymous namespace)::X86Operand::getStartLoc()…
12572 {"_ZNK12_GLOBAL__N_110X86Operand9getEndLocEv", "(anonymous namespace)::X86Operand::getEndLoc() cons…
12573 {"_ZNK12_GLOBAL__N_110X86Operand4dumpERN4llvm11raw_ostreamE", "(anonymous namespace)::X86Operand::d…
25561 {"_ZTVN12_GLOBAL__N_110X86OperandE", "vtable for (anonymous namespace)::X86Operand"},