Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.h56 bool canCopyGluedNodeDuringSchedule(SDNode *N) const override;
DThumb1InstrInfo.cpp145 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const { in canCopyGluedNodeDuringSchedule() function in Thumb1InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h991 virtual bool canCopyGluedNodeDuringSchedule(SDNode *N) const { return false; } in canCopyGluedNodeDuringSchedule() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1136 !TII->canCopyGluedNodeDuringSchedule(N)) { in CopyAndMoveSuccessors()
1156 if (VT == MVT::Glue && !TII->canCopyGluedNodeDuringSchedule(N)) { in CopyAndMoveSuccessors()