| /src/games/tetris/ |
| shapes.c | 50 #define MR 1 /* middle right */ 56 /* 0*/ { 7, 7, { TL, TC, MR, } }, 58 /* 2*/ { 2, 9, { ML, MR, BC, } }, 60 /* 4*/ { 4, 12, { ML, BL, MR, } }, 61 /* 5*/ { 5, 15, { ML, BR, MR, } }, 62 /* 6*/ { 6, 18, { ML, MR, 2 } }, /* sticks out */ 64 /* 8*/ { 1, 1, { TC, MR, BR, } }, 65 /* 9*/ { 2, 10, { TC, MR, BC, } }, 66 /*10*/ { 2, 11, { TC, ML, MR, } }, 69 /*13*/ { 4, 14, { TR, ML, MR, } }, [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTXFrameLowering.cpp | 37 MachineRegisterInfo &MR = MF.getRegInfo(); 53 if (!MR.use_empty(NVPTX::VRFrame)) {
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| SimpleConstraintManager.cpp | 32 const MemRegion *MR = LV->getAsRegion(); 33 if (const TypedRegion *TR = dyn_cast_or_null<TypedRegion>(MR))
|
| Store.cpp | 230 const MemRegion *MR = V.getAsRegion(); 231 if (!MR) 234 const auto *TVR = dyn_cast<TypedValueRegion>(MR); 307 static const CXXRecordDecl *getCXXRecordType(const MemRegion *MR) { 308 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) 310 if (const auto *SR = dyn_cast<SymbolicRegion>(MR)) 319 const MemRegion *MR = Base.getAsRegion(); 320 if (!MR) 332 while (const CXXRecordDecl *MRClass = getCXXRecordType(MR)) { 335 return loc::MemRegionVal(MR); [all...] |
| ProgramState.cpp | 124 const MemRegion *MR = LV.getAsRegion(); 125 if (MR && notifyChanges) 126 return Mgr.getOwningEngine().processRegionChange(newState, MR, LCtx);
|
| ExprEngineCallAndReturn.cpp | 622 if (const MemRegion *MR = Call.getArgSVal(Arg).getAsRegion()) 623 Escaped.emplace_back(loc::MemRegionVal(MR), State->getSVal(MR, Pointee)); 696 const MemRegion *MR = R.getAsRegion()->StripCasts(); 712 State = setDynamicExtent(State, MR, Size.castAs<DefinedOrUnknownSVal>(),
|
| RegionStore.cpp | 1424 const MemRegion *MR = L.castAs<loc::MemRegionVal>().getRegion(); 1426 if (isa<BlockDataRegion>(MR)) { 1430 if (!isa<TypedValueRegion>(MR)) { 1432 if (const TypedRegion *TR = dyn_cast<TypedRegion>(MR)) 1434 else if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(MR)) 1439 MR = GetElementZeroRegion(cast<SubRegion>(MR), T); 1441 T = cast<TypedValueRegion>(MR)->getValueType(); 1446 const TypedValueRegion *R = cast<TypedValueRegion>(MR);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| DeleteWithNonVirtualDtorChecker.cpp | 64 const MemRegion *MR = C.getSVal(DeletedObj).getAsRegion(); 65 if (!MR) 68 const auto *BaseClassRegion = MR->getAs<TypedValueRegion>(); 69 const auto *DerivedClassRegion = MR->getBaseRegion()->getAs<SymbolicRegion>();
|
| UndefResultChecker.cpp | 48 const MemRegion *MR = Loc.castAs<loc::MemRegionVal>().getRegion(); 49 const ElementRegion *ER = dyn_cast<ElementRegion>(MR);
|
| DereferenceChecker.cpp | 259 const MemRegion *MR = L.getAsRegion(); 260 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR);
|
| VforkChecker.cpp | 200 const MemRegion *MR = L.getAsRegion(); 203 if (!MR || MR == VforkLhs)
|
| ArrayBoundCheckerV2.cpp | 181 const MemRegion *MR = rawOffset.getRegion(); 182 DefinedOrUnknownSVal Size = getDynamicExtent(state, MR, svalBuilder);
|
| ExprInspectionChecker.cpp | 197 const MemRegion *MR = C.getSVal(Arg).getAsRegion(); 198 if (!MR) { 203 return MR; 274 const MemRegion *MR = getArgRegion(CE, C); 275 if (!MR) 279 DefinedOrUnknownSVal Size = getDynamicExtent(State, MR, C.getSValBuilder()); 287 const MemRegion *MR = getArgRegion(CE, C); 288 if (!MR) 292 getDynamicExtent(C.getState(), MR, C.getSValBuilder()); 302 const MemRegion *MR = getArgRegion(CE, C) [all...] |
| DynamicTypePropagation.cpp | 425 const MemRegion *MR = C.getSVal(NewE).getAsRegion(); 426 if (!MR) 429 C.addTransition(setDynamicTypeInfo(C.getState(), MR, NewE->getType(),
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| MPIChecker.cpp | 30 const MemRegion *const MR = 32 if (!MR) 34 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); 37 if (!isa<TypedRegion>(MR) || (ER && !isa<TypedRegion>(ER->getSuperRegion()))) 41 const Request *const Req = State->get<RequestMap>(MR); 46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode, 52 State = State->set<RequestMap>(MR, Request::State::Nonblocking); 61 const MemRegion *const MR = topRegionUsedByWait(PreCallEvent); 62 if (!MR) 64 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| AliasAnalysis.cpp | 212 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI); 213 if (isModOrRefSet(MR)) 214 return setModAndRef(MR);
|
| MemoryDependenceAnalysis.cpp | 209 ModRefInfo MR = GetLocation(Inst, Loc, TLI); 222 if (isReadOnlyCall && !isModSet(MR) && 235 if (isModOrRefSet(MR)) 466 /*ModRefInfo MR =*/ GetLocation(II, Loc, TLI); 616 ModRefInfo MR = BatchAA.getModRefInfo(Inst, MemLoc); 618 if (isModAndRefSet(MR)) 619 MR = BatchAA.callCapturesBefore(Inst, MemLoc, &DT); 620 switch (clearMust(MR)) { 677 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); 680 bool isLoad = !isModSet(MR); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| RTDyldObjectLinkingLayer.cpp | 19 JITDylibSearchOrderResolver(MaterializationResponsibility &MR) : MR(MR) {} 22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); 47 MR.addDependenciesForAll(Deps); 51 MR.getTargetJITDylib().withLinkOrderDo( 61 for (auto &KV : MR.getSymbols()) { 70 MaterializationResponsibility &MR; 147 // Switch to shared ownership of MR so that it can be captured by both
|
| ObjectLinkingLayer.cpp | 43 void materialize(std::unique_ptr<MaterializationResponsibility> MR) override { 44 ObjLinkingLayer.emit(std::move(MR), std::move(G)); 126 std::unique_ptr<MaterializationResponsibility> MR, 128 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer), 129 MR(std::move(MR)), ObjBuffer(std::move(ObjBuffer)) {} 142 P->notifyMaterializing(*MR, G, *this, 149 Err = joinErrors(std::move(Err), P->notifyFailed(*MR)); 151 MR->failMaterialization(); 158 MR->getTargetJITDylib().withLinkOrderDo [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonStoreWidening.cpp | 431 MachineOperand &MR = FirstSt->getOperand(0); 435 .addReg(MR.getReg(), getKillRegState(MR.isKill()), MR.getSubReg()) 454 MachineOperand &MR = FirstSt->getOperand(0); 458 .addReg(MR.getReg(), getKillRegState(MR.isKill()), MR.getSubReg())
|
| /src/sys/arch/mac68k/dev/ |
| if_mcreg.h | 87 #define MR 0x04 /* Match/Reject */
|
| /src/sys/arch/macppc/dev/ |
| am79c950reg.h | 87 #define MR 0x04 /* Match/Reject */
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| RetainCountChecker.cpp | 488 static bool isSmartPtrField(const MemRegion *MR) { 490 cast<SubRegion>(MR)->getSuperRegion()); 1140 const MemRegion *MR = loc.getAsRegion(); 1144 if (MR && shouldEscapeRegion(MR)) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| Core.h | 1129 ResourceTrackerSP getTracker(MaterializationResponsibility &MR); 1161 Error resolve(MaterializationResponsibility &MR, const SymbolMap &Resolved); 1163 Error emit(MaterializationResponsibility &MR, const SymbolFlagsMap &Emitted); 1165 void unlinkMaterializationResponsibility(MaterializationResponsibility &MR); 1241 std::unique_ptr<MaterializationResponsibility> MR) 1242 : MU(std::move(MU)), MR(std::move(MR)) {} 1248 std::unique_ptr<MaterializationResponsibility> MR; 1438 std::unique_ptr<MaterializationResponsibility> MR( 1441 JD.MRTrackers[MR.get()] = &RT [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| MemCpyOptimizer.cpp | 980 ModRefInfo MR = AA->getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); 982 if (isModOrRefSet(MR)) 983 MR = AA->callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), DT); 984 if (isModOrRefSet(MR))
|