Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp21 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
29 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol()
36 Twine(MF.getFunctionNumber())); in getLocalEPSymbol()
43 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
DPPCAsmPrinter.cpp224 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
DLanaiAsmPrinter.cpp96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp247 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
258 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
916 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue()
1410 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1443 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1469 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1499 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1517 getFunctionNumber(), in EmitInstruction()
1529 getFunctionNumber(), in EmitInstruction()
1550 getFunctionNumber(), in EmitInstruction()
[all …]
DARMISelLowering.cpp3034 Twine(DAG.getMachineFunction().getFunctionNumber()) + "_" + in LowerConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.cpp62 .addImm(MF.getFunctionNumber()); in emitPrologue()
DNVPTXAsmPrinter.cpp505 raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber(); in getFunctionFrameSymbol()
1638 << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters()
2215 O << DEPOTNAME << getFunctionNumber(); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp614 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
617 LastFn = getFunctionNumber(); in PrintSpecial()
DAsmPrinter.cpp210 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
211 return MF->getFunctionNumber(); in getFunctionNumber()
2867 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
2881 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
2937 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
2947 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
2957 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
DEHStreamer.cpp434 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp220 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h216 unsigned getFunctionNumber() const;
DMachineFunction.h462 unsigned getFunctionNumber() const { return FunctionNumber; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp646 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol()
654 Twine(getFunctionNumber()) + "$pb"); in getPICBaseSymbol()
DMachineBasicBlock.cpp66 Twine(MF->getFunctionNumber()) + in getSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp370 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp714 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp279 (Twine("BB") + Twine(getFunctionNumber()) in EmitBasicBlockStart()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp564 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1242 Twine(MF.getFunctionNumber())); in LowerIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24397 Twine(MF.getFunctionNumber())); in LowerINTRINSIC_WO_CHAIN()