Home
last modified time | relevance | path

Searched refs:isTwoAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h289 bool isTwoAddress : 1; ///< Is a two-address instruction. variable
320 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit()
332 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit()
343 isTwoAddress(false), isCommutable(false), hasPhysRegUses(false), in SUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp97 SU->isTwoAddress = Old->isTwoAddress; in Clone()
457 SU.isTwoAddress = true; in AddSchedEdges()
H A DScheduleDAGFast.cpp253 NewSU->isTwoAddress = true; in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp1034 NewSU->isTwoAddress = true; in TryUnfoldSU()
2836 if (SU->isTwoAddress) { in canClobber()
3069 if (!SU.isTwoAddress) in AddPseudoTwoAddrDeps()