Home
last modified time | relevance | path

Searched refs:getFunctionNumber (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430MCInstLower.cpp56 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
73 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCMachineFunctionInfo.cpp23 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
HDPPCAsmPrinter.cpp187 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXFrameLowering.cpp64 .addImm(MF.getFunctionNumber()); in emitPrologue()
HDNVPTXAsmPrinter.cpp1633 << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters()
2272 O << DEPOTNAME << getFunctionNumber(); in printOperand()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp204 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
213 << getFunctionNumber(); in GetARMSJLJEHLabel()
913 getFunctionNumber(), in EmitMachineConstantPoolValue()
1359 getFunctionNumber(), in EmitInstruction()
1392 getFunctionNumber(), in EmitInstruction()
1418 getFunctionNumber(), in EmitInstruction()
1440 getFunctionNumber(), in EmitInstruction()
1472 getFunctionNumber(), in EmitInstruction()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp525 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
528 LastFn = getFunctionNumber(); in PrintSpecial()
HDAsmPrinter.cpp130 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
131 return MF->getFunctionNumber(); in getFunctionNumber()
2277 (Twine(DL->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber()) in GetCPISymbol()
2291 (Twine(DL->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
2351 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
2361 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
2371 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
HDEHStreamer.cpp443 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp177 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
181 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDAsmPrinter.h156 unsigned getFunctionNumber() const;
HDMachineFunction.h171 unsigned getFunctionNumber() const { return FunctionNumber; }
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreAsmPrinter.cpp227 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp474 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
482 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
HDMachineBasicBlock.cpp58 Twine(MF->getFunctionNumber()) + in getSymbol()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcAsmPrinter.cpp376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp612 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()