Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsPreLegalizerCombiner.cpp76 bool isUnaligned = MMO->getAlign() < MMO->getSize().getValue(); in tryCombineAll() local
77 if (!STI.systemSupportsUnalignedAccess() && isUnaligned) in tryCombineAll()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp190 if (Ptr.isUnaligned()) in visitKnownRecord()
HDTypeDumpVisitor.cpp371 W->printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()
HDTypeRecordMapping.cpp402 if (Record.isUnaligned()) in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h332 bool isUnaligned() const { in isUnaligned() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp2341 W.printNumber("IsUnaligned", Ptr.isUnaligned()); in visitKnownRecord()