OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoHazard
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h
38
NoHazard
, // This instruction can be emitted at this cycle.
55
/// *
NoHazard
: it is legal to issue this instruction on this cycle.
61
return
NoHazard
;
83
/// returns
NoHazard
. If, even though there is no hazard, it would be better to
/external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
121
return
NoHazard
;
132
return
NoHazard
;
176
return
NoHazard
;
PostRASchedulerList.cpp
560
if (HT == ScheduleHazardRecognizer::
NoHazard
) {
MachineScheduler.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
331
return
NoHazard
;
338
if (InstrType == PPCII::PPC970_Pseudo) return
NoHazard
;
382
return
NoHazard
;
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp
221
if (HT == ScheduleHazardRecognizer::
NoHazard
) {
ScheduleDAGRRList.cpp
654
if (HT == ScheduleHazardRecognizer::
NoHazard
)
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
279
return HazardRec->getHazardType(SU) != ScheduleHazardRecognizer::
NoHazard
;
Completed in 146 milliseconds