Searched refs:OperandVector (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/R600/AsmParser/ |
D | AMDGPUAsmParser.cpp | 330 OperandVector &Operands, MCStreamer &Out, 334 OperandMatchResultTy parseOperand(OperandVector &Operands, StringRef Mnemonic); 336 SMLoc NameLoc, OperandVector &Operands) override; 341 OperandVector &Operands, 344 OperandMatchResultTy parseNamedBit(const char *Name, OperandVector &Operands, 349 OperandVector &Operands); 352 void cvtDSOffset01(MCInst &Inst, const OperandVector &Operands); 353 void cvtDS(MCInst &Inst, const OperandVector &Operands); 354 OperandMatchResultTy parseDSOptionalOps(OperandVector &Operands); 355 OperandMatchResultTy parseDSOff01OptionalOps(OperandVector &Operands); [all …]
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 345 OperandMatchResultTy parseRegister(OperandVector &Operands, 353 OperandMatchResultTy parseAddress(OperandVector &Operands, 357 OperandMatchResultTy parsePCRel(OperandVector &Operands, int64_t MinVal, 360 bool parseOperand(OperandVector &Operands, StringRef Mnemonic); 377 SMLoc NameLoc, OperandVector &Operands) override; 379 OperandVector &Operands, MCStreamer &Out, 384 OperandMatchResultTy parseGR32(OperandVector &Operands) { in parseGR32() 387 OperandMatchResultTy parseGRH32(OperandVector &Operands) { in parseGRH32() 390 OperandMatchResultTy parseGRX32(OperandVector &Operands) { in parseGRX32() 393 OperandMatchResultTy parseGR64(OperandVector &Operands) { in parseGR64() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCTargetAsmParser.h | 27 typedef SmallVectorImpl<std::unique_ptr<MCParsedAsmOperand>> OperandVector; typedef 145 SMLoc NameLoc, OperandVector &Operands) = 0; 170 OperandVector &Operands, MCStreamer &Out, 193 const OperandVector &Operands) = 0;
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 50 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, in MatchAndEmitInstruction() 449 OperandVector &Operands) { in ParseInstruction() 544 SparcAsmParser::parseMEMOperand(OperandVector &Operands) { in parseMEMOperand() 582 SparcAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() 710 SparcAsmParser::parseBranchModifiers(OperandVector &Operands) { in parseBranchModifiers()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 57 bool parseSysAlias(StringRef Name, SMLoc NameLoc, OperandVector &Operands); 59 bool parseCondCode(OperandVector &Operands, bool invertCondCode); 63 bool parseRegister(OperandVector &Operands); 65 bool parseVectorList(OperandVector &Operands); 66 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 &Operands); [all …]
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 124 OperandVector &Operands, MCStreamer &Out, 131 bool parseParenSuffix(StringRef Name, OperandVector &Operands); 133 bool parseBracketSuffix(StringRef Name, OperandVector &Operands); 136 SMLoc NameLoc, OperandVector &Operands) override; 140 MipsAsmParser::OperandMatchResultTy parseMemOperand(OperandVector &Operands); 143 matchAnyRegisterNameWithoutDollar(OperandVector &Operands, 147 matchAnyRegisterWithoutDollar(OperandVector &Operands, SMLoc S); 149 MipsAsmParser::OperandMatchResultTy parseAnyRegister(OperandVector &Operands); 151 MipsAsmParser::OperandMatchResultTy parseImm(OperandVector &Operands); 153 MipsAsmParser::OperandMatchResultTy parseJumpTarget(OperandVector &Operands); [all …]
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 192 bool validatetLDMRegList(MCInst Inst, const OperandVector &Operands, 194 bool validatetSTMRegList(MCInst Inst, const OperandVector &Operands, 198 bool tryParseRegisterWithWriteBack(OperandVector &); 199 int tryParseShiftRegister(OperandVector &); 200 bool parseRegisterList(OperandVector &); 201 bool parseMemory(OperandVector &); 202 bool parseOperand(OperandVector &, StringRef Mnemonic); 299 OperandMatchResultTy parseITCondCode(OperandVector &); 300 OperandMatchResultTy parseCoprocNumOperand(OperandVector &); 301 OperandMatchResultTy parseCoprocRegOperand(OperandVector &); [all …]
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 689 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 690 bool processInstruction(MCInst &Inst, const OperandVector &Ops); 694 void EmitInstruction(MCInst &Inst, OperandVector &Operands, MCStreamer &Out); 697 OperandVector &Operands, MCStreamer &Out, 701 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands, 708 OperandVector &Operands, MCStreamer &Out, 713 OperandVector &Operands, MCStreamer &Out, 727 bool HandleAVX512Operand(OperandVector &Operands, 786 SMLoc NameLoc, OperandVector &Operands) override; 1756 bool X86AsmParser::HandleAVX512Operand(OperandVector &Operands, in HandleAVX512Operand() [all …]
|
D | X86AsmInstrumentation.cpp | 193 OperandVector &Operands, in InstrumentAndEmitInstruction() 236 void InstrumentMOVS(const MCInst &Inst, OperandVector &Operands, 238 void InstrumentMOV(const MCInst &Inst, OperandVector &Operands, 357 OperandVector &Operands, in InstrumentMOVS() 384 OperandVector &Operands, MCContext &Ctx, in InstrumentMOV() 1040 const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, in InstrumentAndEmitInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 248 bool ParseOperand(OperandVector &Operands); 258 OperandVector &Operands, MCStreamer &Out, 262 void ProcessInstruction(MCInst &Inst, const OperandVector &Ops); 287 SMLoc NameLoc, OperandVector &Operands) override; 801 const OperandVector &Operands) { in ProcessInstruction() 1130 OperandVector &Operands, in MatchAndEmitInstruction() 1428 bool PPCAsmParser::ParseOperand(OperandVector &Operands) { in ParseOperand() 1555 SMLoc NameLoc, OperandVector &Operands) { in ParseInstruction()
|