Home
last modified time | relevance | path

Searched refs:GetBlockAddressSymbol (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430MCInstLower.cpp85 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MSP430MCInstLower
91 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
149 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
HDMSP430MCInstLower.h40 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiMCInstLower.cpp38 LanaiMCInstLower::GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in LanaiMCInstLower
39 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
118 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
HDLanaiMCInstLower.h37 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
HDLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kAsmPrinter.cpp54 GetBlockAddressSymbol(MO.getBlockAddress())->print(OS, MAI); in printOperand()
147 GetBlockAddressSymbol(MO.getBlockAddress())->print(OS, MAI); in PrintAsmMemoryOperand()
HDM68kMCInstLower.cpp153 MO, AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress())); in LowerOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaAsmPrinter.cpp70 MCSym = GetBlockAddressSymbol(BA); in emitMachineConstantPoolValue()
186 Symbol = GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcMCInstLower.cpp48 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYAsmPrinter.cpp201 MCSym = GetBlockAddressSymbol(BA); in emitMachineConstantPoolValue()
298 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress()); in PrintAsmOperand()
HDCSKYMCInstLower.cpp100 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEMCInstLower.cpp56 MI, MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZMCInstLower.cpp64 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCMCInstLower.cpp44 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreMCInstLower.cpp46 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
HDXCoreAsmPrinter.cpp223 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRMCInstLower.cpp105 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()), Subtarget); in lowerInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFAsmPrinter.cpp93 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchMCInstLower.cpp168 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in lowerLoongArchMachineOperandToMCOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h639 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
640 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp182 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp123 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMCInstLower.cpp222 GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerPPCMachineOperandToMCOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMCInstLower.cpp133 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp300 MCSymbol *Sym = AP->GetBlockAddressSymbol(BA); in EmitInlineAsmStr()

12