OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeMetadata
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
179
class
NodeMetadata
{
193
NodeMetadata
()
203
NodeMetadata
(const
NodeMetadata
&Other)
219
NodeMetadata
(
NodeMetadata
&&Other)
230
NodeMetadata
& operator=(const
NodeMetadata
&Other) {
247
NodeMetadata
& operator=(
NodeMetadata
&&Other)
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp
177
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector *vRdAllowed =
179
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector *vRaAllowed =
271
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector *vRdAllowed =
275
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector *vRrAllowed =
/external/llvm/include/llvm/CodeGen/PBQP/
Graph.h
59
typedef typename SolverT::
NodeMetadata
NodeMetadata
;
98
NodeMetadata
Metadata;
499
NodeMetadata
& getNodeMetadata(NodeId NId) {
503
const
NodeMetadata
& getNodeMetadata(NodeId NId) const {
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
431
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector &Allowed =
446
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector *Allowed1 =
448
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector *Allowed2 =
475
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector &Allowed1,
476
const PBQPRAGraph::
NodeMetadata
::AllowedRegVector &Allowed2,
Completed in 58 milliseconds