Home
last modified time | relevance | path

Searched defs:AtomicRMWInst (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DAtomicExpandUtils.h15 class AtomicRMWInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAtomicExpandUtils.h18 class AtomicRMWInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h47 class AtomicRMWInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1508 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, in AtomicRMWInst() function in AtomicRMWInst
1519 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, in AtomicRMWInst() function in AtomicRMWInst
/external/llvm/lib/IR/
DInstructions.cpp1593 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, in AtomicRMWInst() function in AtomicRMWInst
1604 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, in AtomicRMWInst() function in AtomicRMWInst
/external/llvm/include/llvm/Target/
DTargetLowering.h1251 virtual AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const { in shouldExpandAtomicRMWInIR() argument