HomeSort by relevance Sort by last modified time
    Searched refs:isCommutable (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 304 bool isCommutable : 1; // Is a commutable instruction.
334 isTwoAddress(false), isCommutable(false), hasPhysRegDefs(false),
348 isTwoAddress(false), isCommutable(false), hasPhysRegDefs(false),
361 isTwoAddress(false), isCommutable(false), hasPhysRegDefs(false),
MachineInstr.h 492 /// isCommutable - Return true if this may be a 2- or 3-address
502 bool isCommutable(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 370 /// isCommutable - Return true if this may be a 2- or 3-address
380 bool isCommutable() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 97 SU->isCommutable = Old->isCommutable;
441 if (MCID.isCommutable())
442 SU->isCommutable = true;
    [all...]
ScheduleDAGFast.cpp 264 if (MCID.isCommutable())
265 NewSU->isCommutable = true;
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 234 bool isCommutable;
InstrInfoEmitter.cpp 332 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
CodeGenInstruction.cpp 308 isCommutable = R->getValueAsBit("isCommutable");
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 461 if (!FoundCSE && MI->isCommutable()) {
TargetInstrInfo.cpp 186 if (!MCID.isCommutable())
ScheduleDAGInstrs.cpp 681 SU->isCommutable = MI->isCommutable();
    [all...]
RegisterCoalescer.cpp 595 if (!DefMI->isCommutable())
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 613 if (i == 1 && Desc->isCommutable() &&
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 167 milliseconds