Searched refs:BitMap (Results 1 – 3 of 3) sorted by relevance
/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/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 940 llvm::Constant *BuildIvarLayoutBitmap(std::string &BitMap); 2004 std::string BitMap; in BuildGCBlockLayout() local 2005 llvm::Constant *C = BuildIvarLayoutBitmap(BitMap); in BuildGCBlockLayout() 2008 const unsigned char *s = (const unsigned char*)BitMap.c_str(); in BuildGCBlockLayout() 2009 for (unsigned i = 0, e = BitMap.size(); i < e; i++) in BuildGCBlockLayout() 2396 std::string BitMap; in getBitmapBlockLayout() local 2398 BitMap += Layout[i]; in getBitmapBlockLayout() 2405 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout() 2406 unsigned char inst = BitMap[i]; in getBitmapBlockLayout() 2445 llvm::ConstantDataArray::getString(VMContext, BitMap, false), in getBitmapBlockLayout() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3710 ConstantInt *BitMap; member in __anonfb6897ed0411::SwitchLookupTable 3726 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable() 3821 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable() 3856 IntegerType *MapTy = BitMap->getType(); in BuildLookup() 3869 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt, in BuildLookup()
|