Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h185 bool IsImmutable, bool IsSpillSlot, const AllocaInst *Alloca,
188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), in SPOffset()
640 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool IsImmutable,
646 bool IsImmutable = false);
672 void setIsImmutableObjectIndex(int ObjectIdx, bool IsImmutable) { in setIsImmutableObjectIndex() argument
675 Objects[ObjectIdx+NumFixedObjects].isImmutable = IsImmutable; in setIsImmutableObjectIndex()
H A DMIRYamlMapping.h282 bool IsImmutable = false;
294 IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased &&
322 YamlIO.mapOptional("isImmutable", Object.IsImmutable, false);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp83 bool IsImmutable, bool IsAliased) { in CreateFixedObject() argument
94 StackObject(Size, Alignment, SPOffset, IsImmutable, in CreateFixedObject()
102 bool IsImmutable) { in CreateFixedSpillStackObject() argument
106 StackObject(Size, Alignment, SPOffset, IsImmutable, in CreateFixedSpillStackObject()
H A DMIRPrinter.cpp368 YamlObject.IsImmutable = MFI.isImmutableObjectIndex(I); in convertStackObjects()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMDBuilder.cpp223 bool IsImmutable) { in createTBAAAccessTag() argument
227 if (IsImmutable) { in createTBAAAccessTag()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DMDBuilder.h191 bool IsImmutable = false);
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp608 Object.IsImmutable, Object.IsAliased); in initializeFrameInfo()