Home
last modified time | relevance | path

Searched defs:setVolatile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h212 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
333 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
H A DIntrinsicInst.h1125 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
1187 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp396 void LoadInst::setVolatile(bool V) { in setVolatile() function in llvm::sandboxir::LoadInst
421 void StoreInst::setVolatile(bool V) { in setVolatile() function in llvm::sandboxir::StoreInst
1265 void AtomicRMWInst::setVolatile(bool V) { in setVolatile() function in llvm::sandboxir::AtomicRMWInst
1345 void AtomicCmpXchgInst::setVolatile(bool V) { in setVolatile() function in llvm::sandboxir::AtomicCmpXchgInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp315 void setVolatile(bool V) { Volatile = V; } in setVolatile() function in __anonac6bc9b30111::InstructionUseExpr