Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CLI

139   TargetLowering::CallLoweringInfo CLI(DAG);
141 CLI.setDebugLoc(dl).setChain(DAG.getEntryNode())
145 return LowerCallTo(CLI);
3558 TargetLowering::CallLoweringInfo CLI(DAG);
3559 CLI.setDebugLoc(dl).setChain(DAG.getEntryNode());
3560 CLI.setCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args));
3561 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI);