Home
last modified time | relevance | path

Searched defs:DstIsVolatile (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp27 bool DstIsVolatile, bool CanOverlap, const TargetTransformInfo &TTI, in createMemCpyLoopKnownSize() argument
181 createMemCpyLoopUnknownSize(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,bool CanOverlap,const TargetTransformInfo & TTI,std::optional<uint32_t> AtomicElementSize) createMemCpyLoopUnknownSize() argument
372 createMemMoveLoop(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,const TargetTransformInfo & TTI) createMemMoveLoop() argument
548 bool DstIsVolatile = SrcIsVolatile; expandMemMoveAsLoop() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1365 CreateCoercedStore(llvm::Value * Src,Address Dst,bool DstIsVolatile,CodeGenFunction & CGF) CreateCoercedStore() argument