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

/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h28 typedef SmallVectorImpl<std::unique_ptr<MCParsedAsmOperand>> OperandVector; typedef in namespace:llvm
138 SMLoc NameLoc, OperandVector &Operands) = 0;
163 OperandVector &Operands, MCStreamer &Out,
183 const OperandVector &Operands) = 0;
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp316 OperandMatchResultTy parseRegister(OperandVector &Operands,
324 OperandMatchResultTy parseAddress(OperandVector &Operands,
328 bool parseOperand(OperandVector &Operands, StringRef Mnemonic);
345 SMLoc NameLoc, OperandVector &Operands) override;
347 OperandVector &Operands, MCStreamer &Out,
352 OperandMatchResultTy parseGR32(OperandVector &Operands) {
355 OperandMatchResultTy parseGRH32(OperandVector &Operands) {
358 OperandMatchResultTy parseGRX32(OperandVector &Operands) {
361 OperandMatchResultTy parseGR64(OperandVector &Operands) {
364 OperandMatchResultTy parseGR128(OperandVector
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp78 OperandVector &Operands, MCStreamer &Out,
85 bool ParseParenSuffix(StringRef Name, OperandVector &Operands);
87 bool ParseBracketSuffix(StringRef Name, OperandVector &Operands);
90 SMLoc NameLoc, OperandVector &Operands) override;
94 MipsAsmParser::OperandMatchResultTy parseMemOperand(OperandVector &Operands);
97 MatchAnyRegisterNameWithoutDollar(OperandVector &Operands,
101 MatchAnyRegisterWithoutDollar(OperandVector &Operands, SMLoc S);
103 MipsAsmParser::OperandMatchResultTy ParseAnyRegister(OperandVector &Operands);
105 MipsAsmParser::OperandMatchResultTy ParseImm(OperandVector &Operands);
107 MipsAsmParser::OperandMatchResultTy ParseJumpTarget(OperandVector
[all...]
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp50 OperandVector &Operands, MCStreamer &Out,
55 SMLoc NameLoc, OperandVector &Operands) override;
62 OperandMatchResultTy parseMEMOperand(OperandVector &Operands);
64 OperandMatchResultTy parseOperand(OperandVector &Operands, StringRef Name);
70 OperandMatchResultTy parseBranchModifiers(OperandVector &Operands);
387 OperandVector &Operands,
452 OperandVector &Operands) {
547 SparcAsmParser::parseMEMOperand(OperandVector &Operands) {
585 SparcAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) {
713 SparcAsmParser::parseBranchModifiers(OperandVector
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp59 bool parseSysAlias(StringRef Name, SMLoc NameLoc, OperandVector &Operands);
61 bool parseCondCode(OperandVector &Operands, bool invertCondCode);
65 bool parseRegister(OperandVector &Operands);
67 bool parseVectorList(OperandVector &Operands);
68 bool parseOperand(OperandVector &Operands, bool isCondCode,
86 OperandVector &Operands, MCStreamer &Out,
97 OperandMatchResultTy tryParseOptionalShiftExtend(OperandVector &Operands);
98 OperandMatchResultTy tryParseBarrierOperand(OperandVector &Operands);
99 OperandMatchResultTy tryParseMRSSystemRegister(OperandVector &Operands);
100 OperandMatchResultTy tryParseSysReg(OperandVector
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp193 bool tryParseRegisterWithWriteBack(OperandVector &);
194 int tryParseShiftRegister(OperandVector &);
195 bool parseRegisterList(OperandVector &);
196 bool parseMemory(OperandVector &);
197 bool parseOperand(OperandVector &, StringRef Mnemonic);
285 OperandMatchResultTy parseITCondCode(OperandVector &);
286 OperandMatchResultTy parseCoprocNumOperand(OperandVector &);
287 OperandMatchResultTy parseCoprocRegOperand(OperandVector &);
288 OperandMatchResultTy parseCoprocOptionOperand(OperandVector &);
289 OperandMatchResultTy parseMemBarrierOptOperand(OperandVector
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp51 const MCInst &Inst, OperandVector &Operands, MCContext &Ctx,
66 void InstrumentMOV(const MCInst &Inst, OperandVector &Operands,
98 const MCInst &Inst, OperandVector &Operands, MCContext &Ctx,
489 const MCInst &Inst, OperandVector &Operands, MCContext &Ctx,
H A DX86AsmParser.cpp688 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
692 void EmitInstruction(MCInst &Inst, OperandVector &Operands, MCStreamer &Out);
695 OperandVector &Operands, MCStreamer &Out,
707 bool HandleAVX512Operand(OperandVector &Operands,
759 SMLoc NameLoc, OperandVector &Operands) override;
1647 bool X86AsmParser::HandleAVX512Operand(OperandVector &Operands,
1880 SMLoc NameLoc, OperandVector &Operands) {
2199 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) {
2280 void X86AsmParser::EmitInstruction(MCInst &Inst, OperandVector &Operands,
2288 OperandVector
[all...]
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp241 bool ParseOperand(OperandVector &Operands);
249 OperandVector &Operands, MCStreamer &Out,
253 void ProcessInstruction(MCInst &Inst, const OperandVector &Ops);
279 SMLoc NameLoc, OperandVector &Operands) override;
642 const OperandVector &Operands) {
923 OperandVector &Operands,
1220 bool PPCAsmParser::ParseOperand(OperandVector &Operands) {
1346 SMLoc NameLoc, OperandVector &Operands) {

Completed in 3052 milliseconds