Searched refs:isVol (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2291 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2293 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2297 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2299 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2303 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2305 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2309 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign, 2311 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " 2315 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, 2317 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth " [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6328 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() argument 6357 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores() 6362 /*IsZeroMemset*/ true, isVol) in getMemcpyLoadsAndStores() 6364 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores() 6390 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemcpyLoadsAndStores() 6518 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() argument 6564 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemmoveLoadsAndStores() 6627 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() argument 6649 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol), in getMemsetStores() 6700 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone); in getMemsetStores() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 5833 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5837 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 5838 SDValue MC = DAG.getMemcpy(Root, sdl, Op1, Op2, Op3, Alignment, isVol, in visitIntrinsicCall() 5855 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5859 SDValue MC = DAG.getMemcpy(getRoot(), sdl, Dst, Src, Size, Alignment, isVol, in visitIntrinsicCall() 5873 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local 5875 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() 5876 SDValue MS = DAG.getMemset(Root, sdl, Op1, Op2, Op3, Alignment, isVol, isTC, in visitIntrinsicCall() 5890 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local 5894 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1018 SDValue Size, Align Alignment, bool isVol, 1024 SDValue Size, Align Alignment, bool isVol, bool isTailCall, 1029 SDValue Size, Align Alignment, bool isVol, bool isTailCall,
|