Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CLI

2226   TargetLowering::CallLoweringInfo CLI(DAG);
2227 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
2231 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
2261 TargetLowering::CallLoweringInfo CLI(DAG);
2262 CLI.setDebugLoc(dl).setChain(DAG.getEntryNode())
2266 std::pair<SDValue,SDValue> CallInfo = TLI.LowerCallTo(CLI);
2295 TargetLowering::CallLoweringInfo CLI(DAG);
2296 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
2300 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
2390 TargetLowering::CallLoweringInfo CLI(DAG);
2391 CLI.setDebugLoc(dl).setChain(InChain)
2395 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
2502 TargetLowering::CallLoweringInfo CLI(DAG);
2503 CLI.setDebugLoc(dl).setChain(InChain)
2507 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
3969 TargetLowering::CallLoweringInfo CLI(DAG);
3970 CLI.setDebugLoc(dl)
3977 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI);
4009 TargetLowering::CallLoweringInfo CLI(DAG);
4010 CLI.setDebugLoc(dl)
4016 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI);