Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp37 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 DPPCAsmPrinter.cpp304 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp66 .addImm(MF.getFunctionNumber()); in emitPrologue()
H A DNVPTXAsmPrinter.cpp512 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber(); in getFunctionFrameSymbol()
1692 << DEPOTNAME << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters()
2180 O << DEPOTNAME << getFunctionNumber(); in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp75 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + Twine(getFunctionNumber()) + in expandTLSLA()
227 Twine(getFunctionNumber()) + "_" + Twine(CCPV->getLabelID())); in emitMachineConstantPoolValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp255 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
266 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
956 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue()
1503 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1536 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1562 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1592 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1610 getFunctionNumber(), in emitInstruction()
1622 getFunctionNumber(), in emitInstruction()
1643 getFunctionNumber(), in emitInstruction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp442 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
445 LastFn = getFunctionNumber(); in PrintSpecial()
H A DAsmPrinter.cpp367 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
368 return MF->getFunctionNumber(); in getFunctionNumber()
3599 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
3613 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
3669 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
3679 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
3689 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
H A DEHStreamer.cpp478 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp83 Twine(MF->getFunctionNumber()) + in getSymbol()
95 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol()
107 Twine(MF->getFunctionNumber()) + in getEndSymbol()
H A DMachineFunction.cpp729 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
737 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
H A DTargetLoweringObjectFileImpl.cpp2280 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h268 unsigned getFunctionNumber() const;
H A DMachineFunction.h647 unsigned getFunctionNumber() const { return FunctionNumber; }
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp372 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp216 SrcMF->getFunctionNumber(), DestMMI); in cloneMF()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp790 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp303 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp723 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1799 "GCC_except_table" + std::to_string(MF.getFunctionNumber())); in LowerIntrinsic()

12