Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.h55 bool canCopyGluedNodeDuringSchedule(SDNode *N) const override;
DThumb1InstrInfo.cpp143 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const { in canCopyGluedNodeDuringSchedule() function in Thumb1InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1107 virtual bool canCopyGluedNodeDuringSchedule(SDNode *N) const { return false; } in canCopyGluedNodeDuringSchedule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1143 !TII->canCopyGluedNodeDuringSchedule(N)) { in CopyAndMoveSuccessors()
1163 if (VT == MVT::Glue && !TII->canCopyGluedNodeDuringSchedule(N)) { in CopyAndMoveSuccessors()