| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineFunctionInfo.cpp | 36 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol() 44 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol() 51 Twine(MF.getFunctionNumber())); in getLocalEPSymbol() 58 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileWriter.cpp | 32 YamlBF.Id = BF.getFunctionNumber(); in convert() 72 CSI.DestId = Callee->getFunctionNumber(); in convert() 84 CSI.DestId = Callee->getFunctionNumber(); in convert()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXFrameLowering.cpp | 65 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
| H A D | NVPTXAsmPrinter.cpp | 505 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber(); in getFunctionFrameSymbol() 1682 << DEPOTNAME << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters() 2185 O << DEPOTNAME << getFunctionNumber(); in printOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 75 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + Twine(getFunctionNumber()) + in expandTLSLA() 224 Twine(getFunctionNumber()) + "_" + Twine(CCPV->getLabelID())); in emitMachineConstantPoolValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kAsmPrinter.cpp | 58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 257 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 268 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel() 958 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue() 1505 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1538 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1564 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1594 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction() 1612 getFunctionNumber(), in emitInstruction() 1624 getFunctionNumber(), in emitInstruction() 1645 getFunctionNumber(), in emitInstruction() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 442 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 445 LastFn = getFunctionNumber(); in PrintSpecial()
|
| H A D | AsmPrinter.cpp | 378 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter 379 return MF->getFunctionNumber(); in getFunctionNumber() 3424 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 3438 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol() 3494 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments() 3504 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments() 3514 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
|
| H A D | EHStreamer.cpp | 466 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 490 return A->getFunctionNumber() < B->getFunctionNumber(); in runOnFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 81 Twine(MF->getFunctionNumber()) + in getSymbol() 93 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol() 105 Twine(MF->getFunctionNumber()) + in getEndSymbol()
|
| H A D | MachineFunction.cpp | 712 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 720 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 1460 uint64_t getFunctionNumber() const { return FunctionNumber; } in getFunctionNumber() function 1862 Twine("GCC_except_table") + Twine::utohexstr(getFunctionNumber())); in getLSDASymbol() 1875 Twine("GCC_cold_except_table") + Twine::utohexstr(getFunctionNumber())); in getColdLSDASymbol()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 258 unsigned getFunctionNumber() const;
|
| H A D | MachineFunction.h | 631 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 372 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 197 SrcMF->getFunctionNumber(), DestMMI); in cloneMF()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 713 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 226 << "\" : " << Function->getFunctionNumber() << '\n'); in emitFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 306 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
|