Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1354 MCSymbol *FrameAllocSym = MI.getOperand(0).getMCSymbol(); in emitFrameAlloc() local
1358 OutStreamer->emitAssignment(FrameAllocSym, in emitFrameAlloc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2342 MCSymbol *FrameAllocSym = in translateKnownIntrinsic() local
2349 .addSym(FrameAllocSym) in translateKnownIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7282 MCSymbol *FrameAllocSym = in visitIntrinsicCall() local
7287 .addSym(FrameAllocSym) in visitIntrinsicCall()
7303 MCSymbol *FrameAllocSym = in visitIntrinsicCall() local
7313 SDValue OffsetSym = DAG.getMCSymbol(FrameAllocSym, PtrVT); in visitIntrinsicCall()