Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp76 bool isUnaligned = MMO->getAlign() < MMO->getSize().getValue(); in tryCombineAll() local
77 if (!STI.systemSupportsUnalignedAccess() && isUnaligned) in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp190 if (Ptr.isUnaligned()) in visitKnownRecord()
H A DTypeDumpVisitor.cpp371 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()
H A DTypeRecordMapping.cpp402 if (Record.isUnaligned()) in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h332 bool isUnaligned() const { in isUnaligned() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2341 W.printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()