Searched defs:setVolatile (Results 1 - 10 of 10) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVValue.cpp67 SPIRVValue::setVolatile(bool IsVolatile) { function in class:SPIRV::SPIRVValue
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h192 void setVolatile(Constant* V) { function in class:llvm::MemIntrinsic
H A DInstructions.h222 /// setVolatile - Specify whether this is a volatile load or not.
224 void setVolatile(bool V) { function in class:llvm::LoadInst
342 /// setVolatile - Specify whether this is a volatile store or not.
344 void setVolatile(bool V) { function in class:llvm::StoreInst
543 /// setVolatile - Specify whether this is a volatile cmpxchg.
545 void setVolatile(bool V) { function in class:llvm::AtomicCmpXchgInst
740 /// setVolatile - Specify whether this is a volatile RMW or not.
742 void setVolatile(bool V) { function in class:llvm::AtomicRMWInst
/external/swiftshader/third_party/LLVM/include/llvm/
H A DIntrinsicInst.h169 void setVolatile(Constant* V) { function in class:llvm::MemIntrinsic
H A DInstructions.h172 /// setVolatile - Specify whether this is a volatile load or not.
174 void setVolatile(bool V) { function in class:llvm::LoadInst
289 /// setVolatile - Specify whether this is a volatile store or not.
291 void setVolatile(bool V) { function in class:llvm::StoreInst
475 /// setVolatile - Specify whether this is a volatile cmpxchg.
477 void setVolatile(bool V) { function in class:llvm::AtomicCmpXchgInst
622 /// setVolatile - Specify whether this is a volatile RMW or not.
624 void setVolatile(bool V) { function in class:llvm::AtomicRMWInst
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h276 void setVolatile() { Volatile = true; } function in class:llvm::AliasSet
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h265 void setVolatile() { Volatile = true; } function in class:llvm::AliasSet
/external/clang/lib/CodeGen/
H A DCGValue.h546 void setVolatile(bool flag) { function in class:clang::CodeGen::AggValueSlot
547 Quals.setVolatile(flag);
/external/clang/include/clang/AST/
H A DStmt.h1450 void setVolatile(bool V) { IsVolatile = V; } function in class:clang::AsmStmt
H A DType.h244 void setVolatile(bool flag) { function in class:clang::Qualifiers

Completed in 575 milliseconds