HomeSort by: relevance | last modified time | path
    Searched refs:Idx64 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 1260 // Set Idx32, Idx64 in such a way that Idx+1 would give the index of the
1262 unsigned Idx32 = 0, Idx64 = 0;
1269 Idx64 = Idx32/2;
1271 while (Idx64 < Num64) {
1272 if (Phys64[Idx64] == PReg)
1274 Idx64++;
1276 Idx32 = Idx64*2+1;
1281 return (Idx64+1 < Num64) ? Phys64[Idx64+1] : 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 9259 // create the vector idx64,idx64+1,idx64,idx64+1,...
9260 SDValue Idx64 = DAG.getNode(ISD::ADD, DL, MVT::i64, Idx128, Idx128);
9261 SDValue SplatIdx64 = DAG.getNode(ISD::SPLAT_VECTOR, DL, MVT::nxv2i64, Idx64);
9264 // create the vector Val[idx64],Val[idx64+1],Val[idx64],Val[idx64+1],..
    [all...]

Completed in 23 milliseconds