Searched refs:getFrameIndexTy (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 268 Builder.DAG.getTargetFrameIndex(*Index, Builder.getFrameIndexTy()); in reservePreviousStackSlotForValue() 368 Loc = Builder.DAG.getTargetFrameIndex(Index, Builder.getFrameIndexTy()); in spillIncomingStatepointValue() 416 assert(Incoming.getValueType() == Builder.getFrameIndexTy() && in lowerIncomingStatepointValue() 419 Builder.getFrameIndexTy())); in lowerIncomingStatepointValue() 554 assert(Incoming.getValueType() == Builder.getFrameIndexTy() && in lowerStatepointMetaArgs() 557 Builder.getFrameIndexTy())); in lowerStatepointMetaArgs() 980 DAG.getTargetFrameIndex(*DerivedPtrLocation, getFrameIndexTy()); in visitGCRelocate()
|
D | SelectionDAGBuilder.h | 812 MVT getFrameIndexTy() { in getFrameIndexTy() function 813 return DAG.getTargetLoweringInfo().getFrameIndexTy(DAG.getDataLayout()); in getFrameIndexTy()
|
D | SelectionDAGBuilder.cpp | 1364 TLI.getFrameIndexTy(DAG.getDataLayout())); in getValueImpl() 5997 DAG.getFrameIndex(FI, TLI.getFrameIndexTy(DAG.getDataLayout()), true); in visitIntrinsicCall() 7187 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL)); in getAddressForMemoryInput() 8011 FI->getIndex(), TLI.getFrameIndexTy(Builder.DAG.getDataLayout()))); in addStackMapLiveVars() 8362 DemoteStackSlot = CLI.DAG.getFrameIndex(DemoteStackIdx, getFrameIndexTy(DL)); in LowerCallTo()
|
D | SelectionDAG.cpp | 1945 return getFrameIndex(FrameIdx, TLI->getFrameIndexTy(getDataLayout())); in CreateStackTemporary() 1958 return getFrameIndex(FrameIdx, TLI->getFrameIndexTy(getDataLayout())); in CreateStackTemporary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 243 MVT getFrameIndexTy(const DataLayout &DL) const { in getFrameIndexTy() function
|