Home
last modified time | relevance | path

Searched defs:MinAlign (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/mips/
Dl.go66 MinAlign = 1 // min data alignment const
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dcpu_function_runtime.h139 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 DAMDGPUTargetTransformInfo.cpp411 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 DMathExtras.h357 static inline uint64_t MinAlign(uint64_t A, uint64_t B) { in MinAlign() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp46 int MinSize, int MinAlign, in HandleByVal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCallingConvLower.cpp46 Align MinAlign(MinAlignment); in HandleByVal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCallingConvLower.cpp44 Align MinAlign, ISD::ArgFlagsTy ArgFlags) { in HandleByVal()
/aosp_15_r20/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp198 TEST(MathExtras, MinAlign) { in TEST() argument
/aosp_15_r20/external/scudo/standalone/tests/
H A Dsecondary_test.cpp144 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/
DMathExtras.h338 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/
DMathExtras.h349 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/
DMathExtras.h338 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/
DMathExtras.h338 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 DInstructionSelectorImpl.h416 unsigned MinAlign = MatchTable[CurrentIdx++]; in executeMatchTable() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp398 constexpr Elf64_Xword MinAlign = 1; in writeDataOfType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DMathExtras.h462 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 DInstructionSelectorImpl.h496 unsigned MinAlign = MatchTable[CurrentIdx++]; in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h561 uint64_t MinAlign = readULEB(); in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h568 uint64_t MinAlign = MatchTable[CurrentIdx++]; in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h561 uint64_t MinAlign = readULEB(); in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h561 uint64_t MinAlign = readULEB(); in executeMatchTable() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp84 unsigned MinAlign = std::min(DstAlign, SrcAlign); in SimplifyMemTransfer() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5797 unsigned MinAlign = (I->second.second & TB_ALIGN_MASK) >> TB_ALIGN_SHIFT; in foldMemoryOperandImpl() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCall.cpp1037 CharUnits MinAlign) { in CreateTempAllocaForCoercion()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4893 unsigned MinAlign = (I->Flags & TB_ALIGN_MASK) >> TB_ALIGN_SHIFT; in foldMemoryOperandImpl() local

12