Home
last modified time | relevance | path

Searched refs:GetConstantPoolIndexSymbol (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp68 GetConstantPoolIndexSymbol(const MachineOperand &MO) const { in GetConstantPoolIndexSymbol() function in MSP430MCInstLower
146 MCOp = LowerSymbolOperand(MO, GetConstantPoolIndexSymbol(MO)); in Lower()
H A DMSP430MCInstLower.h39 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp57 LanaiMCInstLower::GetConstantPoolIndexSymbol(const MachineOperand &MO) const { in GetConstantPoolIndexSymbol() function in LanaiMCInstLower
127 MCOp = LowerSymbolOperand(MO, GetConstantPoolIndexSymbol(MO)); in Lower()
H A DLanaiMCInstLower.h40 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.h45 MCSymbol *GetConstantPoolIndexSymbol(const MachineOperand &MO) const;
H A DXtensaAsmPrinter.cpp161 XtensaAsmPrinter::GetConstantPoolIndexSymbol(const MachineOperand &MO) const { in GetConstantPoolIndexSymbol() function in XtensaAsmPrinter
197 Symbol = GetConstantPoolIndexSymbol(MO); in LowerSymbolOperand()