Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp320 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo()
525 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerStatepointMetaArgs()
709 SelectionDAGBuilder::StatepointLoweringInfo &SI) { in LowerAsSTATEPOINT()
1044 StatepointLoweringInfo SI(DAG); in LowerStatepoint()
1143 StatepointLoweringInfo SI(DAG); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h433 struct StatepointLoweringInfo { struct
472 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
476 SDValue LowerAsSTATEPOINT(StatepointLoweringInfo &SI);