Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp313 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo()
515 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerStatepointMetaArgs()
726 SelectionDAGBuilder::StatepointLoweringInfo &SI) { in LowerAsSTATEPOINT()
1019 StatepointLoweringInfo SI(DAG); in LowerStatepoint()
1119 StatepointLoweringInfo SI(DAG); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h578 struct StatepointLoweringInfo { struct
617 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
621 SDValue LowerAsSTATEPOINT(StatepointLoweringInfo &SI);