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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 128 bool commuteInstruction(MachineInstr *MI, unsigned DstIdx,
537 bool TwoAddressInstructionPass::commuteInstruction(MachineInstr *MI,
544 MachineInstr *NewMI = TII->commuteInstruction(*MI, false, RegBIdx, RegCIdx);
553 "TargetInstrInfo::commuteInstruction() should not return a new "
1096 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx,
TargetInstrInfo.cpp 250 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr &MI, bool NewMI,

Completed in 16 milliseconds