Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/IR/
DInstruction.cpp267 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() && in haveSameSpecialState()
273 return SI->isVolatile() == cast<StoreInst>(I2)->isVolatile() && in haveSameSpecialState()
296 return CXI->isVolatile() == cast<AtomicCmpXchgInst>(I2)->isVolatile() && in haveSameSpecialState()
305 RMWI->isVolatile() == cast<AtomicRMWInst>(I2)->isVolatile() && in haveSameSpecialState()
DIRBuilder.cpp67 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument
70 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemSet()
92 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateMemCpy() argument
97 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemCpy()
123 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemMove() argument
128 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemMove()
DInstructions.cpp940 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
942 : LoadInst(Ptr, Name, isVolatile, /*Align=*/0, InsertBef) {} in LoadInst()
944 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
946 : LoadInst(Ptr, Name, isVolatile, /*Align=*/0, InsertAE) {} in LoadInst()
948 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
950 : LoadInst(Ptr, Name, isVolatile, Align, NotAtomic, CrossThread, in LoadInst()
953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
955 : LoadInst(Ptr, Name, isVolatile, Align, NotAtomic, CrossThread, InsertAE) { in LoadInst()
958 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
962 setVolatile(isVolatile); in LoadInst()
[all …]
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp75 if (LI->isVolatile()) in analyzeGlobalAux()
84 if (SI->isVolatile()) in analyzeGlobalAux()
142 if (MTI->isVolatile()) in analyzeGlobalAux()
150 if (MSI->isVolatile()) in analyzeGlobalAux()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h39 bool isVolatile,
46 bool isVolatile, bool AlwaysInline,
DX86SelectionDAGInfo.cpp57 bool isVolatile, in EmitTargetCodeForMemset() argument
196 Align, isVolatile, false, in EmitTargetCodeForMemset()
206 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
286 Align, isVolatile, AlwaysInline, false, in EmitTargetCodeForMemcpy()
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h59 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() argument
76 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() argument
92 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h47 bool isVolatile, bool AlwaysInline,
56 bool isVolatile,
DARMSelectionDAGInfo.cpp32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
71 SrcPtrInfo.getWithOffset(SrcOff), isVolatile, in EmitTargetCodeForMemcpy()
85 isVolatile, false, 0); in EmitTargetCodeForMemcpy()
152 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
/external/jdiff/src/jdiff/
DFieldAPI.java47 boolean isTransient, boolean isVolatile, in FieldAPI() argument
52 isVolatile_ = isVolatile; in FieldAPI()
/external/jetty/src/java/org/eclipse/jetty/io/
DByteArrayBuffer.java39 protected ByteArrayBuffer(int size, int access, boolean isVolatile) in ByteArrayBuffer() argument
41 this(new byte[size],0,0,access, isVolatile); in ByteArrayBuffer()
63 public ByteArrayBuffer(byte[] bytes, int index, int length, int access, boolean isVolatile) in ByteArrayBuffer() argument
65 super(READWRITE, isVolatile); in ByteArrayBuffer()
DAbstractBuffer.java63 public AbstractBuffer(int access, boolean isVolatile) in AbstractBuffer() argument
65 if (access == IMMUTABLE && isVolatile) in AbstractBuffer()
69 _volatile = isVolatile; in AbstractBuffer()
100 if (!isVolatile()) return this; in asNonVolatileBuffer()
336 public boolean isVolatile() in isVolatile() method in AbstractBuffer
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp259 bool isVolatile = LD->isVolatile(); in ExpandRes_NormalLoad() local
267 isVolatile, isNonTemporal, isInvariant, Alignment, in ExpandRes_NormalLoad()
276 isVolatile, isNonTemporal, isInvariant, in ExpandRes_NormalLoad()
474 bool isVolatile = St->isVolatile(); in ExpandOp_NormalStore() local
488 isVolatile, isNonTemporal, Alignment, AAInfo); in ExpandOp_NormalStore()
494 isVolatile, isNonTemporal, in ExpandOp_NormalStore()
/external/guava/guava/src/com/google/common/reflect/
DElement.java144 final boolean isVolatile() { in isVolatile() method in Element
145 return Modifier.isVolatile(getModifiers()); in isVolatile()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp300 bool isVolatile = FirstLI->isVolatile(); in FoldPHIArgLoadIntoPHI() local
313 if (isVolatile && in FoldPHIArgLoadIntoPHI()
325 if (LI->isVolatile() != isVolatile || in FoldPHIArgLoadIntoPHI()
341 if (isVolatile && in FoldPHIArgLoadIntoPHI()
377 if (isVolatile) in FoldPHIArgLoadIntoPHI()
381 LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile, LoadAlignment); in FoldPHIArgLoadIntoPHI()
/external/clang/lib/Basic/
DFileManager.cpp404 FileManager::getBufferForFile(const FileEntry *Entry, bool isVolatile, in getBufferForFile() argument
409 if (isVolatile) in getBufferForFile()
417 /*RequiresNullTerminator=*/true, isVolatile); in getBufferForFile()
429 /*RequiresNullTerminator=*/true, isVolatile); in getBufferForFile()
434 /*RequiresNullTerminator=*/true, isVolatile); in getBufferForFile()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h174 bool isVolatile() const { return Flags & MOVolatile; } in isVolatile() function
185 bool isUnordered() const { return !isVolatile(); } in isUnordered()
/external/llvm/include/llvm/IR/
DInstructions.h175 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
177 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
179 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
181 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
183 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align,
187 NameStr, isVolatile, Align, Order, SynchScope, InsertBefore) {}
188 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
192 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
200 bool isVolatile = false,
202 LoadInst(Value *Ptr, const char *NameStr, bool isVolatile,
[all …]
DIRBuilder.h370 bool isVolatile = false, MDNode *TBAATag = nullptr,
373 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
378 bool isVolatile = false, MDNode *TBAATag = nullptr,
388 bool isVolatile = false, MDNode *TBAATag = nullptr,
392 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
397 bool isVolatile = false, MDNode *TBAATag = nullptr,
409 bool isVolatile = false, MDNode *TBAATag = nullptr,
412 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile,
417 bool isVolatile = false, MDNode *TBAATag = nullptr,
969 LoadInst *CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = "") {
[all …]
/external/doclava/src/com/google/doclava/
DFieldInfo.java33 boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, in FieldInfo() argument
40 mIsVolatile = isVolatile; in FieldInfo()
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(), in cloneForClass()
402 public boolean isVolatile() { in isVolatile() method in FieldInfo
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp756 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile()); in visitLoadInst()
787 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile()); in visitStoreInst()
840 if (!II.isVolatile()) in visitMemTransferInst()
858 if (!II.isVolatile() && PrevP.beginOffset() == RawOffset) { in visitMemTransferInst()
1962 if (MI->isVolatile()) in isVectorPromotionViableForSlice()
1974 if (LI->isVolatile()) in isVectorPromotionViableForSlice()
1984 if (SI->isVolatile()) in isVectorPromotionViableForSlice()
2134 if (LI->isVolatile()) in isIntegerWideningViableForSlice()
2152 if (SI->isVolatile()) in isIntegerWideningViableForSlice()
2169 if (MI->isVolatile() || !isa<Constant>(MI->getLength())) in isIntegerWideningViableForSlice()
[all …]
DMemCpyOptimizer.cpp415 if (MSI->isVolatile() || ByteVal != MSI->getValue() || in INITIALIZE_PASS_DEPENDENCY()
566 if (isa<ConstantInt>(MSI->getLength()) && !MSI->isVolatile()) in processMemSet()
773 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence()
830 Align, M->isVolatile()); in processMemCpyMemCpyDependence()
833 Align, M->isVolatile()); in processMemCpyMemCpyDependence()
850 if (M->isVolatile()) return false; in processMemCpy()
973 if (!MDep || MDep->isVolatile() || in processByValArgument()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.h28 unsigned Align, bool isVolatile,
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h30 bool isVolatile, bool AlwaysInline,
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.h32 SDValue Op3, unsigned Align, bool isVolatile,

1234567