Home
last modified time | relevance | path

Searched refs:IsImmutable (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h185 bool IsImmutable, bool IsSpillSlot, const AllocaInst *Alloca,
188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset()
648 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool IsImmutable,
654 bool IsImmutable = false);
680 void setIsImmutableObjectIndex(int ObjectIdx, bool IsImmutable) { in setIsImmutableObjectIndex() argument
683 Objects[ObjectIdx+NumFixedObjects].isImmutable = IsImmutable; in setIsImmutableObjectIndex()
DMIRYamlMapping.h283 bool IsImmutable = false;
295 IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased &&
333 YamlIO.mapOptional("isImmutable", Object.IsImmutable, false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp83 bool IsImmutable, bool IsAliased) { in CreateFixedObject() argument
95 StackObject(Size, Alignment, SPOffset, IsImmutable, in CreateFixedObject()
103 bool IsImmutable) { in CreateFixedSpillStackObject() argument
108 StackObject(Size, Alignment, SPOffset, IsImmutable, in CreateFixedSpillStackObject()
DMIRPrinter.cpp377 YamlObject.IsImmutable = MFI.isImmutableObjectIndex(I); in convertStackObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMDBuilder.h206 bool IsImmutable = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp266 bool IsImmutable) { in createTBAAAccessTag() argument
270 if (IsImmutable) { in createTBAAAccessTag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp678 Object.IsImmutable, Object.IsAliased); in initializeFrameInfo()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch31438 if (texture->IsImmutable()) {