Home
last modified time | relevance | path

Searched refs:FrameAllocSym (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1373 MCSymbol *FrameAllocSym = MI.getOperand(0).getMCSymbol(); in emitFrameAlloc() local
1377 OutStreamer->emitAssignment(FrameAllocSym, in emitFrameAlloc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2490 MCSymbol *FrameAllocSym = in translateKnownIntrinsic() local
2496 .addSym(FrameAllocSym) in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7704 MCSymbol *FrameAllocSym = MF.getContext().getOrCreateFrameAllocSymbol( in visitIntrinsicCall() local
7708 .addSym(FrameAllocSym) in visitIntrinsicCall()
7724 MCSymbol *FrameAllocSym = MF.getContext().getOrCreateFrameAllocSymbol( in visitIntrinsicCall() local
7733 SDValue OffsetSym = DAG.getMCSymbol(FrameAllocSym, PtrVT); in visitIntrinsicCall()