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

/external/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 {
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h382 /// isCommutable - Return true if this may be a 2- or 3-address
392 bool isCommutable() const { function in class:llvm::MCInstrDesc
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp97 SU->isCommutable = Old->isCommutable;
441 if (MCID.isCommutable())
442 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)) &&
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h234 bool isCommutable; member in class:llvm::CodeGenInstruction
H A DCodeGenInstruction.cpp308 isCommutable = R->getValueAsBit("isCommutable");
H A DInstrInfoEmitter.cpp469 if (Inst.isCommutable) OS << "|(1<<MCID::Commutable)";
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp461 if (!FoundCSE && MI->isCommutable()) {
H A DTargetInstrInfo.cpp186 if (!MCID.isCommutable())
H A DScheduleDAGInstrs.cpp678 SU->isCommutable = MI->isCommutable();
H A DRegisterCoalescer.cpp596 if (!DefMI->isCommutable())
H A DTwoAddressInstructionPass.cpp1118 if (MI.isCommutable() && MI.getNumOperands() >= 3 &&
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp795 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1;
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3633 unsigned IdxEnd = (MI->isCommutable()) ? 2 : 1;
3670 if (MI->isCommutable()) {

Completed in 336 milliseconds