Searched refs:getDomain (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
| H A D | unroll1.C | 83 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 D | ScopedNoAliasAA.cpp | 114 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 D | CorrelatedValuePropagation.cpp | 698 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 D | X86DomainReassignment.cpp | 57 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 D | Metadata.cpp | 1043 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 D | CloneFunction.cpp | 1102 const_cast<MDNode *>(SNANode.getDomain()), Name); in cloneNoAliasScopes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1434 const MDNode *getDomain() const {
|