Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h210 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, in LoadInst()
218 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, in LoadInst()
227 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, in LoadInst()
233 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile() function
362 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile() function
DIntrinsicInst.h573 bool isVolatile() const { in isVolatile() function
649 bool isVolatile() const { in isVolatile() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp129 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
243 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
251 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h54 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy()
69 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
83 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
DMachineMemOperand.h260 bool isVolatile() const { return FlagVals & MOVolatile; } in isVolatile() function
/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()
239 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov()
294 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp20 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/third_party/skia/include/core/
DSkPath.h321 bool isVolatile() const { in isVolatile() function
341 SkPath& setIsVolatile(bool isVolatile) { in setIsVolatile()
DSkPathBuilder.h34 SkPathBuilder& setIsVolatile(bool isVolatile) { fIsVolatile = isVolatile; return *this; } in setIsVolatile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp20 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp100 MaybeAlign Align, bool isVolatile, in CreateMemSet()
157 bool isVolatile, MDNode *TBAATag, in CreateMemCpy()
167 Value *Size, bool isVolatile, in CreateMemCpy()
246 Value *Size, bool isVolatile, in CreateMemMove()
DInstructions.cpp1298 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1302 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1306 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1311 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1316 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1328 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1369 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1373 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1377 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst()
1382 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp874 bool isVolatile = LD->isVolatile() || Ordering == AtomicOrdering::Monotonic; in tryLoad() local
1737 bool isVolatile = ST->isVolatile() || Ordering == AtomicOrdering::Monotonic; in tryStore() local
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp678 bool isVolatile() const { in isVolatile() function in __anon751d5bd50311::EarlyCSE::ParseMemoryInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp318 static bool isVolatile(Instruction *Inst) { in isVolatile() function
/third_party/skia/src/core/
DSkPath.cpp152 SkPath::SkPath(sk_sp<SkPathRef> pr, SkPathFillType ft, bool isVolatile, SkPathConvexity ct, in SkPath()
3445 SkPathFillType ft, bool isVolatile) { in Make()
3492 SkPathFillType ft, bool isVolatile) { in Polygon()
/third_party/glslang/SPIRV/
DSpvBuilder.h711 bool isVolatile() const { return volatil; } in isVolatile() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6964 bool isVolatile = false; in ParseLoad() local
7013 bool isVolatile = false; in ParseStore() local
7051 bool isVolatile = false; in ParseCmpXchg() local
7103 bool isVolatile = false; in ParseAtomicRMW() local
/third_party/skia/modules/canvaskit/
Dinterface.js1228 indices, isVolatile) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h333 bool isVolatile() const { in isVolatile() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp891 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool at… in createLoad()
975 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int ali… in createStore()
/third_party/glslang/glslang/Include/
DTypes.h619 bool isVolatile() const { return volatil; } in isVolatile() function

12