/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 29 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 D | PPCAsmPrinter.cpp | 276 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
H A D | LanaiAsmPrinter.cpp | 96 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 D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 257 "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 D | ARMISelLowering.cpp | 3257 Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" + in LowerConstantPool()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.cpp | 62 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
H A D | NVPTXAsmPrinter.cpp | 505 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 D | M68kAsmPrinter.cpp | 58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 573 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 576 LastFn = getFunctionNumber(); in PrintSpecial()
|
H A D | AsmPrinter.cpp | 219 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 D | EHStreamer.cpp | 469 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 84 Twine(MF->getFunctionNumber()) + in getSymbol() 96 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol() 108 Twine(MF->getFunctionNumber()) + in getEndSymbol()
|
H A D | MachineFunction.cpp | 669 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 677 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
|
H A D | TargetLoweringObjectFileImpl.cpp | 2177 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 241 unsigned getFunctionNumber() const;
|
H A D | MachineFunction.h | 533 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 370 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 714 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 304 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 613 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1582 Twine(MF.getFunctionNumber())); in LowerIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1593 (Twine("GCC_except_table") + Twine(MF.getFunctionNumber())).str())); in lowerINTRINSIC_WO_CHAIN()
|