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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 291 bool isCommutable : 1; // Is a commutable instruction.
324 isCallOp(false), isTwoAddress(false), isCommutable(false),
340 isCallOp(false), isTwoAddress(false), isCommutable(false),
355 isCallOp(false), isTwoAddress(false), isCommutable(false),
MachineInstr.h 547 /// isCommutable - Return true if this may be a 2- or 3-address
557 bool isCommutable(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 401 /// isCommutable - Return true if this may be a 2- or 3-address
411 bool isCommutable() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 98 SU->isCommutable = Old->isCommutable;
447 if (MCID.isCommutable())
448 SU->isCommutable = true;
    [all...]
ScheduleDAGFast.cpp 265 if (MCID.isCommutable())
266 NewSU->isCommutable = true;
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 240 bool isCommutable : 1;
InstrInfoEmitter.cpp 495 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
CodeGenInstruction.cpp 309 isCommutable = R->getValueAsBit("isCommutable");
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 130 assert(MI->isCommutable() && "Precondition violation: MI must be commutable.");
187 if (!MCID.isCommutable())
MachineCSE.cpp 469 if (!FoundCSE && MI->isCommutable()) {
ScheduleDAGInstrs.cpp 698 SU->isCommutable = MI->isCommutable();
    [all...]
RegisterCoalescer.cpp 593 if (!DefMI->isCommutable())
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
SIInstrInfo.cpp 889 if (MI->isCommutable()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 770 milliseconds