Searched defs:AtomicRMWInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h551 // AtomicRMWInst Class
554 /// AtomicRMWInst - an instruction that atomically reads a memory location,
558 class AtomicRMWInst : public Instruction { class in namespace:llvm
561 virtual AtomicRMWInst *clone_impl() const;
600 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
603 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
690 struct OperandTraits<AtomicRMWInst>
691 : public FixedNumOperandTraits<AtomicRMWInst,2> {
694 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(AtomicRMWInst, Value)
/external/llvm/lib/IR/
H A DInstructions.cpp1263 // AtomicRMWInst Implementation
1266 void AtomicRMWInst::Init(BinOp Operation, Value *Ptr, Value *Val,
1286 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, function in class:AtomicRMWInst
1291 OperandTraits<AtomicRMWInst>::op_begin(this),
1292 OperandTraits<AtomicRMWInst>::operands(this),
1297 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, function in class:AtomicRMWInst
1302 OperandTraits<AtomicRMWInst>::op_begin(this),
1303 OperandTraits<AtomicRMWInst>
[all...]

Completed in 323 milliseconds