Searched refs:PhiFlags (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 928 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build() local 929 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 953 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build() local 955 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 1510 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in buildPhis() local 1511 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 956 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build() local 957 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 1416 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in buildPhis() local 1417 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis()
|