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.h293 bool isTwoAddress : 1; ///< Is a two-address instruction. variable
324 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit()
336 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit()
347 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.cpp247 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()