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

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h285 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),
H A DMachineInstr.h492 /// isCommutable - Return true if this may be a 2- or 3-address
502 bool isCommutable(QueryType Type = IgnoreBundle) const {
/freebsd-10.1-release/contrib/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
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp97 SU->isCommutable = Old->isCommutable;
446 if (MCID.isCommutable())
447 SU->isCommutable = true;
H A DScheduleDAGFast.cpp264 if (MCID.isCommutable())
265 NewSU->isCommutable = true;
H A DScheduleDAGRRList.cpp1009 if (MCID.isCommutable())
1010 NewSU->isCommutable = true;
2968 (!SU->isCommutable && SuccSU->isCommutable)) &&
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h234 bool isCommutable; member in class:llvm::CodeGenInstruction
H A DCodeGenInstruction.cpp309 isCommutable = R->getValueAsBit("isCommutable");
H A DInstrInfoEmitter.cpp502 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp461 if (!FoundCSE && MI->isCommutable()) {
H A DTargetInstrInfo.cpp187 if (!MCID.isCommutable())
H A DScheduleDAGInstrs.cpp686 SU->isCommutable = MI->isCommutable();
H A DRegisterCoalescer.cpp594 if (!DefMI->isCommutable())
H A DTwoAddressInstructionPass.cpp1118 if (MI.isCommutable() && MI.getNumOperands() >= 3 &&
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp468 if (MI->isCommutable()) {
H A DSIISelLowering.cpp1093 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1;
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3763 unsigned IdxEnd = (MI->isCommutable()) ? 2 : 1;
3800 if (MI->isCommutable()) {

Completed in 242 milliseconds