| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Instructions.h | 210 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
|
| D | IntrinsicInst.h | 573 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/ |
| D | ARMSelectionDAGInfo.cpp | 129 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/ |
| D | SelectionDAGTargetInfo.h | 54 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() 69 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 83 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
| D | MachineMemOperand.h | 260 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/ |
| D | X86SelectionDAGInfo.cpp | 48 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/ |
| D | BPFSelectionDAGInfo.cpp | 22 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/ |
| D | XCoreSelectionDAGInfo.cpp | 20 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/ |
| D | HexagonSelectionDAGInfo.cpp | 21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
|
| /third_party/skia/include/core/ |
| D | SkPath.h | 321 bool isVolatile() const { in isVolatile() function 341 SkPath& setIsVolatile(bool isVolatile) { in setIsVolatile()
|
| D | SkPathBuilder.h | 34 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/ |
| D | AArch64SelectionDAGInfo.cpp | 20 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IRBuilder.cpp | 100 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()
|
| D | Instructions.cpp | 1298 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/ |
| D | NVPTXISelDAGToDAG.cpp | 874 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/ |
| D | InstCombinePHI.cpp | 556 bool isVolatile = FirstLI->isVolatile(); in FoldPHIArgLoadIntoPHI() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | EarlyCSE.cpp | 678 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/ |
| D | MemoryDependenceAnalysis.cpp | 318 static bool isVolatile(Instruction *Inst) { in isVolatile() function
|
| /third_party/skia/src/core/ |
| D | SkPath.cpp | 152 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/ |
| D | SpvBuilder.h | 711 bool isVolatile() const { return volatil; } in isVolatile() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 6964 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/ |
| D | interface.js | 1228 indices, isVolatile) { argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeRecord.h | 333 bool isVolatile() const { in isVolatile() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 891 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/ |
| D | Types.h | 619 bool isVolatile() const { return volatil; } in isVolatile() function
|