Searched refs:Immutable (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 221 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() argument 224 KillIsImmutable = Immutable; in setKill()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 512 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 560 bool Immutable, bool isAliased) { in CreateFixedObject() argument 569 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable, in CreateFixedObject()
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 230 Immutable array expression: 240 Immutable dictionary expression:
|