Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getAtomicType

76     QualType getAtomicType() const { return AtomicTy; }
685 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
757 temp = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
780 getAtomicType(),
813 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp");
814 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment());