Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Expected

136 /// Does a store of the given IR type modify the full expected width?
184 llvm::LoadInst *Expected = CGF.Builder.CreateLoad(Val1);
185 Expected->setAlignment(Align);
190 Ptr, Expected, Desired, SuccessOrder, FailureOrder);
209 // Update Expected if Expected isn't equal to Old, otherwise branch to the
214 // Update the memory at Expected with Old's value.
624 // bool __atomic_compare_exchange(size_t size, void *mem, void *expected,
626 // bool __atomic_compare_exchange_N(T *mem, T *expected, T desired,
1028 /// Note that the r-value is expected to be an r-value *of the atomic