Home
last modified time | relevance | path

Searched refs:isUnaligned (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/Target/Mips/
DMipsPreLegalizerCombiner.cpp55 bool isUnaligned = MMO->getAlign() < MMO->getSize(); in combine() local
56 if (!STI.systemSupportsUnalignedAccess() && isUnaligned) in combine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp184 if (Ptr.isUnaligned()) in visitKnownRecord()
DTypeDumpVisitor.cpp370 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()
DTypeRecordMapping.cpp357 if (Record.isUnaligned()) in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp186 if (Ptr.isUnaligned()) in visitKnownRecord()
DTypeDumpVisitor.cpp370 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()
DTypeRecordMapping.cpp358 if (Record.isUnaligned()) in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp410 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitPointer()
433 if (Ptr.isUnaligned()) in visitPointer()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h339 bool isUnaligned() const { in isUnaligned() function
361 bool isUnaligned() const { return Attrs & (1 << 11); } in isUnaligned() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h337 bool isUnaligned() const { in isUnaligned() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h331 bool isUnaligned() const { in isUnaligned() function