OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDefs
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MCA/
Instruction.cpp
136
for (const WriteState &WS :
getDefs
()) {
168
for (WriteState &WS :
getDefs
())
189
if (!all_of(
getDefs
(), [](const WriteState &Def) { return Def.isReady(); }))
205
if (!all_of(
getDefs
(),
228
for (WriteState &Def :
getDefs
())
237
for (WriteState &Def :
getDefs
())
InstrBuilder.cpp
704
NewIS->
getDefs
().emplace_back(WD, RegID,
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
RegisterFileStatistics.cpp
63
if (Inst.
getDefs
().size() != Inst.getUses().size())
66
for (size_t I = 0, E = Inst.
getDefs
().size(); I < E; ++I) {
67
const WriteState &WS = Inst.
getDefs
()[I];
71
MoveElimInfo[Inst.
getDefs
()[0].getRegisterFileID()];
/src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
DispatchStage.cpp
48
for (const WriteState &RegDef : IR.getInstruction()->
getDefs
())
99
if (PRF.tryEliminateMoveOrSwap(IS.
getDefs
(), IS.getUses()))
120
for (WriteState &WS : IS.
getDefs
())
RetireStage.cpp
69
for (const WriteState &WS : Inst.
getDefs
())
InOrderIssueStage.cpp
66
for (const WriteState &WS : IR.getInstruction()->
getDefs
()) {
79
for (const WriteState &WS : IR.getInstruction()->
getDefs
()) {
185
for (WriteState &WS : IS.
getDefs
())
337
for (const WriteState &WS : IS.
getDefs
())
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CTagsEmitter.cpp
66
const auto &Defs = Records.
getDefs
();
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
DetailedRecordsBackend.cpp
102
const auto &RecordList = Records.
getDefs
();
JSONBackend.cpp
137
for (const auto &D : Records.
getDefs
()) {
Record.cpp
2674
for (const auto &D : RK.
getDefs
())
2751
for (const auto &OneDef :
getDefs
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h
415
SmallVectorImpl<WriteState> &
getDefs
() { return Defs; }
416
ArrayRef<WriteState>
getDefs
() const { return Defs; }
/src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp
105
for (WriteState &WS : IS->
getDefs
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1799
const RecordMap &
getDefs
() const { return Defs; }
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026