OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstrDesc
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
31
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
41
const MCInstrDesc *PredMCID = DAG->
getInstrDesc
(SU->Preds[i].getSUnit());
57
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
67
const MCInstrDesc *PredMCID = DAG->
getInstrDesc
(SU->Preds[i].getSUnit());
149
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
177
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
/external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
120
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
176
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
118
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
176
const MCInstrDesc *MCID = DAG->
getInstrDesc
(SU);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h
510
///
getInstrDesc
- Return the MCInstrDesc of this SUnit.
512
const MCInstrDesc *
getInstrDesc
(const SUnit *SU) const {
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
600
///
getInstrDesc
- Return the MCInstrDesc of this SUnit.
602
const MCInstrDesc *
getInstrDesc
(const SUnit *SU) const {
Completed in 235 milliseconds