Lines Matching full:getcontext
55 ASTContext &C = CGF.getContext();
98 CharUnits size = CGF.getContext().toCharUnitsFromBits(AtomicSizeInBits);
120 CGF.getContext(), lvalue.getTBAAInfo());
325 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
327 CharUnits alignChars = getContext().getTypeAlignInChars(AtomicTy);
330 getContext().getTargetInfo().getMaxAtomicInlineWidth();
332 getContext().toBits(sizeChars) > MaxInlineWidthInBits);
339 LValue lvalue = LValue::MakeAddr(Ptr, AtomicTy, alignChars, getContext());
392 getContext().getTypeSizeInChars(MemTy->getPointeeType());
432 getContext().getSizeType());
435 getContext().VoidPtrTy);
438 QualType RetTy = getContext().VoidTy;
450 RetTy = getContext().BoolTy;
452 getContext().VoidPtrTy);
454 getContext().VoidPtrTy);
456 getContext().IntTy);
466 getContext().VoidPtrTy);
468 getContext().VoidPtrTy);
476 getContext().VoidPtrTy);
484 getContext().VoidPtrTy);
499 getContext().IntTy);
691 getContext().getSizeType());
693 getContext().VoidPtrTy);
695 getContext().VoidPtrTy);
698 getContext().IntTy);
699 emitAtomicLibcall(*this, "__atomic_load", getContext().VoidTy, args);
848 getContext().getSizeType());
850 getContext().VoidPtrTy);
852 getContext().VoidPtrTy);
855 getContext().IntTy);
856 emitAtomicLibcall(*this, "__atomic_store", getContext().VoidTy, args);