Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1117 MCSymbol *FrameAllocSym = MI.getOperand(0).getMCSymbol(); in emitFrameAlloc() local
1121 OutStreamer->emitAssignment(FrameAllocSym, in emitFrameAlloc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2181 MCSymbol *FrameAllocSym = in translateKnownIntrinsic() local
2188 .addSym(FrameAllocSym) in translateKnownIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6899 MCSymbol *FrameAllocSym = in visitIntrinsicCall() local
6904 .addSym(FrameAllocSym) in visitIntrinsicCall()
6920 MCSymbol *FrameAllocSym = in visitIntrinsicCall() local
6930 SDValue OffsetSym = DAG.getMCSymbol(FrameAllocSym, PtrVT); in visitIntrinsicCall()