/llvm-project/llvm/utils/TableGen/ |
H A D | X86MnemonicTables.cpp | 70 auto Mnemonics = MnemonicToCGInstrMap[Mnemonic]; in run() local 58 std::string Mnemonic = X86Disassembler::getMnemonic(I, Variant); run() local 64 for (StringRef Mnemonic : MnemonicToCGInstrMap.keys()) run() local
|
H A D | X86RecognizableInstr.cpp | 30 std::string Mnemonic = in getMnemonic() local
|
H A D | AsmMatcherEmitter.cpp | 527 StringRef Mnemonic; member [all...] |
/llvm-project/llvm/docs/ |
H A D | AMDGPUInstructionSyntax.rst | 58 .. _amdgpu_syn_instruction_pk:
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | AttributesAndTypes.md | 204 ### Mnemonic subsection
|
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 24 StringRef Mnemonic; member
|
/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 1048 bool IsBRR = Mnemonic.consume_back(".r"); in splitMnemonic() local 1010 parseOperand(OperandVector * Operands,StringRef Mnemonic) parseOperand() argument 1168 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); ParseInstruction() local [all...] |
/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 911 StringRef Mnemonic = Name; splitMnemonic() local 977 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); ParseInstruction() local 1439 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 187 bool isCDEInstr(StringRef Mnemonic) { in isCDEInstr() argument 196 bool isVPTPredicableCDEInstr(StringRef Mnemonic) { in isVPTPredicableCDEInstr() argument 204 bool isITPredicableCDEInstr(StringRef Mnemonic) { in isITPredicableCDEInstr() argument 214 isCDEDualRegInstr(StringRef Mnemonic) isCDEDualRegInstr() argument 6228 ARMOperand &Mnemonic = static_cast<ARMOperand &>(*Operands[0]); parseFPImm() local 6276 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument 6540 splitMnemonic(StringRef Mnemonic,StringRef ExtraToken,ARMCC::CondCodes & PredicationCode,ARMVCC::VPTCodes & VPTPredicationCode,bool & CarrySetting,unsigned & ProcessorIMod,StringRef & ITMask) splitMnemonic() argument 6670 getMnemonicAcceptInfo(StringRef Mnemonic,StringRef ExtraToken,StringRef FullInst,bool & CanAcceptCarrySet,bool & CanAcceptPredicationCode,bool & CanAcceptVPTPredicationCode) getMnemonicAcceptInfo() argument 6758 tryConvertingToTwoOperandForm(StringRef Mnemonic,ARMCC::CondCodes PredicationCode,bool CarrySetting,OperandVector & Operands,unsigned MnemonicOpsEndInd) tryConvertingToTwoOperandForm() argument 6864 shouldOmitVectorPredicateOperand(StringRef Mnemonic,OperandVector & Operands,unsigned MnemonicOpsEndInd) shouldOmitVectorPredicateOperand() argument 6905 doesIgnoreDataTypeSuffix(StringRef Mnemonic,StringRef DT) doesIgnoreDataTypeSuffix() argument 6922 fixupGNULDRDAlias(StringRef Mnemonic,OperandVector & Operands,unsigned MnemonicOpsEndInd) fixupGNULDRDAlias() argument 6971 CDEConvertDualRegOperand(StringRef Mnemonic,OperandVector & Operands,unsigned MnemonicOpsEndInd) CDEConvertDualRegOperand() argument 7079 StringRef Mnemonic = Name.slice(Start, Next); ParseInstruction() local 13054 isMnemonicVPTPredicable(StringRef Mnemonic,StringRef ExtraToken) isMnemonicVPTPredicable() argument [all...] |
/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 621 ParseInstruction(ParseInstructionInfo & Info,StringRef Mnemonic,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
|
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 650 parseOperand(OperandVector & Operands,StringRef Mnemonic,bool SR) parseOperand() argument
|
/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1189 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument [all...] |
/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 1124 bool CSKYAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
|
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 748 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument
|
/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1677 StringRef Mnemonic = Name.slice(0, Dot); ParseInstruction() local
|
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1458 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument
|
/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6407 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument 6528 MipsOperand &Mnemonic = static_cast<MipsOperand &>(*Operands[0]); parseMemOperand() local 8975 mnemonicIsValid(StringRef Mnemonic,unsigned VariantID) mnemonicIsValid() argument
|
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 426 const char *Mnemonic; global() member
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4397 StringRef Mnemonic = (static_cast<X86Operand &>(*Operands[0])).getToken(); matchAndEmitIntelInstruction() local
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2629 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument
|
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 87 StringRef Mnemonic; ///< Instruction mnemonic. member in __anon882015c50111::AArch64AsmParser [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6270 parseOperand(OperandVector & Operands,StringRef Mnemonic,OperandMode Mode) parseOperand() argument
|