Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp26 bool DstIsVolatile, bool CanOverlap, const TargetTransformInfo &TTI, in createMemCpyLoopKnownSize()
160 Align SrcAlign, Align DstAlign, bool SrcIsVolatile, bool DstIsVolatile, in createMemCpyLoopUnknownSize()
349 bool DstIsVolatile, in createMemMoveLoop()
524 bool DstIsVolatile = SrcIsVolatile; in expandMemMoveAsLoop() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1362 bool DstIsVolatile, in CreateCoercedStore()