Searched refs:getFunctionNumber (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp28 Twine(MF.getFunctionNumber()) +
36 Twine(MF.getFunctionNumber()));
43 Twine(MF.getFunctionNumber()));
50 Twine(MF.getFunctionNumber()));
H A DPPCAsmPrinter.cpp208 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp50 << Printer.getFunctionNumber() << '_'
60 << Printer.getFunctionNumber() << '_'
H A DLanaiAsmPrinter.cpp96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_'
101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_'
72 << Printer.getFunctionNumber() << '_'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp62 .addImm(MF.getFunctionNumber());
H A DNVPTXAsmPrinter.cpp505 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber();
1629 << DEPOTNAME << getFunctionNumber() << "[" << NumBytes << "];\n";
2205 O << DEPOTNAME << getFunctionNumber();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp257 "CPI" + Twine(getFunctionNumber()) + "_" +
268 << getFunctionNumber() << '_' << uid;
934 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1455 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1488 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1514 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1544 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1562 getFunctionNumber(),
1574 getFunctionNumber(),
1595 getFunctionNumber(),
[all...]
H A DARMISelLowering.cpp3233 Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp613 if (LastMI != MI || LastFn != getFunctionNumber()) {
616 LastFn = getFunctionNumber();
H A DAsmPrinter.cpp205 /// getFunctionNumber - Return a unique ID for the current function.
206 unsigned AsmPrinter::getFunctionNumber() const { function in class:AsmPrinter
207 return MF->getFunctionNumber();
2918 "CPI" + Twine(getFunctionNumber()) + "_" +
2932 Twine(getFunctionNumber()) + "_" +
2988 Twine(AP.getFunctionNumber())+"_" +
2998 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
3008 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());
H A DEHStreamer.cpp434 Twine(Asm->getFunctionNumber()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h225 unsigned getFunctionNumber() const;
H A DMachineFunction.h491 /// getFunctionNumber - Return a unique ID for the current function.
492 unsigned getFunctionNumber() const { return FunctionNumber; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp369 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp697 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
705 Twine(getFunctionNumber()) + "$pb");
H A DMachineBasicBlock.cpp96 Twine(MF->getFunctionNumber()) +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp714 << getFunctionNumber() << "_" << MO.getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp575 Twine(getFunctionNumber()) + "_" + Twine(CPID));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp287 (Twine("BB") + Twine(getFunctionNumber())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1336 Twine(MF.getFunctionNumber()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25156 Twine(MF.getFunctionNumber()));
[all...]

Completed in 491 milliseconds