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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 1176 unsigned CommutableOpIdx2 = 3;
1178 CommutableOpIdx2))
1218 // operand and assign its index to CommutableOpIdx2.
1219 unsigned CommutableOpIdx2;
1222 CommutableOpIdx2 = 1;
1230 CommutableOpIdx2 = 2;
1232 CommutableOpIdx2 = 3;
1238 CommutableOpIdx2))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 177 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2;
178 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) &&
179 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 &&
268 unsigned CommutableOpIdx2) {
272 ResultIdx2 = CommutableOpIdx2;
275 ResultIdx1 = CommutableOpIdx2;
276 else if (ResultIdx2 == CommutableOpIdx2)
282 ResultIdx2 = CommutableOpIdx2;
283 else if (ResultIdx1 == CommutableOpIdx2)
    [all...]

Completed in 24 milliseconds