Home
last modified time | relevance | path

Searched refs:StatepointLoweringInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp320 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo()
522 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerStatepointMetaArgs()
706 SelectionDAGBuilder::StatepointLoweringInfo &SI) { in LowerAsSTATEPOINT()
1041 StatepointLoweringInfo SI(DAG); in LowerStatepoint()
1140 StatepointLoweringInfo SI(DAG); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h427 struct StatepointLoweringInfo { struct
466 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
470 SDValue LowerAsSTATEPOINT(StatepointLoweringInfo &SI);