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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 176 unsigned CommutableOpIdx1 = Idx1; (void)CommutableOpIdx1;
178 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) &&
179 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 &&
267 unsigned CommutableOpIdx1,
271 ResultIdx1 = CommutableOpIdx1;
274 if (ResultIdx2 == CommutableOpIdx1)
277 ResultIdx1 = CommutableOpIdx1;
281 if (ResultIdx1 == CommutableOpIdx1)
284 ResultIdx2 = CommutableOpIdx1;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 1175 unsigned CommutableOpIdx1 = 1;
1177 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1,
1207 unsigned CommutableOpIdx1 = SrcOpIdx1;
1211 CommutableOpIdx1 = 1;
1212 } else if (SrcOpIdx1 == CommutableOpIdx1) {
1214 CommutableOpIdx1 = SrcOpIdx2;
1217 // CommutableOpIdx1 is well defined now. Let's choose another commutable
1220 if (CommutableOpIdx1 != 1) {
1224 Register Op1Reg = MI.getOperand(CommutableOpIdx1).getReg();
1237 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 2431 // operand and assign its index to CommutableOpIdx1.
2434 unsigned CommutableOpIdx1;
2435 for (CommutableOpIdx1 = LastCommutableVecOp;
2436 CommutableOpIdx1 >= FirstCommutableVecOp; CommutableOpIdx1--) {
2438 if (CommutableOpIdx1 == KMaskOp)
2444 if (Op2Reg != MI.getOperand(CommutableOpIdx1).getReg())
2449 if (CommutableOpIdx1 < FirstCommutableVecOp)
2455 CommutableOpIdx1, CommutableOpIdx2))
2610 unsigned CommutableOpIdx1 = 2
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 164 /// Assigns the (CommutableOpIdx1, CommutableOpIdx2) pair of commutable
172 /// indices: (CommutableOpIdx1, CommutableOpIdx2). It is assumed here that
175 unsigned CommutableOpIdx1,

Completed in 30 milliseconds