Home
last modified time | relevance | path

Searched refs:IVR (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp114 } else if (const ObjCIvarRegion *IVR = getParentIvarRegion(R)) { in CheckDispatchOnce() local
115 if (IVR != R) in CheckDispatchOnce()
117 os << " the instance variable '" << IVR->getDecl()->getName() << '\''; in CheckDispatchOnce()
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dia64-raw.tbl61 CR[IRR%], % in 0 - 3; IC:mov-from-CR-IVR; IC:mov-from-CR-IRR+1; data
68 CR[IVR]; IC:none; IC:mov-from-CR-IVR; SC Section 5.8.3.2, "External Interrupt Vector Register (IVR
73 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-from-CR-TPR, IC:mov-from-CR-IVR; data
96 InService*; IC:mov-to-CR-EOI; IC:mov-from-CR-IVR; data
97 InService*; IC:mov-from-CR-IVR; IC:mov-from-CR-IVR; impliedF
Dia64-waw.tbl55 CR[IRR%], % in 0 - 3; IC:mov-from-CR-IVR; IC:mov-from-CR-IVR; impliedF
61 CR[IVR]; IC:none; IC:none; SC
80 InService*; IC:mov-to-CR-EOI, IC:mov-from-CR-IVR; IC:mov-to-CR-EOI, IC:mov-from-CR-IVR; SC
Dia64-ic.tbl115 mov-from-CR-IVR; IC:mov-from-CR[Field(cr3) == IVR]
182 mov-to-CR-IVR; IC:mov-to-CR[Field(cr3) == IVR]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dia64-waw.tbl54 CR[IRR%], % in 0 - 3; IC:mov-from-CR-IVR; IC:mov-from-CR-IVR; impliedF
60 CR[IVR]; IC:none; IC:none; SC
79 InService*; IC:mov-to-CR-EOI, IC:mov-from-CR-IVR; IC:mov-to-CR-EOI, IC:mov-from-CR-IVR; SC
Dia64-raw.tbl61 CR[IRR%], % in 0 - 3; IC:mov-from-CR-IVR; IC:mov-from-CR-IRR+1; data
68 CR[IVR]; IC:none; IC:mov-from-CR-IVR; SC Section 10.8.3.2
73 CR[TPR]; IC:mov-to-CR-TPR; IC:mov-from-CR-TPR, IC:mov-from-CR-IVR; data
95 InService*; IC:mov-to-CR-EOI; IC:mov-from-CR-IVR; data
96 InService*; IC:mov-from-CR-IVR; IC:mov-from-CR-IVR; impliedF
Dia64-ic.tbl115 mov-from-CR-IVR; IC:mov-from-CR[Field(cr3) == IVR]
181 mov-to-CR-IVR; IC:mov-to-CR[Field(cr3) == IVR]
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocGreedy.cpp496 ArrayRef<const LiveInterval *> IVR = Q.interferingVRegs(); in evictInterference() local
497 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1482 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding() local
1489 return svalBuilder.evalCast(getBindingForObjCIvar(B, IVR), T, QualType{}); in getBinding()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp9459 auto *IVR = getParent()->getPlan()->getCanonicalIV(); in execute() local
9460 PHINode *CanonicalIV = cast<PHINode>(State.get(IVR, 0)); in execute()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h9796 ExprResult IVR = getDerived().TransformExpr(C->getInteropVar()); in TransformOMPInitClause() local
9797 if (IVR.isInvalid()) in TransformOMPInitClause()
9808 return getDerived().RebuildOMPInitClause(IVR.get(), InteropInfo, in TransformOMPInitClause()