Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp36 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 DYAMLProfileWriter.cpp32 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 DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
H A DLanaiAsmPrinter.cpp96 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 DNVPTXFrameLowering.cpp65 .addImm(MF.getFunctionNumber()); in emitPrologue()
H A DNVPTXAsmPrinter.cpp505 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 DCSKYAsmPrinter.cpp75 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 DM68kAsmPrinter.cpp58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp257 "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 DAsmPrinterInlineAsm.cpp442 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
445 LastFn = getFunctionNumber(); in PrintSpecial()
H A DAsmPrinter.cpp378 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 DEHStreamer.cpp466 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp490 return A->getFunctionNumber() < B->getFunctionNumber(); in runOnFunctions()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp81 Twine(MF->getFunctionNumber()) + in getSymbol()
93 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol()
105 Twine(MF->getFunctionNumber()) + in getEndSymbol()
H A DMachineFunction.cpp712 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
720 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1460 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 DAsmPrinter.h258 unsigned getFunctionNumber() const;
H A DMachineFunction.h631 unsigned getFunctionNumber() const { return FunctionNumber; }
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp372 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp197 SrcMF->getFunctionNumber(), DestMMI); in cloneMF()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp713 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp226 << "\" : " << Function->getFunctionNumber() << '\n'); in emitFunctions()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp306 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()

12