Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:dag

1 //===-- SelectionDAGBuilder.h - Selection-DAG building --------*- C++ -*---===//
413 /// implying one could not create a DAG Combine to move the callinst.
568 SelectionDAG &DAG;
602 /// no subsequent DAG nodes should be created.
608 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo,
610 : CurInst(nullptr), SDNodeOrder(LowestSDNodeOrder), TM(dag.getTarget()),
611 DAG(dag), FuncInfo(funcinfo),
634 /// getRoot - Return the current virtual root of the Selection DAG,
707 SDValue lowerRangeToAssertZExt(SelectionDAG &DAG, const Instruction &I,
764 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {}
941 /// Update the DAG and DAG builder with the relevant information after
996 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
1005 void getCopyToRegs(SDValue Val, SelectionDAG &DAG, const SDLoc &dl,
1014 SelectionDAG &DAG, std::vector<SDValue> &Ops) const;