Searched refs:IsAliased (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 83 bool IsImmutable, bool IsAliased) { in CreateFixedObject() argument 97 IsAliased)); in CreateFixedObject()
|
D | MIRPrinter.cpp | 378 YamlObject.IsAliased = MFI.isAliasedObjectIndex(I); in convertStackObjects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MIRYamlMapping.h | 284 bool IsAliased = false; 295 IsImmutable == Other.IsImmutable && IsAliased == Other.IsAliased && 334 YamlIO.mapOptional("isAliased", Object.IsAliased, false);
|
D | MachineFrameInfo.h | 186 bool IsAliased, uint8_t StackID = 0) 189 Alloca(Alloca), isAliased(IsAliased), SSPLayout(SSPLK_None) {} in SPOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 408 IsAliased = 1 << 5, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 74 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAliased),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 678 Object.IsImmutable, Object.IsAliased); in initializeFrameInfo()
|