HomeSort by: relevance | last modified time | path
    Searched defs:AtomicRMWInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 707 // AtomicRMWInst Class
714 class AtomicRMWInst : public Instruction {
719 AtomicRMWInst *cloneImpl() const;
772 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, Align Alignment,
775 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, Align Alignment,
799 case AtomicRMWInst::FAdd:
800 case AtomicRMWInst::FSub:
896 struct OperandTraits<AtomicRMWInst>
897 : public FixedNumOperandTraits<AtomicRMWInst,2> {
900 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(AtomicRMWInst, Value
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 1588 // AtomicRMWInst Implementation
1591 void AtomicRMWInst::Init(BinOp Operation, Value *Ptr, Value *Val,
1612 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
1616 OperandTraits<AtomicRMWInst>::op_begin(this),
1617 OperandTraits<AtomicRMWInst>::operands(this), InsertBefore) {
1621 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
1625 OperandTraits<AtomicRMWInst>::op_begin(this),
1626 OperandTraits<AtomicRMWInst>::operands(this), InsertAtEnd)
    [all...]

Completed in 31 milliseconds