Searched refs:BitFields (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h130 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields; member in class:clang::CodeGen::CGRecordLayout
208 it = BitFields.find(FD);
209 assert(it != BitFields.end() && "Unable to find bitfield info");
H A DCGRecordLayoutBuilder.cpp205 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields; member in struct:__anon1250::CGRecordLowering
226 CGBitFieldInfo &Info = BitFields[FD->getCanonicalDecl()];
724 RL->BitFields.swap(Builder.BitFields);
821 OS << " BitFields:[\n";
826 it = BitFields.begin(), ie = BitFields.end();
/external/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp30 struct BitFields { struct
686 // CHECK: [[PREV_VALUE:%.+]] = load atomic i32, i32* bitcast (i8* getelementptr (i8, i8* bitcast (%struct.BitFields* @{{.+}} to i8*), i64 4) to i32*) monotonic
704 // CHECK: [[RES:%.+]] = cmpxchg i32* bitcast (i8* getelementptr (i8, i8* bitcast (%struct.BitFields* @{{.+}} to i8*), i64 4) to i32*), i32 [[OLD_BF_VALUE]], i32 [[NEW_BF_VALUE]] monotonic monotonic
H A Datomic_read_codegen.c30 struct BitFields { struct
H A Datomic_update_codegen.cpp30 struct BitFields { struct
626 // CHECK: [[PREV_VALUE:%.+]] = load atomic i32, i32* bitcast (i8* getelementptr (i8, i8* bitcast (%struct.BitFields* @{{.+}} to i8*), i64 4) to i32*) monotonic
644 // CHECK: [[RES:%.+]] = cmpxchg i32* bitcast (i8* getelementptr (i8, i8* bitcast (%struct.BitFields* @{{.+}} to i8*), i64 4) to i32*), i32 [[OLD_BF_VALUE]], i32 [[NEW_BF_VALUE]] monotonic monotonic
H A Datomic_write_codegen.c30 struct BitFields { struct
289 // CHECK: [[PREV_VALUE:%.+]] = load atomic i32, i32* bitcast (i8* getelementptr (i8, i8* bitcast (%struct.BitFields* @{{.+}} to i8*), i64 4) to i32*) monotonic
298 // CHECK: [[RES:%.+]] = cmpxchg i32* bitcast (i8* getelementptr (i8, i8* bitcast (%struct.BitFields* @{{.+}} to i8*), i64 4) to i32*), i32 [[OLD_BF_VALUE]], i32 [[NEW_BF_VALUE]] monotonic monotonic
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1381 TEST(Member, BitFields) {

Completed in 293 milliseconds