| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineFunctionInfo.cpp | 37 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol() 45 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol() 52 Twine(MF.getFunctionNumber())); in getLocalEPSymbol() 59 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
|
| H A D | PPCAsmPrinter.cpp | 343 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiMCInstLower.cpp | 49 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 59 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| H A D | LanaiAsmPrinter.cpp | 94 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 99 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 75 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + Twine(getFunctionNumber()) + in expandTLSLA() 227 Twine(getFunctionNumber()) + "_" + Twine(CCPV->getLabelID())); in emitMachineConstantPoolValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 274 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 285 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel() 980 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue() 1623 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1659 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1688 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1718 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1736 getFunctionNumber(), in emitInstruction() 1748 getFunctionNumber(), in emitInstruction() 1769 getFunctionNumber(), in emitInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXFrameLowering.cpp | 68 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
| H A D | NVPTXAsmPrinter.cpp | 394 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber(); in getFunctionFrameSymbol() 1468 << DEPOTNAME << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters() 1900 O << DEPOTNAME << getFunctionNumber(); in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 438 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 441 LastFn = getFunctionNumber(); in PrintSpecial()
|
| H A D | AsmPrinter.cpp | 409 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter 410 return MF->getFunctionNumber(); in getFunctionNumber() 2794 MCSymbol *Sym = Ctx.createTempSymbol("BB" + Twine(MF->getFunctionNumber()) + in createCallsiteSymbol() 4237 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 4251 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol() 4307 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments() 4317 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments() 4327 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
|
| H A D | EHStreamer.cpp | 476 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kAsmPrinter.cpp | 58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 216 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 86 "BB" + Twine(MF->getFunctionNumber()) + "_" + Twine(getNumber()), in getSymbol() 98 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHContSymbol() 109 "BB_END" + Twine(MF->getFunctionNumber()) + "_" + Twine(getNumber()), in getEndSymbol()
|
| H A D | MachineFunction.cpp | 798 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 806 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 2374 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 280 unsigned getFunctionNumber() const;
|
| H A D | MachineFunction.h | 732 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 397 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 675 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 295 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1545 Twine("GCC_except_table") + Twine(MF->getFunctionNumber())); in emitPPA1()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 1071 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1769 (Twine("GCC_except_table") + Twine(MF.getFunctionNumber())).str())); in lowerINTRINSIC_WO_CHAIN()
|