Searched defs:FenceInst (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h377 // FenceInst Class
380 /// FenceInst - an instruction for ordering other memory operations
382 class FenceInst : public Instruction { class in namespace:llvm
386 virtual FenceInst *clone_impl() const;
395 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
398 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
427 static inline bool classof(const FenceInst *) { return true; }
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1311 // FenceInst Implementation
1314 FenceInst::FenceInst(LLVMContext &C, AtomicOrdering Ordering, function in class:FenceInst
1322 FenceInst::FenceInst(LLVMContext &C, AtomicOrdering Ordering, function in class:FenceInst
3372 FenceInst *FenceInst::clone_impl() const {
3373 return new FenceInst(getContext(), getOrdering(), getSynchScope());
/external/llvm/include/llvm/IR/
H A DInstructions.h432 // FenceInst Class
435 /// FenceInst - an instruction for ordering other memory operations
437 class FenceInst : public Instruction { class in namespace:llvm
444 FenceInst *cloneImpl() const;
454 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
457 FenceInst(LLVMContext &C, AtomicOrdering Ordering,

Completed in 324 milliseconds