Home
last modified time | relevance | path

Searched refs:IMap (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.h131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
137 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
143 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
DInspectableNativeWindow.cpp72 ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> propMap; in IsEGLConfiguredPropertySet()
131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalPropertyValue()
173 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSizePropertyValue()
239 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSinglePropertyValue()
DCoreWindowNativeWindow_unittest.cpp281 HRESULT CreatePropertyMap(IMap<HSTRING, IInspectable *> **propertyMap)
314 HRESULT SetInspectablePropertyValue(const ComPtr<IMap<HSTRING, IInspectable *>> &propertyMap,
368 ComPtr<IMap<HSTRING, IInspectable *>> propertySet;
388 ComPtr<IMap<HSTRING, IInspectable *>> propertySet;
411 ComPtr<IMap<HSTRING, IInspectable *>> propertySet;
461 ComPtr<IMap<HSTRING, IInspectable *>> propertySet;
DSwapChainPanelNativeWindow_unittest.cpp397 HRESULT CreatePropertyMap(IMap<HSTRING, IInspectable *> **propertyMap) in CreatePropertyMap()
430 HRESULT SetInspectablePropertyValue(const ComPtr<IMap<HSTRING, IInspectable *>> &propertyMap, in SetInspectablePropertyValue()
464 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST()
486 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST()
534 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST_P()
584 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST_P()
DCoreWindowNativeWindow.h49 ComPtr<IMap<HSTRING, IInspectable *>> mPropertyMap;
DSwapChainPanelNativeWindow.h42 ComPtr<IMap<HSTRING, IInspectable *>> mPropertyMap;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp400 AssignmentMap &IMap);
408 bool replaceExtenders(const AssignmentMap &IMap);
549 : IMap(M), HRI(I) {} in PrintIMap()
550 const HCE::AssignmentMap &IMap; member
557 for (const std::pair<HCE::ExtenderInit,HCE::IndexList> &Q : P.IMap) { in operator <<()
1253 AssignmentMap &IMap) { in assignInits() argument
1395 IMap[{BestV,Extenders[I].Expr}].insert(I); in assignInits()
1400 LLVM_DEBUG(dbgs() << "IMap (before fixup) = " << PrintIMap(IMap, *HRI)); in assignInits()
1409 for (std::pair<const ExtenderInit,IndexList> &P : IMap) { in assignInits()
1416 AssignmentMap::iterator F = IMap.find({EV, ExtExpr()}); in assignInits()
[all …]
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp588 MapTableEmitter IMap(Target, Records, CurMap); in EmitMapTable() local
593 IMap.buildRowInstrMap(); in EmitMapTable()
597 IMap.buildMapTable(); in EmitMapTable()
600 IMap.emitTablesWithFunc(OS); in EmitMapTable()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenMapTable.cpp594 MapTableEmitter IMap(Target, Records, CurMap); in EmitMapTable() local
599 IMap.buildRowInstrMap(); in EmitMapTable()
603 IMap.buildMapTable(); in EmitMapTable()
606 IMap.emitTablesWithFunc(OS); in EmitMapTable()