Searched refs:StackSlotPtr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3849 Register StackSlotPtr = CurBuilder->buildFrameIndex(PtrTy, FI).getReg(0); in emitSPDescriptorParent() local 3856 ->buildLoad(PtrMemTy, StackSlotPtr, in emitSPDescriptorParent()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3064 SDValue StackSlotPtr = DAG.getFrameIndex(FI, PtrTy); in visitSPDescriptorParent() local 3071 PtrMemTy, dl, DAG.getEntryNode(), StackSlotPtr, in visitSPDescriptorParent() 3172 SDValue StackSlotPtr = DAG.getFrameIndex(FI, PtrTy); in visitSPDescriptorFailure() local 3178 PtrMemTy, dl, DAG.getEntryNode(), StackSlotPtr, in visitSPDescriptorFailure()
|