Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getAtomicType

68     QualType getAtomicType() const { return AtomicTy; }
898 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
964 temp = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
987 getAtomicType(),
1020 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp");
1021 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment());