Home
last modified time | relevance | path

Searched refs:BitMap (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp52 GlobalVariable *BitMap; member
85 BitMap = new GlobalVariable(M, MapTy, false, GlobalValue::PrivateLinkage, in createOrderFileData()
129 Value *MapAddr = entryB.CreateGEP(MapTy, BitMap, IdxFlags, ""); in generateCodeSequence()
/openbsd-src/usr.bin/file/magdir/
H A Dimages296 0 string This\ is\ a\ BitMap\ file Lisp Machine bit-array-file
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6002 ConstantInt *BitMap = nullptr; member in __anonf23ebfa22711::SwitchLookupTable
6111 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()
6148 IntegerType *MapTy = BitMap->getType(); in BuildLookup()
6162 Builder.CreateLShr(BitMap, ShiftAmt, "switch.downshift"); in BuildLookup()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp2794 std::string BitMap; in getBitmapBlockLayout() local
2796 BitMap += Layout[i]; in getBitmapBlockLayout()
2803 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout()
2804 unsigned char inst = BitMap[i]; in getBitmapBlockLayout()
2841 auto *Entry = CreateCStringLiteral(BitMap, ObjCLabelType::ClassName, in getBitmapBlockLayout()