Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IMPLICIT_DEF

211   assert(Node->getMachineOpcode() != TargetOpcode::IMPLICIT_DEF &&
212 "IMPLICIT_DEF should have been handled as a special case elsewhere!");
286 Op.getMachineOpcode() == TargetOpcode::IMPLICIT_DEF) {
287 // Add an IMPLICIT_DEF instruction before every use.
289 // IMPLICIT_DEF can produce any type of result so its MCInstrDesc
297 TII->get(TargetOpcode::IMPLICIT_DEF), VReg);
745 if (Opc == TargetOpcode::IMPLICIT_DEF)
746 // We want a unique VR for each IMPLICIT_DEF use.