Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp29 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
37 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol()
44 Twine(MF.getFunctionNumber())); in getLocalEPSymbol()
51 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
H A DPPCAsmPrinter.cpp282 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp62 .addImm(MF.getFunctionNumber()); in emitPrologue()
H A DNVPTXAsmPrinter.cpp505 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber(); in getFunctionFrameSymbol()
1627 << DEPOTNAME << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters()
2203 O << DEPOTNAME << getFunctionNumber(); in printOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp257 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
268 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
934 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue()
1454 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1487 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1513 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1543 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1561 getFunctionNumber(), in emitInstruction()
1573 getFunctionNumber(), in emitInstruction()
1594 getFunctionNumber(), in emitInstruction()
[all …]
H A DARMISelLowering.cpp3374 Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" + in LowerConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp574 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
577 LastFn = getFunctionNumber(); in PrintSpecial()
H A DAsmPrinter.cpp220 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
221 return MF->getFunctionNumber(); in getFunctionNumber()
3144 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
3158 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
3214 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
3224 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
3234 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
H A DEHStreamer.cpp469 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp84 Twine(MF->getFunctionNumber()) + in getSymbol()
96 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol()
108 Twine(MF->getFunctionNumber()) + in getEndSymbol()
H A DMachineFunction.cpp688 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
696 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
H A DTargetLoweringObjectFileImpl.cpp2208 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h241 unsigned getFunctionNumber() const;
H A DMachineFunction.h597 unsigned getFunctionNumber() const { return FunctionNumber; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp370 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp714 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp289 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp610 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1685 Twine(MF.getFunctionNumber())); in LowerIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1594 (Twine("GCC_except_table") + Twine(MF.getFunctionNumber())).str())); in lowerINTRINSIC_WO_CHAIN()

12