Home
last modified time | relevance | path

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

12345678

/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h45 bool isVolatile, bool AlwaysInline,
52 SDValue Size, unsigned Align, bool isVolatile,
61 bool isVolatile,
DARMSelectionDAGInfo.cpp136 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
255 bool isVolatile, in EmitTargetCodeForMemmove() argument
267 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
/external/llvm/lib/IR/
DInstruction.cpp283 return LI->isVolatile() == cast<LoadInst>(I2)->isVolatile() && in haveSameSpecialState()
289 return SI->isVolatile() == cast<StoreInst>(I2)->isVolatile() && in haveSameSpecialState()
313 return CXI->isVolatile() == cast<AtomicCmpXchgInst>(I2)->isVolatile() && in haveSameSpecialState()
322 RMWI->isVolatile() == cast<AtomicRMWInst>(I2)->isVolatile() && in haveSameSpecialState()
DIRBuilder.cpp83 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemSet() argument
86 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemSet()
108 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateMemCpy() argument
113 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemCpy()
139 bool isVolatile, MDNode *TBAATag, MDNode *ScopeTag, in CreateMemMove() argument
144 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemMove()
DInstructions.cpp1203 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1205 : LoadInst(Ty, Ptr, Name, isVolatile, /*Align=*/0, InsertBef) {} in LoadInst()
1207 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1209 : LoadInst(Ptr, Name, isVolatile, /*Align=*/0, InsertAE) {} in LoadInst()
1211 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1213 : LoadInst(Ty, Ptr, Name, isVolatile, Align, NotAtomic, CrossThread, in LoadInst()
1216 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1218 : LoadInst(Ptr, Name, isVolatile, Align, NotAtomic, CrossThread, InsertAE) { in LoadInst()
1221 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() argument
1226 setVolatile(isVolatile); in LoadInst()
[all …]
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp79 if (LI->isVolatile()) in analyzeGlobalAux()
88 if (SI->isVolatile()) in analyzeGlobalAux()
146 if (MTI->isVolatile()) in analyzeGlobalAux()
154 if (MSI->isVolatile()) in analyzeGlobalAux()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp295 /* SrcIsVolatile */ LI->isVolatile(), in runOnFunction()
296 /* DstIsVolatile */ SI->isVolatile(), in runOnFunction()
311 /* SrcIsVolatile */ Memcpy->isVolatile(), in runOnFunction()
312 /* DstIsVolatile */ Memcpy->isVolatile(), in runOnFunction()
320 /* SrcIsVolatile */ Memmove->isVolatile(), in runOnFunction()
321 /* DstIsVolatile */ Memmove->isVolatile(), in runOnFunction()
DNVPTXLowerAlloca.cpp88 if (LI && LI->getPointerOperand() == allocaInst && !LI->isVolatile()) { in runOnBasicBlock()
93 if (SI && SI->getPointerOperand() == allocaInst && !SI->isVolatile()) { in runOnBasicBlock()
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h52 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() argument
69 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() argument
85 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
/external/skia/tests/
DGpuDrawPathTest.cpp106 bool isVolatile; variable
109 GrPath::ComputeKey(path1, stroke, &key1, &isVolatile);
110 GrPath::ComputeKey(path2, stroke, &key2, &isVolatile);
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h38 bool isVolatile,
45 bool isVolatile, bool AlwaysInline,
DX86SelectionDAGInfo.cpp49 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset() argument
189 Align, isVolatile, false, in EmitTargetCodeForMemset()
199 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
278 Align, isVolatile, AlwaysInline, false, in EmitTargetCodeForMemcpy()
/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp51 bool isVolatile; in get_gr_path() local
52 GrPath::ComputeKey(skPath, stroke, &key, &isVolatile); in get_gr_path()
57 if (!isVolatile) { in get_gr_path()
/external/skia/src/core/
DSkBitmapProvider.cpp55 bool SkBitmapProvider::isVolatile() const { in isVolatile() function in SkBitmapProvider
59 return fBitmap.isVolatile(); in isVolatile()
/external/jdiff/src/jdiff/
DFieldAPI.java47 boolean isTransient, boolean isVolatile, in FieldAPI() argument
52 isVolatile_ = isVolatile; in FieldAPI()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp435 bool isVolatile() const { in isVolatile() function in __anoncdf6c96d0311::EarlyCSE::ParseMemoryInst
441 return LI->isVolatile(); in isVolatile()
443 return SI->isVolatile(); in isVolatile()
603 if (MemInst.isVolatile() || !MemInst.isUnordered()) { in processNode()
614 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode()
693 !MemInst.isVolatile() && MemInst.isUnordered()) { in processNode()
725 !LastStoreMemInst.isVolatile() && in processNode()
755 if (MemInst.isUnordered() && !MemInst.isVolatile()) in processNode()
DSROA.cpp752 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile()); in visitLoadInst()
783 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile()); in visitStoreInst()
836 if (!II.isVolatile()) in visitMemTransferInst()
854 if (!II.isVolatile() && PrevP.beginOffset() == RawOffset) { in visitMemTransferInst()
1753 if (MI->isVolatile()) in isVectorPromotionViableForSlice()
1765 if (LI->isVolatile()) in isVectorPromotionViableForSlice()
1775 if (SI->isVolatile()) in isVectorPromotionViableForSlice()
1924 if (LI->isVolatile()) in isIntegerWideningViableForSlice()
1945 if (SI->isVolatile()) in isIntegerWideningViableForSlice()
1965 if (MI->isVolatile() || !isa<Constant>(MI->getLength())) in isIntegerWideningViableForSlice()
[all …]
/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.cpp266 bool isVolatile = LD->isVolatile(); in ExpandRes_NormalLoad() local
274 isVolatile, isNonTemporal, isInvariant, Alignment, in ExpandRes_NormalLoad()
283 isVolatile, isNonTemporal, isInvariant, in ExpandRes_NormalLoad()
481 bool isVolatile = St->isVolatile(); in ExpandOp_NormalStore() local
495 isVolatile, isNonTemporal, Alignment, AAInfo); in ExpandOp_NormalStore()
501 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/clang/lib/Basic/
DFileManager.cpp413 FileManager::getBufferForFile(const FileEntry *Entry, bool isVolatile, in getBufferForFile() argument
418 if (isVolatile) in getBufferForFile()
426 /*RequiresNullTerminator=*/true, isVolatile); in getBufferForFile()
438 /*RequiresNullTerminator=*/true, isVolatile); in getBufferForFile()
443 /*RequiresNullTerminator=*/true, isVolatile); in getBufferForFile()
/external/clang/lib/CodeGen/
DCGValue.h106 static RValue getAggregate(Address addr, bool isVolatile = false) {
113 ER.V2.setInt(isVolatile);
295 bool isVolatile() const { in isVolatile() function
542 bool isVolatile() const { in isVolatile() function
582 return RValue::getAggregate(getAddress(), isVolatile()); in asRValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp299 bool isVolatile = FirstLI->isVolatile(); in FoldPHIArgLoadIntoPHI() local
312 if (isVolatile && in FoldPHIArgLoadIntoPHI()
324 if (LI->isVolatile() != isVolatile || in FoldPHIArgLoadIntoPHI()
340 if (isVolatile && in FoldPHIArgLoadIntoPHI()
353 LoadInst *NewLI = new LoadInst(NewPN, "", isVolatile, LoadAlignment); in FoldPHIArgLoadIntoPHI()
392 if (isVolatile) in FoldPHIArgLoadIntoPHI()
/external/llvm/include/llvm/IR/
DInstructions.h189 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile = false,
191 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
194 NameStr, isVolatile, InsertBefore) {}
195 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
197 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align,
200 NameStr, isVolatile, Align, InsertBefore) {}
201 LoadInst(Type *Ty, Value *Ptr, const Twine &NameStr, bool isVolatile,
203 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
205 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align,
209 NameStr, isVolatile, Align, Order, SynchScope, InsertBefore) {}
[all …]

12345678