Searched refs:getFunctionNumber (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430MCInstLower.cpp | 56 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 73 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCMachineFunctionInfo.cpp | 23 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
|
| HD | PPCAsmPrinter.cpp | 187 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXFrameLowering.cpp | 64 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
| HD | NVPTXAsmPrinter.cpp | 1633 << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters() 2272 O << DEPOTNAME << getFunctionNumber(); in printOperand()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMAsmPrinter.cpp | 204 << 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/ |
| HD | AsmPrinterInlineAsm.cpp | 525 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 528 LastFn = getFunctionNumber(); in PrintSpecial()
|
| HD | AsmPrinter.cpp | 130 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()
|
| HD | EHStreamer.cpp | 443 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64AsmPrinter.cpp | 177 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol() 181 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | AsmPrinter.h | 156 unsigned getFunctionNumber() const;
|
| HD | MachineFunction.h | 171 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreAsmPrinter.cpp | 227 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineFunction.cpp | 474 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 482 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
|
| HD | MachineBasicBlock.cpp | 58 Twine(MF->getFunctionNumber()) + in getSymbol()
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcAsmPrinter.cpp | 376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsAsmPrinter.cpp | 612 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|