Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp49 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/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6144 ConstantInt *BitMap = nullptr; member in __anondb24d6d32a11::SwitchLookupTable
6263 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()
6305 IntegerType *MapTy = BitMap->getIntegerType(); in BuildLookup()
6321 Builder.CreateLShr(BitMap, ShiftAmt, "switch.downshift"); in BuildLookup()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2786 std::string BitMap; in getBitmapBlockLayout() local
2788 BitMap += Layout[i]; in getBitmapBlockLayout()
2795 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout()
2796 unsigned char inst = BitMap[i]; in getBitmapBlockLayout()
2833 auto *Entry = CreateCStringLiteral(BitMap, ObjCLabelType::ClassName, in getBitmapBlockLayout()
/freebsd/contrib/file/magic/Magdir/
H A Dimages829 # 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 Decore_hsi.h10252 uint8_t BitMap; member