HomeSort by relevance Sort by last modified time
    Searched full:iscommutable (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 461 if (!FoundCSE && MI->isCommutable()) {
TargetInstrInfo.cpp 186 if (!MCID.isCommutable())
ScheduleDAGInstrs.cpp 678 SU->isCommutable = MI->isCommutable();
    [all...]
TwoAddressInstructionPass.cpp     [all...]
RegisterCoalescer.cpp 596 if (!DefMI->isCommutable())
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 469 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td     [all...]
ARMInstrThumb2.td 583 let isCommutable = Commutable;
709 let isCommutable = Commutable;
787 let isCommutable = Commutable;
830 let isCommutable = Commutable;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 97 let isCommutable = IsComm;
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 795 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td     [all...]
X86InstrShiftRotate.td     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
Target.td 369 bit isCommutable = 0; // Is this 3 operand instruction commutable?
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 551 let isCommutable = 1 in {
    [all...]
PPCInstrInfo.td     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.td 130 let isCommutable = 1 in {
    [all...]

Completed in 1989 milliseconds

12