Searched defs:findCommutedOpIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp60 // the two operands returned by findCommutedOpIndices.
69 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
119 /// findCommutedOpIndices - If specified MI is commutable, return the two
122 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI, function in class:TargetInstrInfoImpl
126 "TargetInstrInfoImpl::findCommutedOpIndices() can't handle bundles");

Completed in 34 milliseconds