HomeSort by relevance Sort by last modified time
    Searched refs:getCopyToParts (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 322 /// getCopyToParts - Create a series of nodes that contain the specified value
325 static void getCopyToParts(SelectionDAG &DAG, DebugLoc DL,
394 getCopyToParts(DAG, DL, OddVal, Parts + RoundParts, OddParts, PartVT);
397 // The odd parts were reversed by getCopyToParts - unreverse them.
526 getCopyToParts(DAG, DL, Ops[i], &Parts[i], 1, PartVT);
534 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT);
744 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 379 /// getCopyToParts - Create a series of nodes that contain the specified value
382 static void getCopyToParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
469 getCopyToParts(DAG, DL, OddVal, Parts + RoundParts, OddParts, PartVT, V);
472 // The odd parts were reversed by getCopyToParts - unreverse them.
603 getCopyToParts(DAG, DL, Ops[i], &Parts[i], 1, PartVT, V);
612 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT, V);
763 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
    [all...]

Completed in 401 milliseconds