Searched refs:IVR (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | MacOSXAPIChecker.cpp | 114 } 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/ |
| D | ia64-raw.tbl | 61 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
|
| D | ia64-waw.tbl | 55 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
|
| D | ia64-ic.tbl | 115 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/ |
| D | ia64-waw.tbl | 54 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
|
| D | ia64-raw.tbl | 61 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
|
| D | ia64-ic.tbl | 115 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/ |
| D | RegAllocGreedy.cpp | 496 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/ |
| D | RegionStore.cpp | 1482 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/ |
| D | LoopVectorize.cpp | 9459 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/ |
| D | TreeTransform.h | 9796 ExprResult IVR = getDerived().TransformExpr(C->getInteropVar()); in TransformOMPInitClause() local 9797 if (IVR.isInvalid()) in TransformOMPInitClause() 9808 return getDerived().RebuildOMPInitClause(IVR.get(), InteropInfo, in TransformOMPInitClause()
|