Searched refs:CommutableOpIdx1 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp175 unsigned CommutableOpIdx1 = Idx1; (void)CommutableOpIdx1; local
177 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) &&
178 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 &&
264 unsigned CommutableOpIdx1,
268 ResultIdx1 = CommutableOpIdx1;
271 if (ResultIdx2 == CommutableOpIdx1)
274 ResultIdx1 = CommutableOpIdx1;
278 if (ResultIdx1 == CommutableOpIdx1)
281 ResultIdx2 = CommutableOpIdx1;
262 fixCommutedOpIndices(unsigned &ResultIdx1, unsigned &ResultIdx2, unsigned CommutableOpIdx1, unsigned CommutableOpIdx2) argument
305 unsigned CommutableOpIdx1 = MCID.getNumDefs(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2118 unsigned CommutableOpIdx1 = 1; local
2120 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1,
2157 unsigned CommutableOpIdx1 = SrcOpIdx1; local
2161 CommutableOpIdx1 = 1;
2164 CommutableOpIdx1 = SrcOpIdx2;
2167 // CommutableOpIdx1 is well defined now. Let's choose another commutable
2170 if (CommutableOpIdx1 != 1) {
2174 Register Op1Reg = MI.getOperand(CommutableOpIdx1).getReg();
2187 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1,
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h174 /// Assigns the (CommutableOpIdx1, CommutableOpIdx2) pair of commutable
182 /// indices: (CommutableOpIdx1, CommutableOpIdx2). It is assumed here that
185 unsigned CommutableOpIdx1,
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2411 // operand and assign its index to CommutableOpIdx1.
2414 unsigned CommutableOpIdx1;
2415 for (CommutableOpIdx1 = LastCommutableVecOp;
2416 CommutableOpIdx1 >= FirstCommutableVecOp; CommutableOpIdx1--) {
2418 if (CommutableOpIdx1 == KMaskOp)
2424 if (Op2Reg != MI.getOperand(CommutableOpIdx1).getReg())
2429 if (CommutableOpIdx1 < FirstCommutableVecOp)
2435 CommutableOpIdx1, CommutableOpIdx2))
2618 unsigned CommutableOpIdx1
[all...]

Completed in 76 milliseconds