Searched refs:BitMap (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | code.c | 151 typedef struct BitMap { struct 154 struct BitMap *next; argument 157 } BitMap; argument 159 static BitMap *BitMap_find_go(Go*, State*); 160 static BitMap *BitMap_find(State*); 163 static BitMap *BitMap_new(Go*, State*); 165 static BitMap *BitMap_first = NULL; 167 BitMap * 170 BitMap *b = malloc(sizeof(BitMap)); in BitMap_new() 178 BitMap * [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-01-31-BigShift3.ll | 6 %struct.BitMap = type { i8* } 7 …%struct.BitMapListStruct = type { %struct.BitMap, %struct.BitMapListStruct*, %struct.BitMapListStr…
|
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
D | SDL_romvideo.c | 635 const BitMap *memBits; in ROM_WindowUpdate() 636 const BitMap *winBits; in ROM_WindowUpdate()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 946 llvm::Constant *BuildIvarLayoutBitmap(std::string &BitMap); 2009 std::string BitMap; in BuildGCBlockLayout() local 2010 llvm::Constant *C = BuildIvarLayoutBitmap(BitMap); in BuildGCBlockLayout() 2013 const unsigned char *s = (const unsigned char*)BitMap.c_str(); in BuildGCBlockLayout() 2014 for (unsigned i = 0, e = BitMap.size(); i < e; i++) in BuildGCBlockLayout() 2401 std::string BitMap; in getBitmapBlockLayout() local 2403 BitMap += Layout[i]; in getBitmapBlockLayout() 2410 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout() 2411 unsigned char inst = BitMap[i]; in getBitmapBlockLayout() 2450 llvm::ConstantDataArray::getString(VMContext, BitMap,false), in getBitmapBlockLayout() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3510 ConstantInt *BitMap; member in __anonfc2662b10311::SwitchLookupTable 3524 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable() 3582 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable() 3607 IntegerType *MapTy = BitMap->getType(); in BuildLookup() 3620 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt, in BuildLookup()
|