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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 92 /// getCopyFromParts - Create a value that contains the specified legal parts
97 static SDValue getCopyFromParts(SelectionDAG &DAG, DebugLoc DL,
125 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
127 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
143 Hi = getCopyFromParts(DAG, DL,
173 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT);
212 /// getCopyFromParts - Create a value that contains the specified legal parts
244 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
253 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
717 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 123 /// getCopyFromParts - Create a value that contains the specified legal parts
128 static SDValue getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL,
157 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
159 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
175 Hi = getCopyFromParts(DAG, DL,
206 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
305 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
314 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
732 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 191 /// getCopyFromParts - Create a value that contains the specified legal parts
196 static SDValue getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL,
226 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
228 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
244 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts, OddParts, PartVT,
275 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V, CC);
386 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
395 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
    [all...]

Completed in 55 milliseconds