Home
last modified time | relevance | path

Searched refs:setMap (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp57 void setMap(MMIAddrLabelMap *map) { Map = map; } in setMap() function in llvm::final
118 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
H A DInterferenceCache.h86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
H A DLiveIntervalUnion.cpp135 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
H A DLiveDebugVariables.cpp1049 LocMapI.setMap(locInts); in splitLocation()
H A DSplitKit.cpp851 AssignI.setMap(RegAssign); in removeBackCopies()
/third_party/backends/backend/
H A Dplustek_pp.c1022 dev->setMap = ppDev_setMap; in attach()
1966 s->hw->setMap( s->hw, s->gamma_table[0], s->gamma_length, _MAP_MASTER); in sane_start()
1968 s->hw->setMap( s->hw, s->gamma_table[1], s->gamma_length, _MAP_RED ); in sane_start()
1969 s->hw->setMap( s->hw, s->gamma_table[2], s->gamma_length, _MAP_GREEN ); in sane_start()
1970 s->hw->setMap( s->hw, s->gamma_table[3], s->gamma_length, _MAP_BLUE ); in sane_start()
H A Dplustek-pp.h571 int (*setMap) ( struct Plustek_Device*, SANE_Word*, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h1353 /// setMap - Change the map iterated over. This call must be followed by a
1355 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); }

Completed in 14 milliseconds