Searched refs:isCommutable (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h291 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),
H A DMachineInstr.h547 /// isCommutable - Return true if this may be a 2- or 3-address
557 bool isCommutable(QueryType Type = IgnoreBundle) const {
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h401 /// isCommutable - Return true if this may be a 2- or 3-address
411 bool isCommutable() const { function in class:llvm::MCInstrDesc
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp98 SU->isCommutable = Old->isCommutable;
447 if (MCID.isCommutable())
448 SU->isCommutable = true;
H A DScheduleDAGFast.cpp265 if (MCID.isCommutable())
266 NewSU->isCommutable = true;
H A DScheduleDAGRRList.cpp1011 if (MCID.isCommutable())
1012 NewSU->isCommutable = true;
2962 (!SU->isCommutable && SuccSU->isCommutable)) &&
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h240 bool isCommutable : 1;
H A DInstrInfoEmitter.cpp495 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
H A DCodeGenInstruction.cpp309 isCommutable = R->getValueAsBit("isCommutable");
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp130 assert(MI->isCommutable() && "Precondition violation: MI must be commutable.");
187 if (!MCID.isCommutable())
H A DMachineCSE.cpp469 if (!FoundCSE && MI->isCommutable()) {
H A DScheduleDAGInstrs.cpp698 SU->isCommutable = MI->isCommutable();
H A DRegisterCoalescer.cpp593 if (!DefMI->isCommutable())
H A DTwoAddressInstructionPass.cpp1115 if (MI.isCommutable() && MI.getNumOperands() >= 3 &&
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1382 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1;
H A DSIInstrInfo.cpp889 if (MI->isCommutable()) {
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3891 unsigned IdxEnd = (MI->isCommutable()) ? 2 : 1;
3928 if (MI->isCommutable()) {

Completed in 282 milliseconds