Home
last modified time | relevance | path

Searched refs:isVolatile (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h42 SDValue Size, unsigned Align, bool isVolatile,
50 unsigned Align, bool isVolatile,
57 SDValue Op3, unsigned Align, bool isVolatile,
DARMSelectionDAGInfo.cpp129 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
243 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() argument
251 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp279 if (MI->isVolatile()) in PointerMayBeCaptured()
302 if (cast<LoadInst>(I)->isVolatile()) in PointerMayBeCaptured()
312 if (V == I->getOperand(0) || cast<StoreInst>(I)->isVolatile()) in PointerMayBeCaptured()
323 if (ARMWI->getValOperand() == V || ARMWI->isVolatile()) in PointerMayBeCaptured()
336 ACXI->isVolatile()) in PointerMayBeCaptured()
DValueLatticeUtils.cpp33 if (Store->getValueOperand() == GV || Store->isVolatile()) in canTrackGlobalVariableInterprocedurally()
36 if (Load->isVolatile()) in canTrackGlobalVariableInterprocedurally()
DInstructionPrecedenceTracking.cpp143 assert(cast<LoadInst>(Insn)->isVolatile() && in isSpecialInstruction()
148 assert(cast<StoreInst>(Insn)->isVolatile() && in isSpecialInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp91 if (LI->isVolatile()) in analyzeGlobalAux()
100 if (SI->isVolatile()) in analyzeGlobalAux()
156 if (MTI->isVolatile()) in analyzeGlobalAux()
164 if (MSI->isVolatile()) in analyzeGlobalAux()
DLowerMemIntrinsics.cpp417 /* SrcIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop()
418 /* DstIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop()
427 /* SrcIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop()
428 /* DstIsVolatile */ Memcpy->isVolatile(), in expandMemCpyAsLoop()
440 /* SrcIsVolatile */ Memmove->isVolatile(), in expandMemMoveAsLoop()
441 /* DstIsVolatile */ Memmove->isVolatile()); in expandMemMoveAsLoop()
450 Memset->isVolatile()); in expandMemSetAsLoop()
DFunctionComparator.cpp543 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations()
559 cmpNumbers(SI->isVolatile(), cast<StoreInst>(R)->isVolatile())) in cmpOperations()
616 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations()
617 cast<AtomicCmpXchgInst>(R)->isVolatile())) in cmpOperations()
637 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations()
638 cast<AtomicRMWInst>(R)->isVolatile())) in cmpOperations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp48 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
177 Align, isVolatile, false, in EmitTargetCodeForMemset()
239 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument
286 DAG.getConstant(BytesLeft, dl, SizeVT), Align, isVolatile, in emitConstantSizeRepmov()
294 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
314 Size.getValueType(), Align, isVolatile, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h36 SDValue Size, unsigned Align, bool isVolatile,
41 SDValue Size, unsigned Align, bool isVolatile,
/third_party/skia/include/core/
DSkPath.h68 SkPathFillType, bool isVolatile = false);
83 bool isVolatile = false);
87 bool isVolatile = false) {
88 return Polygon(list.begin(), SkToInt(list.size()), isClosed, fillType, isVolatile);
321 bool isVolatile() const { in isVolatile() function
341 SkPath& setIsVolatile(bool isVolatile) { in setIsVolatile() argument
342 fIsVolatile = isVolatile; in setIsVolatile()
1772 SkPath(sk_sp<SkPathRef>, SkPathFillType, bool isVolatile, SkPathConvexity,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h54 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() argument
69 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() argument
83 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.h27 SDValue Op3, unsigned Align, bool isVolatile,
33 SDValue Op3, unsigned Align, bool isVolatile,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp390 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() && in haveSameSpecialState()
396 return SI->isVolatile() == cast<StoreInst>(I2)->isVolatile() && in haveSameSpecialState()
424 return CXI->isVolatile() == cast<AtomicCmpXchgInst>(I2)->isVolatile() && in haveSameSpecialState()
434 RMWI->isVolatile() == cast<AtomicRMWInst>(I2)->isVolatile() && in haveSameSpecialState()
DIRBuilder.cpp100 MaybeAlign Align, bool isVolatile, in CreateMemSet() argument
104 Value *Ops[] = {Ptr, Val, Size, getInt1(isVolatile)}; in CreateMemSet()
157 bool isVolatile, MDNode *TBAATag, in CreateMemCpy() argument
161 Size, isVolatile, TBAATag, TBAAStructTag, ScopeTag, in CreateMemCpy()
167 Value *Size, bool isVolatile, in CreateMemCpy() argument
173 Value *Ops[] = {Dst, Src, Size, getInt1(isVolatile)}; in CreateMemCpy()
246 Value *Size, bool isVolatile, in CreateMemMove() argument
252 Value *Ops[] = {Dst, Src, Size, getInt1(isVolatile)}; in CreateMemMove()
DInstructions.cpp1298 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1300 : LoadInst(Ty, Ptr, Name, isVolatile, /*Align=*/None, InsertBef) {} in LoadInst()
1302 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1304 : LoadInst(Ty, Ptr, Name, isVolatile, /*Align=*/None, InsertAE) {} in LoadInst()
1306 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1308 : LoadInst(Ty, Ptr, Name, isVolatile, Align, AtomicOrdering::NotAtomic, in LoadInst()
1311 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1313 : LoadInst(Ty, Ptr, Name, isVolatile, Align, AtomicOrdering::NotAtomic, in LoadInst()
1316 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1321 setVolatile(isVolatile); in LoadInst()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h453 MaybeAlign Align, bool isVolatile = false,
456 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
461 bool isVolatile = false, MDNode *TBAATag = nullptr,
525 bool isVolatile = false, MDNode *TBAATag = nullptr,
531 getInt64(Size), isVolatile, TBAATag, TBAAStructTag,
537 bool isVolatile = false, MDNode *TBAATag = nullptr,
542 isVolatile, TBAATag, TBAAStructTag, ScopeTag,
551 bool isVolatile = false, MDNode *TBAATag = nullptr,
558 bool isVolatile = false, MDNode *TBAATag = nullptr,
598 uint64_t Size, bool isVolatile = false, MDNode *TBAATag = nullptr,
[all …]
DInstructions.h182 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
184 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
186 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
188 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
190 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
194 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
206 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
209 isVolatile, InsertBefore) {}
210 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, in LoadInst() argument
213 isVolatile, InsertAtEnd) {} in LoadInst()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp92 !LI->isVolatile()) { in runOnFunction()
98 !SI->isVolatile()) { in runOnFunction()
DNVPTXLowerAggrCopies.cpp118 /* SrcIsVolatile */ LI->isVolatile(), in runOnFunction()
119 /* DstIsVolatile */ SI->isVolatile(), TTI); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp787 if (LI.isVolatile() && in visitLoadInst()
792 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile()); in visitLoadInst()
802 if (SI.isVolatile() && in visitStoreInst()
826 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile()); in visitStoreInst()
842 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace()) in visitMemSetInst()
866 if (II.isVolatile() && in visitMemTransferInst()
891 if (!II.isVolatile()) in visitMemTransferInst()
909 if (!II.isVolatile() && PrevP.beginOffset() == RawOffset) { in visitMemTransferInst()
1836 if (MI->isVolatile()) in isVectorPromotionViableForSlice()
1847 if (LI->isVolatile()) in isVectorPromotionViableForSlice()
[all …]
DEarlyCSE.cpp678 bool isVolatile() const { in isVolatile() function in __anonc5fb90620311::EarlyCSE::ParseMemoryInst
683 return LI->isVolatile(); in isVolatile()
685 return SI->isVolatile(); in isVolatile()
1091 if (MemInst.isVolatile() || !MemInst.isUnordered()) { in processNode()
1118 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode()
1212 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode()
1257 !LastStoreMemInst.isVolatile() && in processNode()
1292 if (MemInst.isUnordered() && !MemInst.isVolatile()) in processNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp545 if (LI->isVolatile()) in collectUsesWithPtrTypes()
552 if (SI->isVolatile()) in collectUsesWithPtrTypes()
559 if (RMW->isVolatile()) in collectUsesWithPtrTypes()
562 if (CAS->isVolatile()) in collectUsesWithPtrTypes()
889 MemCpy->getLength(), MemCpy->isVolatile()); in handleAlloca()
897 MemMove->getLength(), MemMove->isVolatile()); in handleAlloca()
905 MaybeAlign(MemSet->getDestAlignment()), MemSet->isVolatile()); in handleAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp556 bool isVolatile = FirstLI->isVolatile(); in FoldPHIArgLoadIntoPHI() local
569 if (isVolatile && in FoldPHIArgLoadIntoPHI()
581 if (LI->isVolatile() != isVolatile || in FoldPHIArgLoadIntoPHI()
597 if (isVolatile && in FoldPHIArgLoadIntoPHI()
611 new LoadInst(FirstLI->getType(), NewPN, "", isVolatile, LoadAlignment); in FoldPHIArgLoadIntoPHI()
651 if (isVolatile) in FoldPHIArgLoadIntoPHI()
/third_party/skia/docs/examples/
DPath_isVolatile.cpp8 SkDebugf("volatile by default is %s\n", path.isVolatile() ? "true" : "false"); in draw()

123456