Home
last modified time | relevance | path

Searched defs:RegName (Results 1 – 25 of 54) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp245 auto RegName = DumpOpts.GetNameForDWARFReg(DwarfRegNum, DumpOpts.IsEH); in prettyPrintRegisterOp() local
417 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr() local
427 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr() local
462 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr() local
471 auto RegName = GetNameForDWARFReg(DwarfRegNum, false); in printCompactDWARFExpr() local
H A DDWARFDebugFrame.cpp34 auto RegName = DumpOpts.GetNameForDWARFReg(RegNum, DumpOpts.IsEH); in printRegister() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h177 static const char *stripRegisterPrefix(const char *RegName) { in stripRegisterPrefix()
H A DPPCAsmPrinter.cpp289 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() local
357 const char *RegName; in PrintAsmOperand() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp392 const std::string &RegName = Entry.first; in EmitArgRegisterLists() local
416 const std::string &RegName = Entry.first; in EmitArgRegisterLists() local
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DLVLGen.cpp61 #define RegName(no) \ in runOnMachineBasicBlock() macro
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DSystemZ.h78 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
H A DX86.h202 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
225 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
780 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
H A DPPC.h357 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp75 const auto RegName = CommentText.ltrim(); in HandleComment() local
H A DBenchmarkResult.cpp72 const StringRef RegName = State->getRegInfo().getName(RegNo); in getRegName() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1449 auto parseRegister = [&](const yaml::StringValue &RegName, Register &RegVal) { in parseMachineFunctionInfo()
1468 auto diagnoseRegisterClass = [&](const yaml::StringValue &RegName) { in parseMachineFunctionInfo()
H A DAMDGPUInstCombineIntrinsic.cpp847 const char *RegName = "exec"; in instCombineIntrinsic() local
H A DAMDGPUTargetTransformInfo.cpp869 StringRef RegName = in isReadRegisterSourceOfDivergence() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp51 const char *RegName = getRegisterName(Reg); in printRegName() local
646 const char *RegName; in printOperand() local
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp482 StringRef RegName; in parseRegister() local
619 StringRef RegName = Name.drop_front(4); in ParseInstructionWithSR() local
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp49 if (const char *RegName = MRI.getName(*LLVMRegNum)) in print() local
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp63 const char *RegName = getRegisterName(Reg); in printFormattedRegName() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp694 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1381 bool X86AsmParser::MatchRegisterByName(MCRegister &RegNo, StringRef RegName, in MatchRegisterByName()
1707 std::string RegName = IsSI ? "ES:(R|E)SI" : "ES:(R|E)DI"; in VerifyAndAdjustOperands() local
3868 StringRef RegName = X86IntelInstPrinter::getRegisterName(Src2); in validateInstruction() local
3919 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction() local
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp779 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in getRegisterName() local
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp796 const char *RegName = SystemZInstPrinter::getRegisterName(RegNo); in printFormattedRegName() local
/openbsd/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp756 std::ostringstream RegName; in validateTargetOperandClass() local
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp80 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in DumpLocation() local
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp598 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in dumpObjectFile() local

123