Searched refs:getFrameIndexTy (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 267 Builder.DAG.getTargetFrameIndex(*Index, Builder.getFrameIndexTy()); in reservePreviousStackSlotForValue() 379 Loc = Builder.DAG.getTargetFrameIndex(Index, Builder.getFrameIndexTy()); in spillIncomingStatepointValue() 436 assert(Incoming.getValueType() == Builder.getFrameIndexTy() && in lowerIncomingStatepointValue() 439 Builder.getFrameIndexTy())); in lowerIncomingStatepointValue() 558 Incoming = Builder.DAG.getFrameIndex(FI, Builder.getFrameIndexTy()); in lowerStatepointMetaArgs() 590 assert(Incoming.getValueType() == Builder.getFrameIndexTy() && in lowerStatepointMetaArgs() 593 Builder.getFrameIndexTy())); in lowerStatepointMetaArgs() 1021 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate()
|
D | SelectionDAGBuilder.h | 645 MVT getFrameIndexTy() { in getFrameIndexTy() function 646 return DAG.getTargetLoweringInfo().getFrameIndexTy(DAG.getDataLayout()); in getFrameIndexTy()
|
D | SelectionDAGBuilder.cpp | 1593 TLI.getFrameIndexTy(DAG.getDataLayout())); in getValueImpl() 5815 TLI.getFrameIndexTy(DAG.getDataLayout()))); in visitIntrinsicCall() 5819 TLI.getFrameIndexTy(DAG.getDataLayout()), in visitIntrinsicCall() 7926 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL)); in getAddressForMemoryInput() 8731 FI->getIndex(), TLI.getFrameIndexTy(Builder.DAG.getDataLayout()))); in addStackMapLiveVars() 9087 DemoteStackSlot = CLI.DAG.getFrameIndex(DemoteStackIdx, getFrameIndexTy(DL)); in LowerCallTo()
|
D | SelectionDAG.cpp | 1990 return getFrameIndex(FrameIdx, TLI->getFrameIndexTy(getDataLayout())); in CreateStackTemporary() 2003 return getFrameIndex(FrameIdx, TLI->getFrameIndexTy(getDataLayout())); in CreateStackTemporary() 6736 getTargetLoweringInfo().getFrameIndexTy(getDataLayout()), in getLifetimeNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 263 MVT getFrameIndexTy(const DataLayout &DL) const { in getFrameIndexTy() function
|