| /freebsd-14.2/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 | 331 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiMCInstLower.cpp | 50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| H A D | LanaiAsmPrinter.cpp | 96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXFrameLowering.cpp | 66 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
| H A D | NVPTXAsmPrinter.cpp | 519 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber(); in getFunctionFrameSymbol() 1716 << DEPOTNAME << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters() 2203 O << DEPOTNAME << getFunctionNumber(); in printOperand()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 271 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 282 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel() 973 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue() 1595 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1628 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1654 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1684 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1702 getFunctionNumber(), in emitInstruction() 1714 getFunctionNumber(), in emitInstruction() 1735 getFunctionNumber(), in emitInstruction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 443 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 446 LastFn = getFunctionNumber(); in PrintSpecial()
|
| H A D | AsmPrinter.cpp | 393 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter 394 return MF->getFunctionNumber(); in getFunctionNumber() 3842 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 3856 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol() 3912 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments() 3922 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments() 3932 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
|
| H A D | EHStreamer.cpp | 477 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kAsmPrinter.cpp | 58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 85 Twine(MF->getFunctionNumber()) + in getSymbol() 97 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol() 109 Twine(MF->getFunctionNumber()) + in getEndSymbol()
|
| H A D | MachineFunction.cpp | 745 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 753 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 2322 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 268 unsigned getFunctionNumber() const;
|
| H A D | MachineFunction.h | 691 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 391 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 671 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 284 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1390 Twine("GCC_except_table") + Twine(MF->getFunctionNumber())); in emitPPA1()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 841 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1848 "GCC_except_table" + std::to_string(MF.getFunctionNumber())); in LowerIntrinsic()
|