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 D | MachineModuleInfo.cpp | 57 void setMap(MMIAddrLabelMap *map) { Map = map; } in setMap() function in llvm::final 118 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
|
H A D | InterferenceCache.h | 86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
|
H A D | LiveIntervalUnion.cpp | 135 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
|
H A D | LiveDebugVariables.cpp | 1049 LocMapI.setMap(locInts); in splitLocation()
|
H A D | SplitKit.cpp | 851 AssignI.setMap(RegAssign); in removeBackCopies()
|
/third_party/backends/backend/ |
H A D | plustek_pp.c | 1022 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 D | plustek-pp.h | 571 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 D | IntervalMap.h | 1353 /// 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