Home
last modified time | relevance | path

Searched defs:InstName (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp92 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp298 std::string InstName = in run() local
315 for (const auto &InstName : InstList) in run() local
H A DCodeGenSchedule.cpp137 StringRef InstName = Inst->TheDef->getName(); in apply() local
165 StringRef InstName = Inst->TheDef->getName(); in apply() local
865 StringRef InstName = Inst->TheDef->getName(); in collectSchedClasses() local
H A DCodeGenDAGPatterns.cpp2510 static void emitTooManyOperandsError(TreePattern &TP, StringRef InstName, in emitTooManyOperandsError()
2516 static void emitTooFewOperandsError(TreePattern &TP, StringRef InstName, in emitTooFewOperandsError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp547 std::string InstName = in run() local
H A DGlobalISelCombinerEmitter.cpp1301 for (auto InstName : FI->copy_flags()) { in checkSemantics() local
2098 for (StringRef InstName : FI->copy_flags()) in emitInstructionApplyPattern() local
2204 StringRef InstName = CGP->getInst().TheDef->getName(); in isLiteralImm() local
H A DGlobalISelEmitter.cpp1937 StringRef InstName = Inst.TheDef->getName(); in inferRegClassFromInstructionPattern() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp364 void MIFlagsInfo::addCopyFlag(StringRef InstName) { CopyF.insert(InstName); } in addCopyFlag()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp191 static unsigned getSegInstLog2SEW(StringRef InstName) { in getSegInstLog2SEW()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp476 bool checkForP2AlignIfLoadStore(OperandVector &Operands, StringRef InstName) { in checkForP2AlignIfLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp508 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1692 std::string InstName; in addInstrRequirements() local