Searched refs:IsRef (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 231 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument 265 if (IsRef) in handleDeclOccurrence() 274 if (!IsRef) in handleDeclOccurrence() 285 if (IsRef) in handleDeclOccurrence() 323 if (!IsRef && Parent && !cast<DeclContext>(Parent)->isFunctionOrMethod()) { in handleDeclOccurrence()
|
D | IndexingContext.h | 110 bool IsRef, const Decl *Parent,
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 271 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRec() 351 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo() 425 if (!DFG.IsRef<NodeAttrs::Use>(I)) in computePhiInfo() 476 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computePhiInfo() 513 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() 593 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns() 748 assert(DFG.IsRef<NodeAttrs::Use>(RA)); in getRestrictedRegRef()
|
D | BitTracker.cpp | 120 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local 122 if (!IsRef && V == SV) in operator <<() 124 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<()
|
D | RDFGraph.h | 716 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 310 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRecImpl() 456 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo() 555 if (!DFG.IsRef<NodeAttrs::Use>(I) || SeenUses.count(I.Id)) in computePhiInfo() 619 NodeList PUs = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG); in computePhiInfo() 672 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() 752 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns()
|
D | BitTracker.cpp | 130 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local 132 if (!IsRef && V == SV) in operator <<() 134 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<()
|
D | RDFGraph.h | 787 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop.go | 145 if a.IsRef { 150 if a.IsRef {
|