Searched refs:Commute (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp641 bool Commute; local
642 if (isReassociationCandidate(Root, Commute)) {
647 if (Commute) {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2673 bool Commute = false; local
2684 Commute = UseMI->getOperand(2).getReg() != Reg;
2688 if (Commute)
2710 if (Commute)
2735 unsigned OpIdx = Commute ? 2 : 1;
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7000 // Commute and try again.
11483 // Commute the shuffle as needed such that more elements come from V1 than
[all...]

Completed in 134 milliseconds