Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2009-01-31-BigShift3.ll6 %struct.BitMap = type { ptr }
7 %struct.BitMapListStruct = type { %struct.BitMap, ptr, ptr }
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5833 ConstantInt *BitMap = nullptr; member in __anon3677653b2611::SwitchLookupTable
5942 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()
5979 IntegerType *MapTy = BitMap->getType(); in BuildLookup()
5993 Builder.CreateLShr(BitMap, ShiftAmt, "switch.downshift"); in BuildLookup()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp2789 std::string BitMap; in getBitmapBlockLayout() local
2791 BitMap += Layout[i]; in getBitmapBlockLayout()
2798 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout()
2799 unsigned char inst = BitMap[i]; in getBitmapBlockLayout()
2836 auto *Entry = CreateCStringLiteral(BitMap, ObjCLabelType::ClassName, in getBitmapBlockLayout()