Home
last modified time | relevance | path

Searched refs:requiresStrictAlign (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h345 bool requiresStrictAlign() const { return StrictAlign; } in requiresStrictAlign() function
H A DAArch64LoadStoreOptimizer.cpp2284 bool enableNarrowZeroStOpt = !Subtarget->requiresStrictAlign(); in runOnMachineFunction()
H A DAArch64TargetTransformInfo.cpp1160 if (ST->requiresStrictAlign()) { in enableMemCmpExpansion()
H A DAArch64ISelLowering.cpp917 MaxStoresPerMemset = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
922 MaxStoresPerMemcpy = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
928 MaxLoadsPerMemcmp = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
1764 if (Subtarget->requiresStrictAlign()) in allowsMisalignedMemoryAccesses()
1789 if (Subtarget->requiresStrictAlign()) in allowsMisalignedMemoryAccesses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2172 if (Subtarget->requiresStrictAlign()) { in select()