Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430MCInstLower.cpp86 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MSP430MCInstLower
92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
149 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
HDMSP430MCInstLower.h42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDAsmPrinter.h355 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
356 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcMCInstLower.cpp50 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
HDSparcAsmPrinter.cpp370 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName(); in printOperand()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp101 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP); in HexagonLowerToMC()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMCInstLower.cpp50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
HDXCoreAsmPrinter.cpp231 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp102 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
HDARMAsmPrinter.cpp889 MCSym = GetBlockAddressSymbol(BA); in EmitMachineConstantPoolValue()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp191 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
602 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
646 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
690 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
721 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
HDPPCMCInstLower.cpp210 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDWinException.cpp299 create32bitRef(Asm->GetBlockAddressSymbol(BA)), 4); in emitCSpecificHandlerTable()
657 BA ? Asm->GetBlockAddressSymbol(BA) : Asm->getSymbol(F)); in emitExceptHandlerTable()
HDAsmPrinter.cpp880 MCSymbol *Sym = GetBlockAddressSymbol(&BB); in EmitFunctionBody()
1655 return MCSymbolRefExpr::create(GetBlockAddressSymbol(BA), Ctx); in lowerConstant()
2265 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BlockAddress *BA) const { in GetBlockAddressSymbol() function in AsmPrinter
2269 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BasicBlock *BB) const { in GetBlockAddressSymbol() function in AsmPrinter
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64MCInstLower.cpp201 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsMCInstLower.cpp82 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
HDMipsAsmPrinter.cpp605 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MCInstLower.cpp430 MO, AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress())); in LowerMachineOperand()