/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86MnemonicTables.cpp | 58 std::string Mnemonic = X86Disassembler::getMnemonic(I, Variant); in run() local 64 for (StringRef Mnemonic : MnemonicToCGInstrMap.keys()) in run() local 70 for (StringRef Mnemonic : MnemonicToCGInstrMap.keys()) { in run() local
|
H A D | X86RecognizableInstr.cpp | 30 std::string Mnemonic = in getMnemonic() local
|
H A D | AsmMatcherEmitter.cpp | 527 StringRef Mnemonic; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 24 StringRef Mnemonic; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 1010 StringRef Mnemonic) { in parseOperand() 1048 StringRef Mnemonic = Name; in splitMnemonic() local 1168 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); in ParseInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 911 StringRef Mnemonic = Name; in splitMnemonic() local 977 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); in ParseInstruction() local 1439 StringRef Mnemonic) { in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 187 bool isCDEInstr(StringRef Mnemonic) { in isCDEInstr() 196 bool isVPTPredicableCDEInstr(StringRef Mnemonic) { in isVPTPredicableCDEInstr() 204 bool isITPredicableCDEInstr(StringRef Mnemonic) { in isITPredicableCDEInstr() 214 bool isCDEDualRegInstr(StringRef Mnemonic) { in isCDEDualRegInstr() 6228 ARMOperand &Mnemonic = static_cast<ARMOperand &>(*Operands[0]); in parseFPImm() local 6276 bool ARMAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() 6540 StringRef ARMAsmParser::splitMnemonic(StringRef Mnemonic, StringRef ExtraToken, in splitMnemonic() 6670 void ARMAsmParser::getMnemonicAcceptInfo(StringRef Mnemonic, in getMnemonicAcceptInfo() 6758 StringRef Mnemonic, ARMCC::CondCodes PredicationCode, bool CarrySetting, in tryConvertingToTwoOperandForm() 6864 StringRef Mnemonic, OperandVector &Operands, unsigned MnemonicOpsEndInd) { in shouldOmitVectorPredicateOperand() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 615 SparcAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid() 1250 StringRef Mnemonic) { in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 627 StringRef Mnemonic, SMLoc NameLoc, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 650 bool XtensaAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic, in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 1124 bool CSKYAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 778 StringRef Mnemonic) { in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6407 bool MipsAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() 6528 MipsOperand &Mnemonic = static_cast<MipsOperand &>(*Operands[0]); in parseMemOperand() local 8975 bool MipsAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1458 StringRef Mnemonic) { in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1677 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 411 const char *Mnemonic; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4421 StringRef Mnemonic = (static_cast<X86Operand &>(*Operands[0])).getToken(); in matchAndEmitIntelInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2666 bool RISCVAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 87 StringRef Mnemonic; ///< Instruction mnemonic. member in __anon730428320111::AArch64AsmParser
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6275 StringRef Mnemonic, in parseOperand()
|