| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCMachineFunctionInfo.cpp | 37 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol() 45 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol() 52 Twine(MF.getFunctionNumber())); in getLocalEPSymbol() 59 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
|
| D | PPCAsmPrinter.cpp | 304 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiMCInstLower.cpp | 50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
| D | LanaiAsmPrinter.cpp | 96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXFrameLowering.cpp | 66 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
| D | NVPTXAsmPrinter.cpp | 512 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/ARM/ |
| D | ARMAsmPrinter.cpp | 255 "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 …]
|
| D | ARMISelLowering.cpp | 3462 Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" + in LowerConstantPool()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinterInlineAsm.cpp | 442 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 445 LastFn = getFunctionNumber(); in PrintSpecial()
|
| D | AsmPrinter.cpp | 367 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()
|
| D | EHStreamer.cpp | 478 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreAsmPrinter.cpp | 219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineBasicBlock.cpp | 83 Twine(MF->getFunctionNumber()) + in getSymbol() 95 << "$ehgcr_" << MF->getFunctionNumber() << '_' << getNumber(); in getEHCatchretSymbol() 107 Twine(MF->getFunctionNumber()) + in getEndSymbol()
|
| D | MachineFunction.cpp | 729 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 737 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
|
| D | TargetLoweringObjectFileImpl.cpp | 2280 "__ehinfo." + Twine(MF->getFunctionNumber())); in getEHInfoTableSymbol()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | AsmPrinter.h | 268 unsigned getFunctionNumber() const;
|
| D | MachineFunction.h | 647 unsigned getFunctionNumber() const { return FunctionNumber; }
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcAsmPrinter.cpp | 372 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/ |
| D | ReducerWorkItem.cpp | 216 SrcMF->getFunctionNumber(), DestMMI); in cloneMF()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsAsmPrinter.cpp | 790 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAsmPrinter.cpp | 303 (Twine("BB") + Twine(getFunctionNumber()) in emitBasicBlockStart()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64AsmPrinter.cpp | 723 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 1799 "GCC_except_table" + std::to_string(MF.getFunctionNumber())); in LowerIntrinsic()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 1784 (Twine("GCC_except_table") + Twine(MF.getFunctionNumber())).str())); in lowerINTRINSIC_WO_CHAIN()
|