Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C83 static OneDomain_t &getDomain(Domain_t &d, int) { return d; }
85 static const OneDomain_t &getDomain(const Domain_t &d, int) { return d; }
106 DomainTraits<Interval>::getDomain(*this, i).setDomain(
107 DomainTraits<Interval>::getDomain(a, i));
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp114 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
127 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp698 static Domain getDomain(const ConstantRange &CR) { in getDomain() function
896 std::array<Operand, 2> Ops = {{{SDI->getOperand(0), getDomain(LCR)}, in processSRem()
897 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem()
949 std::array<Operand, 2> Ops = {{{SDI->getOperand(0), getDomain(LCR)}, in processSDiv()
950 {SDI->getOperand(1), getDomain(RCR)}}}; in processSDiv()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp57 static RegDomain getDomain(const TargetRegisterClass *RC, in getDomain() function
246 RegDomain OpDomain = getDomain(MRI->getRegClass(MO.getReg()), in getExtraCost()
442 RegDomain RD = getDomain(MRI->getRegClass(Reg), MRI->getTargetRegisterInfo()); in visitRegister()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1043 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in getMostGenericAliasScope()
1048 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in getMostGenericAliasScope()
1056 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in getMostGenericAliasScope()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1102 const_cast<MDNode *>(SNANode.getDomain()), Name); in cloneNoAliasScopes()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h1434 const MDNode *getDomain() const {