OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstRCIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp
613
unsigned
DstRCIdx
= cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
615
TRI->getAllocatableClass(TRI->getRegClass(
DstRCIdx
));
631
unsigned
DstRCIdx
= cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
632
const TargetRegisterClass *RC = TRI->getRegClass(
DstRCIdx
);
ScheduleDAGRRList.cpp
333
unsigned
DstRCIdx
= cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
334
const TargetRegisterClass *RC = TRI->getRegClass(
DstRCIdx
);
Completed in 17 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026