/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/mips/ |
D | l.go | 66 MinAlign = 1 // min data alignment const
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | cpu_function_runtime.h | 139 inline constexpr size_t MinAlign() { return 16; } in MinAlign() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 411 unsigned MinAlign = std::min(SrcAlign, DestAlign); in getMemcpyLoopLoweringType() local 446 unsigned MinAlign = std::min(SrcAlign, DestAlign); in getMemcpyLoopResidualLoweringType() local
|
/aosp_15_r20/external/capstone/ |
H A D | MathExtras.h | 357 static inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 46 int MinSize, int MinAlign, in HandleByVal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 46 Align MinAlign(MinAlignment); in HandleByVal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 44 Align MinAlign, ISD::ArgFlagsTy ArgFlags) { in HandleByVal()
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | MathExtrasTest.cpp | 198 TEST(MathExtras, MinAlign) { in TEST() argument
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | secondary_test.cpp | 144 constexpr scudo::uptr MinAlign = FIRST_32_SECOND_64(8, 16); in TEST_F() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | MathExtras.h | 338 constexpr inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | MathExtras.h | 349 constexpr inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | MathExtras.h | 338 constexpr inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | MathExtras.h | 338 constexpr inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelectorImpl.h | 416 unsigned MinAlign = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 398 constexpr Elf64_Xword MinAlign = 1; in writeDataOfType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 462 constexpr inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelectorImpl.h | 496 unsigned MinAlign = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutorImpl.h | 561 uint64_t MinAlign = readULEB(); in executeMatchTable() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutorImpl.h | 568 uint64_t MinAlign = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutorImpl.h | 561 uint64_t MinAlign = readULEB(); in executeMatchTable() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutorImpl.h | 561 uint64_t MinAlign = readULEB(); in executeMatchTable() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 84 unsigned MinAlign = std::min(DstAlign, SrcAlign); in SimplifyMemTransfer() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 5797 unsigned MinAlign = (I->second.second & TB_ALIGN_MASK) >> TB_ALIGN_SHIFT; in foldMemoryOperandImpl() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1037 CharUnits MinAlign) { in CreateTempAllocaForCoercion()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 4893 unsigned MinAlign = (I->Flags & TB_ALIGN_MASK) >> TB_ALIGN_SHIFT; in foldMemoryOperandImpl() local
|