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 285 bool isCommutable : 1; // Is a commutable instruction.
316 isTwoAddress(false), isCommutable(false), hasPhysRegUses(false),
330 isTwoAddress(false), isCommutable(false), hasPhysRegUses(false),
343 isTwoAddress(false), isCommutable(false), hasPhysRegUses(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 382 /// isCommutable - Return true if this may be a 2- or 3-address
392 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;
CodeGenInstruction.cpp 308 isCommutable = R->getValueAsBit("isCommutable");
InstrInfoEmitter.cpp 469 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
  /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...]
RegisterCoalescer.cpp 596 if (!DefMI->isCommutable())
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 795 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 154 milliseconds