Home
last modified time | relevance | path

Searched refs:DeoptState (Results 1 – 6 of 6) 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp534 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
546 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()
551 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
884 SI.DeoptState = ArrayRef<const Use>(ISP.deopt_begin(), ISP.deopt_end()); in LowerStatepoint()
946 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h610 ArrayRef<const Use> DeoptState; member
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp604 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
624 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()
630 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
1022 SI.DeoptState = ArrayRef<const Use>(I.deopt_begin(), I.deopt_end()); in LowerStatepoint()
1089 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h601 ArrayRef<const Use> DeoptState; member