Searched refs:isVol (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8381 uint64_t Size, Align Alignment, bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() argument 8410 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() 8415 /*IsZeroMemset*/ true, isVol) in getMemcpyLoadsAndStores() 8417 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores() 8453 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemcpyLoadsAndStores() 8583 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() argument 8643 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemmoveLoadsAndStores() 8707 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() argument 8732 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol), in getMemsetStores() 8811 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone, in getMemsetStores() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 6577 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 6580 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 6581 SDValue MC = DAG.getMemcpy(Root, sdl, Dst, Src, Size, Alignment, isVol, in visitIntrinsicCall() 6599 bool isVol = MSII.isVolatile(); in visitIntrinsicCall() local 6600 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 6602 Root, sdl, Dst, Value, Size, DstAlign, isVol, MSII.isForceInlined(), in visitIntrinsicCall() 6616 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local 6619 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 6620 SDValue MM = DAG.getMemmove(Root, sdl, Op1, Op2, Op3, Alignment, isVol, &I, in visitIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1265 bool isVol, bool AlwaysInline, const CallInst *CI, 1277 bool isVol, const CallInst *CI, 1286 bool isVol, bool AlwaysInline, const CallInst *CI,
|