Home | History | Annotate | Download | only in src

Lines Matching refs:Operation

1312     // operand instead of a Variable, so its fill-from-stack operation has to
2161 llvm::report_fatal_error("Scalarized operation was expected");
2191 llvm::report_fatal_error("Scalarized operation was expected");
2218 llvm::report_fatal_error("Scalarized operation was expected");
3981 // (original value of) the destination operand. An insertelement operation
4771 uint32_t Operation, Operand *Ptr,
4776 switch (Operation) {
4778 Func->setError("Unknown AtomicRMW operation");
4861 // Expand a more complex RMW operation as a cmpxchg loop:
6864 // The sext operation takes only integer arguments.
7191 /// We can eliminate the sext operation by copying the result of pcmpeqd,
7193 /// sext operation.
7730 // SSE has no left shift operation for vectors of 8 bit integers.