/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.cpp | 28 MaterializationResponsibility MR, in ObjectLinkingLayerJITLinkContext() argument 30 : Layer(Layer), MR(std::move(MR)), ObjBuffer(std::move(ObjBuffer)) {} in ObjectLinkingLayerJITLinkContext() 47 MR.failMaterialization(); in notifyFailed() 54 MR.getTargetJITDylib().withSearchOrderDo( in lookup() 113 if (AutoClaim && !MR.getSymbols().count(InternedName)) { in notifyResolved() 131 if (AutoClaim && !MR.getSymbols().count(InternedName)) { in notifyResolved() 139 if (auto Err = MR.defineMaterializing(ExtraSymbolsToClaim)) in notifyResolved() 141 if (auto Err = MR.notifyResolved(InternedResult)) { in notifyResolved() 143 MR.failMaterialization(); in notifyResolved() 146 Layer.notifyLoaded(MR); in notifyResolved() [all …]
|
D | Legacy.cpp | 17 ExecutionSession &ES, SymbolResolver &R, MaterializationResponsibility *MR) in JITSymbolResolverAdapter() argument 18 : ES(ES), R(R), MR(MR) {} in JITSymbolResolverAdapter() 45 if (MR) in lookup() 46 MR->addDependenciesForAll(Q->QueryRegistrations); in lookup()
|
D | RTDyldObjectLinkingLayer.cpp | 19 JITDylibSearchOrderResolver(MaterializationResponsibility &MR) : MR(MR) {} in JITDylibSearchOrderResolver() argument 22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() 47 MR.addDependenciesForAll(Deps); in lookup() 51 MR.getTargetJITDylib().withSearchOrderDo( in lookup() 61 for (auto &KV : MR.getSymbols()) { in getResponsibilitySet() 70 MaterializationResponsibility &MR; member in __anoneaf4ec9a0111::JITDylibSearchOrderResolver
|
/third_party/typescript/tests/baselines/reference/ |
D | conditionalTypeSubclassExtendsTypeParam.symbols | 2 declare class Model<M extends MR, MR extends {}> { 5 >MR : Symbol(MR, Decl(conditionalTypeSubclassExtendsTypeParam.ts, 0, 33)) 6 >MR : Symbol(MR, Decl(conditionalTypeSubclassExtendsTypeParam.ts, 0, 33)) 8 public getField2<K extends keyof M>(): Field<M[K], [K] extends [keyof MR] ? MR[K] : M[K]> 16 >MR : Symbol(MR, Decl(conditionalTypeSubclassExtendsTypeParam.ts, 0, 33)) 17 >MR : Symbol(MR, Decl(conditionalTypeSubclassExtendsTypeParam.ts, 0, 33))
|
D | conditionalTypeSubclassExtendsTypeParam.types | 2 declare class Model<M extends MR, MR extends {}> { 3 >Model : Model<M, MR> 5 public getField2<K extends keyof M>(): Field<M[K], [K] extends [keyof MR] ? MR[K] : M[K]> 6 >getField2 : <K extends keyof M>() => Field<M[K], [K] extends [keyof MR] ? MR[K] : M[K]>
|
D | conditionalTypeSubclassExtendsTypeParam.js | 2 declare class Model<M extends MR, MR extends {}> { 3 public getField2<K extends keyof M>(): Field<M[K], [K] extends [keyof MR] ? MR[K] : M[K]>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 63 virtual void modifyPassConfig(MaterializationResponsibility &MR, in modifyPassConfig() argument 66 virtual void notifyLoaded(MaterializationResponsibility &MR) {} in notifyLoaded() argument 67 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() argument 139 void modifyPassConfig(MaterializationResponsibility &MR, const Triple &TT, 141 void notifyLoaded(MaterializationResponsibility &MR); 142 Error notifyEmitted(MaterializationResponsibility &MR, AllocPtr Alloc); 160 Error notifyEmitted(MaterializationResponsibility &MR) override; 161 void modifyPassConfig(MaterializationResponsibility &MR, const Triple &TT,
|
D | Legacy.h | 96 MaterializationResponsibility *MR); 104 MaterializationResponsibility *MR; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | conditionalTypeSubclassExtendsTypeParam.ts | 1 declare class Model<M extends MR, MR extends {}> { 2 public getField2<K extends keyof M>(): Field<M[K], [K] extends [keyof MR] ? MR[K] : M[K]>
|
/third_party/skia/third_party/externals/icu/patches/ |
D | locale_google.patch | 1448 MR{"Mauritanië"} 1505 MR{"ሞሪቴኒያ"} 1563 MR{"موريتانيا"} 1640 MR{"মাউৰিটানিয়া"} 1698 MR{"Mauritania"} 1756 MR{"Mavritaniya"} 1814 MR{"Мавританија"} 1860 MR{"Маўрытанія"} 1918 MR{"Мавритания"} 1978 MR{"মরিতানিয়া"} [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 432 MachineOperand &MR = FirstSt->getOperand(0); in createWideStores() local 436 .addReg(MR.getReg(), getKillRegState(MR.isKill()), MR.getSubReg()) in createWideStores() 455 MachineOperand &MR = FirstSt->getOperand(0); in createWideStores() local 459 .addReg(MR.getReg(), getKillRegState(MR.isKill()), MR.getSubReg()) in createWideStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 37 MachineRegisterInfo &MR = MF.getRegInfo(); in emitPrologue() local 53 if (!MR.use_empty(NVPTX::VRFrame)) { in emitPrologue()
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a530-flakes.txt | 16 # First appeared 2021-06-11 on an unrelated MR. 87 # Flakes since around Apr 30th on a clearly innocent MR. 90 # First flake on Apr 29th on a clearly innocent MR 94 # First flaked on May 3 on a clearly innocent MR.
|
/third_party/mesa3d/docs/ |
D | submittingpatches.rst | 182 Add labels to your MR to help reviewers find it. For example: 190 Tick the following when creating the MR. It allows developers to rebase 203 It is your responsibility to keep the MR alive and making progress, as 213 - Old, stale MR may be closed, but you can reopen it if you still want 215 - You should periodically check to see if your MR needs to be rebased 216 - Make sure your MR is closed if your patches get pushed outside of 255 into commits in a MR before it is merged. 257 When providing a Reviewed-by, Acked-by, or Tested-by tag in a GitLab MR, 357 stable branch (such as due to a rename), using a GitLab MR is most 358 appropriate. The MR should be based on and target the [all …]
|
/third_party/pulseaudio/ |
D | CONTRIBUTING.md | 18 MR, please take a look at [the patch status 21 If you don't see your MR in that list either, please don't hesitate to drop a 36 link to an issue being fixed by this MR.
|
/third_party/pulseaudio/.gitlab/merge_request_templates/ |
D | Guidelines.md | 18 MR, please take a look at [the patch status 21 If you don't see your MR in that list either, please don't hesitate to drop a 36 link to an issue being fixed by this MR.
|
/third_party/mesa3d/docs/ci/ |
D | docker.rst | 16 come up with a working MR!). 44 reliably reset the GPU on failure, bugs in one MR may leak into 45 spurious failures in another MR. This would be an unacceptable impact
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 204 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallDependencyFrom() local 217 if (isReadOnlyCall && !isModSet(MR) && in getCallDependencyFrom() 230 if (isModOrRefSet(MR)) in getCallDependencyFrom() 686 ModRefInfo MR = AA.getModRefInfo(Inst, MemLoc); in getSimplePointerDependencyFrom() local 688 if (isModAndRefSet(MR)) in getSimplePointerDependencyFrom() 689 MR = AA.callCapturesBefore(Inst, MemLoc, &DT, OBB); in getSimplePointerDependencyFrom() 690 switch (clearMust(MR)) { in getSimplePointerDependencyFrom() 747 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency() local 750 bool isLoad = !isModSet(MR); in getDependency()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-myanmar-machine.rl | 59 export MR = 22; 80 medial_group = MY? As? MR? ((MW MH? ML? | MH ML? | ML) As?)?;
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 57 MR{"毛里塔尼亞"}
|
D | fa_AF.txt | 61 MR{"موریتانیا"}
|
/third_party/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 57 MR{"毛里塔尼亞"}
|
D | fa_AF.txt | 61 MR{"موریتانیا"}
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/ |
D | en.txt | 20 "MR.",
|
/third_party/icu/icu4c/source/data/brkitr/ |
D | en.txt | 20 "MR.",
|