OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AtomicRMWInst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Instructions.h
551
//
AtomicRMWInst
Class
554
///
AtomicRMWInst
- an instruction that atomically reads a memory location,
558
class
AtomicRMWInst
: public Instruction {
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)
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
Completed in 177 milliseconds