Searched refs:BitMap (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 49 GlobalVariable *BitMap; member 82 BitMap = new GlobalVariable(M, MapTy, false, GlobalValue::PrivateLinkage, in createOrderFileData() 126 Value *MapAddr = entryB.CreateGEP(MapTy, BitMap, IdxFlags, ""); in generateCodeSequence()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2793 std::string BitMap; in getBitmapBlockLayout() local 2795 BitMap += Layout[i]; in getBitmapBlockLayout() 2802 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout() 2803 unsigned char inst = BitMap[i]; in getBitmapBlockLayout() 2840 auto *Entry = CreateCStringLiteral(BitMap, ObjCLabelType::ClassName, in getBitmapBlockLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6239 ConstantInt *BitMap = nullptr; member in __anonee21a60b2c11::SwitchLookupTable 6358 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable() 6400 IntegerType *MapTy = BitMap->getIntegerType(); in BuildLookup() 6416 Builder.CreateLShr(BitMap, ShiftAmt, "switch.downshift"); in BuildLookup()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 829 # Note: called "VDC BitMap" by TrID 1345 0 string This\ is\ a\ BitMap\ file Lisp Machine bit-array-file
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 10252 uint8_t BitMap; member
|