Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp86 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MSP430MCInstLower
92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
152 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
H A DMSP430MCInstLower.h42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp39 LanaiMCInstLower::GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in LanaiMCInstLower
40 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
121 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
H A DLanaiMCInstLower.h40 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
H A DSparcAsmPrinter.cpp366 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName(); in printOperand()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp86 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerRISCVMachineOperandToMCOperand()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp97 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp45 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp47 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
H A DXCoreAsmPrinter.cpp226 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h458 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
459 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp91 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp171 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp108 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
H A DARMAsmPrinter.cpp895 MCSym = GetBlockAddressSymbol(BA); in EmitMachineConstantPoolValue()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp192 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
655 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
699 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
737 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
775 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
H A DPPCMCInstLower.cpp194 OutMO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in LowerPPCMachineOperandToMCOperand()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp135 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
H A DMipsAsmPrinter.cpp701 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp289 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
H A DAArch64AsmPrinter.cpp309 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1189 MCSymbol *Sym = GetBlockAddressSymbol(&BB); in EmitFunctionBody()
2131 return MCSymbolRefExpr::create(GetBlockAddressSymbol(BA), Ctx); in lowerConstant()
2733 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BlockAddress *BA) const { in GetBlockAddressSymbol() function in AsmPrinter
2737 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BasicBlock *BB) const { in GetBlockAddressSymbol() function in AsmPrinter

12