Home
last modified time | relevance | path

Searched refs:regToString (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp514 static yaml::StringValue regToString(Register Reg, in regToString() function
587 ScratchRSrcReg(regToString(MFI.getScratchRSrcReg(), TRI)), in SIMachineFunctionInfo()
588 FrameOffsetReg(regToString(MFI.getFrameOffsetReg(), TRI)), in SIMachineFunctionInfo()
589 StackPtrOffsetReg(regToString(MFI.getStackPtrOffsetReg(), TRI)), in SIMachineFunctionInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h81 std::string regToString(const MachineOperand &MO);
H A DWebAssemblyAsmPrinter.cpp73 std::string WebAssemblyAsmPrinter::regToString(const MachineOperand &MO) { in regToString() function in WebAssemblyAsmPrinter
636 OS << regToString(MO); in PrintAsmOperand()