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.cpp1328 MCSymbol *FrameAllocSym = MI.getOperand(0).getMCSymbol(); in emitFrameAlloc() local
1332 OutStreamer->emitAssignment(FrameAllocSym, in emitFrameAlloc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2453 MCSymbol *FrameAllocSym = in translateKnownIntrinsic() local
2459 .addSym(FrameAllocSym) in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7646 MCSymbol *FrameAllocSym = MF.getContext().getOrCreateFrameAllocSymbol( in visitIntrinsicCall() local
7650 .addSym(FrameAllocSym) in visitIntrinsicCall()
7666 MCSymbol *FrameAllocSym = MF.getContext().getOrCreateFrameAllocSymbol( in visitIntrinsicCall() local
7675 SDValue OffsetSym = DAG.getMCSymbol(FrameAllocSym, PtrVT); in visitIntrinsicCall()