Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp27 bool DstIsVolatile, bool CanOverlap, const TargetTransformInfo &TTI, in createMemCpyLoopKnownSize()
181 Align SrcAlign, Align DstAlign, bool SrcIsVolatile, bool DstIsVolatile, in createMemCpyLoopUnknownSize()
375 bool DstIsVolatile, in createMemMoveLoop()
551 bool DstIsVolatile = SrcIsVolatile; in expandMemMoveAsLoop() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1340 bool DstIsVolatile) { in CreateCoercedStore()