Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h277 bool isTwoAddress : 1; ///< Is a two-address instruction. variable
310 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit()
321 isCallOp(false), isTwoAddress(false), isCommutable(false), in SUnit()
330 : isVRegCycle(false), isCall(false), isCallOp(false), isTwoAddress(false), in SUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp97 SU->isTwoAddress = Old->isTwoAddress; in Clone()
455 SU->isTwoAddress = true; in AddSchedEdges()
H A DScheduleDAGFast.cpp257 NewSU->isTwoAddress = true; in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp1037 NewSU->isTwoAddress = true; in TryUnfoldSU()
2820 if (SU->isTwoAddress) { in canClobber()
3058 if (!SU.isTwoAddress) in AddPseudoTwoAddrDeps()