Home
last modified time | relevance | path

Searched refs:IsRef (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Index/
DIndexingContext.cpp231 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()
DIndexingContext.h110 bool IsRef, const Decl *Parent,
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp271 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()
DBitTracker.cpp120 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 <<()
DRDFGraph.h716 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp310 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()
DBitTracker.cpp130 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 <<()
DRDFGraph.h787 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go145 if a.IsRef {
150 if a.IsRef {