HomeSort by: relevance | last modified time | path
    Searched refs:canCopyGluedNodeDuringSchedule (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 55 bool canCopyGluedNodeDuringSchedule(SDNode *N) const override;
Thumb1InstrInfo.cpp 144 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1185 virtual bool canCopyGluedNodeDuringSchedule(SDNode *N) const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 1143 !TII->canCopyGluedNodeDuringSchedule(N)) {
1163 if (VT == MVT::Glue && !TII->canCopyGluedNodeDuringSchedule(N)) {

Completed in 24 milliseconds