Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h156 static const char *stripRegisterPrefix(const char *RegName) { in stripRegisterPrefix()
DPPCAsmPrinter.cpp218 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() local
286 const char *RegName; in PrintAsmOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h152 static const char *stripRegisterPrefix(const char *RegName) { in stripRegisterPrefix()
DPPCAsmPrinter.cpp207 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() local
277 const char *RegName; in PrintAsmOperand() local
303 const char *RegName = "r0"; in PrintAsmMemoryOperand() local
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp40 const char *RegName = getRegisterName(RegNo); in printRegName() local
414 static const char *stripRegisterPrefix(const char *RegName) { in stripRegisterPrefix()
436 const char *RegName = getRegisterName(Op.getReg()); in printOperand() local
/external/llvm-project/llvm/lib/Target/VE/
DLVLGen.cpp61 #define RegName(no) \ in runOnMachineBasicBlock() macro
/external/llvm-project/clang/lib/Basic/Targets/
DSystemZ.h68 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
DX86.h176 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
197 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
731 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
DPPC.h347 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEISelLowering.cpp75 Register VETargetLowering::getRegisterByName(const char *RegName, LLT VT, in getRegisterByName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.cpp51 const char *RegName = getRegisterName(RegNo); in printRegName() local
547 const char *RegName; in printOperand() local
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp150 static const char *stripRegisterPrefix(const char *RegName) { in stripRegisterPrefix()
172 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() local
275 const char *RegName = "r0"; in PrintAsmMemoryOperand() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetFile.cpp74 const auto RegName = CommentText.ltrim(); in HandleComment() local
DBenchmarkResult.cpp94 const StringRef RegName = State->getRegInfo().getName(RegNo); in getRegName() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp224 if (const char *RegName = MRI->getName(*LLVMRegNum)) { in prettyPrintRegisterOp() local
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.cpp51 const char *RegName = getRegisterName(RegNo); in printRegName() local
613 const char *RegName; in printOperand() local
/external/capstone/arch/PowerPC/
DPPCInstPrinter.c638 static const char *stripRegisterPrefix(const char *RegName) in stripRegisterPrefix()
663 const char *RegName = getRegisterName(reg); in printOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp1025 auto parseRegister = [&](const yaml::StringValue &RegName, unsigned &RegVal) { in parseMachineFunctionInfo()
1034 auto diagnoseRegisterClass = [&](const yaml::StringValue &RegName) { in parseMachineFunctionInfo()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp1101 auto parseRegister = [&](const yaml::StringValue &RegName, Register &RegVal) { in parseMachineFunctionInfo()
1112 auto diagnoseRegisterClass = [&](const yaml::StringValue &RegName) { in parseMachineFunctionInfo()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp243 if (const char *RegName = MRI->getName(*LLVMRegNum)) { in prettyPrintRegisterOp() local
DDWARFDebugFrame.cpp37 if (const char *RegName = MRI->getName(*LLVMRegNum)) { in printRegister() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp575 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString() local
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp636 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp152 void splitToClassAndName(const std::string &RegName, std::string *SplitRegClass, in splitToClassAndName()
224 for (const auto &RegName : BadRegNames) in filterTypeToRegisterSet() local
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1363 bool X86AsmParser::MatchRegisterByName(unsigned &RegNo, StringRef RegName, in MatchRegisterByName()
1689 std::string RegName = IsSI ? "ES:(R|E)SI" : "ES:(R|E)DI"; in VerifyAndAdjustOperands() local
3845 StringRef RegName = X86IntelInstPrinter::getRegisterName(Src2); in validateInstruction() local
3878 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction() local

1234