Home
last modified time | relevance | path

Searched refs:DeoptState (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp454 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
465 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()
470 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
783 SI.DeoptState = ArrayRef<const Use>(ISP.vm_state_begin(), ISP.vm_state_end()); in LowerStatepoint()
844 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h752 ArrayRef<const Use> DeoptState; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp507 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
519 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()
524 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
842 SI.DeoptState = ArrayRef<const Use>(ISP.deopt_begin(), ISP.deopt_end()); in LowerStatepoint()
904 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h777 ArrayRef<const Use> DeoptState; member