Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.cpp276 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/netbsd-src/external/apache2/llvm/dist/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()
1455 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1488 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1514 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1544 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1562 getFunctionNumber(), in emitInstruction()
1574 getFunctionNumber(), in emitInstruction()
1595 getFunctionNumber(), in emitInstruction()
[all …]
H A DARMISelLowering.cpp3257 Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" + in LowerConstantPool()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp573 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
576 LastFn = getFunctionNumber(); in PrintSpecial()
H A DAsmPrinter.cpp219 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
220 return MF->getFunctionNumber(); in getFunctionNumber()
3119 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
3133 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
3189 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
3199 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
3209 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
H A DEHStreamer.cpp469 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/netbsd-src/external/apache2/llvm/dist/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.cpp669 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
677 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
H A DTargetLoweringObjectFileImpl.cpp2177 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h241 unsigned getFunctionNumber() const;
H A DMachineFunction.h533 unsigned getFunctionNumber() const { return FunctionNumber; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp370 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp714 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp304 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp613 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1582 Twine(MF.getFunctionNumber())); in LowerIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1593 (Twine("GCC_except_table") + Twine(MF.getFunctionNumber())).str())); in lowerINTRINSIC_WO_CHAIN()

12