OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 20 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026