Searched refs:isVol (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.td | 2961 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2963 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2967 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2969 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2973 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2975 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2979 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2981 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2985 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, 2987 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7805 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() argument 7835 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() 7840 /*IsZeroMemset*/ true, isVol) in getMemcpyLoadsAndStores() 7842 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores() 7878 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemcpyLoadsAndStores() 8008 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() argument 8068 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemmoveLoadsAndStores() 8132 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() argument 8156 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol), in getMemsetStores() 8236 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone, in getMemsetStores() [all …]
|
H A D | SelectionDAGBuilder.cpp | 6464 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 6467 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 6468 SDValue MC = DAG.getMemcpy(Root, sdl, Op1, Op2, Op3, Alignment, isVol, in visitIntrinsicCall() 6486 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 6489 SDValue MC = DAG.getMemcpy(getRoot(), sdl, Dst, Src, Size, Alignment, isVol, in visitIntrinsicCall() 6504 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local 6505 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 6507 Root, sdl, Op1, Op2, Op3, Alignment, isVol, /* AlwaysInline */ false, in visitIntrinsicCall() 6520 bool isVol = MSII.isVolatile(); in visitIntrinsicCall() local 6521 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1190 SDValue Size, Align Alignment, bool isVol, bool AlwaysInline, 1199 SDValue Size, Align Alignment, bool isVol, 1207 SDValue Size, Align Alignment, bool isVol,
|