Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h153 static const char *stripRegisterPrefix(const char *RegName) { in stripRegisterPrefix()
H A DPPCAsmPrinter.cpp261 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() local
329 const char *RegName; in PrintAsmOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DLVLGen.cpp61 #define RegName(no) \ in runOnMachineBasicBlock() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSystemZ.h68 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
H A DX86.h181 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
202 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
742 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
H A DPPC.h350 bool isSPRegName(StringRef RegName) const override { in isSPRegName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp74 const auto RegName = CommentText.ltrim(); in HandleComment() local
H A DBenchmarkResult.cpp94 const StringRef RegName = State->getRegInfo().getName(RegNo); in getRegName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp51 const char *RegName = getRegisterName(RegNo); in printRegName() local
645 const char *RegName; in printOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp246 if (const char *RegName = MRI->getName(*LLVMRegNum)) { in prettyPrintRegisterOp() local
H A DDWARFDebugFrame.cpp36 if (const char *RegName = MRI->getName(*LLVMRegNum)) { in printRegister() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1263 auto parseRegister = [&](const yaml::StringValue &RegName, Register &RegVal) { in parseMachineFunctionInfo()
1274 auto diagnoseRegisterClass = [&](const yaml::StringValue &RegName) { in parseMachineFunctionInfo()
H A DAMDGPUInstCombineIntrinsic.cpp703 const char *RegName = "exec"; in instCombineIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp61 const char *RegName = getRegisterName(RegNo); in printFormattedRegName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp668 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A 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
3850 StringRef RegName = X86IntelInstPrinter::getRegisterName(Src2); in validateInstruction() local
3883 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp723 std::ostringstream RegName; in validateTargetOperandClass() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp124 bool PerTargetMIParsingState::getRegisterByName(StringRef RegName, in getRegisterByName()
335 VRegInfo &PerFunctionMIParsingState::getVRegInfoNamed(StringRef RegName) { in getVRegInfoNamed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2071 Register AVRTargetLowering::getRegisterByName(const char *RegName, LLT VT, in getRegisterByName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp216 const char *RegName, LLT /*VT*/, in getRegisterByName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1044 virtual bool validateGlobalRegisterVariable(StringRef RegName, in validateGlobalRegisterVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2236 static unsigned getSpecialRegForName(StringRef RegName) { in getSpecialRegForName()
2409 StringRef RegName = Reg->Name; in isRegister() local
2531 StringRef RegName = getTokenStr(); in ParseRegularReg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp356 StringRef RegName(getRegisterName(RegNo)); in printRegOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp732 auto RegName = [](unsigned Reg) { in print() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2039 llvm::MDNode *RegName = cast<llvm::MDNode>( in EmitLoadOfGlobalRegLValue() local
2312 llvm::MDNode *RegName = cast<llvm::MDNode>( in EmitStoreThroughGlobalRegLValue() local

12