Home
last modified time | relevance | path

Searched defs:isVolatile (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/IR/
DIRBuilder.cpp65 bool isVolatile, MDNode *TBAATag) { in CreateMemSet()
83 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag) { in CreateMemCpy()
107 bool isVolatile, MDNode *TBAATag) { in CreateMemMove()
DInstructions.cpp954 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
965 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
976 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
987 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
998 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1011 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1044 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
1055 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
1117 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1131 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
[all …]
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
151 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h60 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy()
77 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
93 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp31 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp28 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp26 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp37 bool isVolatile, in EmitTargetCodeForMemset()
179 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/external/jdiff/src/jdiff/
DFieldAPI.java47 boolean isTransient, boolean isVolatile, in FieldAPI()
DXMLToAPI.java313 boolean isVolatile, String value, Modifiers modifiers) { in addField()
/external/llvm/include/llvm/IR/
DInstructions.h187 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile() function
304 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile() function
DIntrinsicInst.h139 bool isVolatile() const { in isVolatile() function
/external/doclava/src/com/google/doclava/
DFieldInfo.java33 boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, in FieldInfo()
402 public boolean isVolatile() { in isVolatile() method in FieldInfo
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h172 bool isVolatile() const { return Flags & MOVolatile; } in isVolatile() function
/external/javassist/src/main/javassist/
DModifier.java107 public static boolean isVolatile(int mod) { in isVolatile() method in Modifier
/external/clang/lib/CodeGen/
DCGCall.h167 bool isVolatile() const { return Value.getInt(); } in isVolatile() function
DCGValue.h239 bool isVolatile() const { in isVolatile() function
457 bool isVolatile() const { in isVolatile() function
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h162 bool isVolatile() const { return Volatile; } in isVolatile() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp256 bool isVolatile = LD->isVolatile(); in ExpandRes_NormalLoad() local
471 bool isVolatile = St->isVolatile(); in ExpandOp_NormalStore() local
/external/clang/lib/Basic/
DFileManager.cpp384 bool isVolatile, bool ShouldCloseOpenFile) { in getBufferForFile()
/external/chromium_org/third_party/skia/bench/
DBitmapBench.cpp86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false) in BitmapBench()
/external/skia/bench/
DBitmapBench.cpp86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false) in BitmapBench()
/external/skia/src/core/
DSkBitmap.cpp553 bool SkBitmap::isVolatile() const { in isVolatile() function in SkBitmap
557 void SkBitmap::setIsVolatile(bool isVolatile) { in setIsVolatile()
/external/chromium_org/third_party/skia/src/core/
DSkBitmap.cpp489 bool SkBitmap::isVolatile() const { in isVolatile() function in SkBitmap
493 void SkBitmap::setIsVolatile(bool isVolatile) { in setIsVolatile()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp411 bool isVolatile = LD->isVolatile(); in SelectLoad() local
1786 bool isVolatile = ST->isVolatile(); in SelectStore() local

12