Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb1InstrInfo.h55 bool canCopyGluedNodeDuringSchedule(SDNode *N) const override;
DThumb1InstrInfo.cpp144 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const { in canCopyGluedNodeDuringSchedule() function in Thumb1InstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1198 virtual bool canCopyGluedNodeDuringSchedule(SDNode *N) const { return false; } in canCopyGluedNodeDuringSchedule() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1143 !TII->canCopyGluedNodeDuringSchedule(N)) { in CopyAndMoveSuccessors()
1163 if (VT == MVT::Glue && !TII->canCopyGluedNodeDuringSchedule(N)) { in CopyAndMoveSuccessors()