Home
last modified time | relevance | path

Searched refs:getDomain (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp114 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
127 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp56 static RegDomain getDomain(const TargetRegisterClass *RC, in getDomain() function
245 RegDomain OpDomain = getDomain(MRI->getRegClass(MO.getReg()), in getExtraCost()
441 RegDomain RD = getDomain(MRI->getRegClass(Reg), MRI->getTargetRegisterInfo()); in visitRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp662 Domain getDomain(Value *V, LazyValueInfo *LVI, Instruction *CxtI) { in getDomain() function
782 Op.D = getDomain(Op.V, LVI, SDI); in processSRem()
838 Op.D = getDomain(Op.V, LVI, SDI); in processSDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp946 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in getMostGenericAliasScope()
951 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in getMostGenericAliasScope()
959 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in getMostGenericAliasScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp947 const_cast<MDNode *>(SNANode.getDomain()), Name); in cloneNoAliasScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h1233 const MDNode *getDomain() const {