Searched refs:isVol (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2401 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, 2407 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, 2427 (ins regclass:$src, LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, 2429 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2433 (ins regclass:$src, LdStCode:$isVol, LdStCode:$addsp, 2435 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2441 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2447 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2453 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2459 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6749 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() argument 6779 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() 6784 /*IsZeroMemset*/ true, isVol) in getMemcpyLoadsAndStores() 6821 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemcpyLoadsAndStores() 6951 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() argument 7182 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo, AA); in getMemcpy() 7203 isVol, true, DstPtrInfo, SrcPtrInfo, AAInfo, AA); in getMemcpy() 7282 bool isVol, bool isTailCall, in getMemmove() argument 7296 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo); in getMemmove() 7397 isVol, false, DstPtrInfo, AAInfo); in getMemset() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 5868 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5872 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 5874 Root, sdl, Op1, Op2, Op3, Alignment, isVol, in visitIntrinsicCall() 5890 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5908 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local 5910 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 5925 bool isVol = MSII.isVolatile(); in visitIntrinsicCall() local 5927 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 5944 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local 8040 bool isVol = false; in visitMemPCpyCall() local [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1042 SDValue Size, Align Alignment, bool isVol, 1050 SDValue Size, Align Alignment, bool isVol, bool isTailCall, 1057 SDValue Size, Align Alignment, bool isVol,
|