/freebsd-src/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 | 520 StringRef Mnemonic; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 24 StringRef Mnemonic; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 1010 StringRef Mnemonic) { in parseOperand() argument 1048 StringRef Mnemonic = Name; in splitMnemonic() local 1172 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); ParseInstruction() local [all...] |
/freebsd-src/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); ParseInstruction() local 1439 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 192 isCDEInstr(StringRef Mnemonic) isCDEInstr() argument 201 isVPTPredicableCDEInstr(StringRef Mnemonic) isVPTPredicableCDEInstr() argument 209 isITPredicableCDEInstr(StringRef Mnemonic) isITPredicableCDEInstr() argument 219 isCDEDualRegInstr(StringRef Mnemonic) isCDEDualRegInstr() argument 5975 ARMOperand &Mnemonic = static_cast<ARMOperand &>(*Operands[0]); parseFPImm() local 6023 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument 6283 splitMnemonic(StringRef Mnemonic,StringRef ExtraToken,unsigned & PredicationCode,unsigned & VPTPredicationCode,bool & CarrySetting,unsigned & ProcessorIMod,StringRef & ITMask) splitMnemonic() argument 6413 getMnemonicAcceptInfo(StringRef Mnemonic,StringRef ExtraToken,StringRef FullInst,bool & CanAcceptCarrySet,bool & CanAcceptPredicationCode,bool & CanAcceptVPTPredicationCode) getMnemonicAcceptInfo() argument 6491 tryConvertingToTwoOperandForm(StringRef Mnemonic,bool CarrySetting,OperandVector & Operands) tryConvertingToTwoOperandForm() argument 6594 shouldOmitCCOutOperand(StringRef Mnemonic,OperandVector & Operands) shouldOmitCCOutOperand() argument 6745 shouldOmitPredicateOperand(StringRef Mnemonic,OperandVector & Operands) shouldOmitPredicateOperand() argument 6768 shouldOmitVectorPredicateOperand(StringRef Mnemonic,OperandVector & Operands) shouldOmitVectorPredicateOperand() argument 6821 doesIgnoreDataTypeSuffix(StringRef Mnemonic,StringRef DT) doesIgnoreDataTypeSuffix() argument 6837 fixupGNULDRDAlias(StringRef Mnemonic,OperandVector & Operands) fixupGNULDRDAlias() argument 6879 CDEConvertDualRegOperand(StringRef Mnemonic,OperandVector & Operands) CDEConvertDualRegOperand() argument 6962 StringRef Mnemonic = Name.slice(Start, Next); ParseInstruction() local 12788 isMnemonicVPTPredicable(StringRef Mnemonic,StringRef ExtraToken) isMnemonicVPTPredicable() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 572 parseOperand(OperandVector & Operands,StringRef Mnemonic,bool SR) parseOperand() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 621 ParseInstruction(ParseInstructionInfo & Info,StringRef Mnemonic,SMLoc NameLoc,OperandVector & Operands) ParseInstruction() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1148 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 722 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 1124 bool CSKYAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6407 bool MipsAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument 6528 MipsOperand &Mnemonic = static_cast<MipsOperand &>(*Operands[0]); in parseMemOperand() local 8975 bool MipsAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1675 StringRef Mnemonic = Name.slice(0, Dot); ParseInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1458 StringRef Mnemonic) { in parseOperand() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 426 const char *Mnemonic; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4292 StringRef Mnemonic = (static_cast<X86Operand &>(*Operands[0])).getToken(); MatchAndEmitIntelInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2604 parseOperand(OperandVector & Operands,StringRef Mnemonic) parseOperand() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 87 StringRef Mnemonic; ///< Instruction mnemonic. member in __anon58533a440111::AArch64AsmParser [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6038 parseOperand(OperandVector & Operands,StringRef Mnemonic,OperandMode Mode) parseOperand() argument
|