HomeSort by relevance Sort by last modified time
    Searched refs:PrefAlign (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/IR/
DataLayout.cpp 108 retval.PrefAlign = pref_align;
117 && PrefAlign == rhs.PrefAlign
130 unsigned PrefAlign, uint32_t TypeByteWidth) {
131 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!");
135 retval.PrefAlign = PrefAlign;
144 && PrefAlign == rhs.PrefAlign
188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 107 retval.PrefAlign = pref_align;
116 && PrefAlign == rhs.PrefAlign
206 unsigned PrefAlign = getInt(Split.first) / 8;
207 if (PrefAlign == 0)
208 PrefAlign = ABIAlign;
209 setAlignment(AlignType, ABIAlign, PrefAlign, Size);
257 Alignments[i].PrefAlign = pref_align;
277 return ABIInfo ? Alignments[i].ABIAlign : Alignments[i].PrefAlign;
318 : Alignments[BestMatchIdx].PrefAlign;
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 70 unsigned PrefAlign : 16;
85 unsigned PrefAlign;
91 unsigned PrefAlign, uint32_t TypeByteWidth);
152 unsigned PrefAlign, uint32_t TypeByteWidth);
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Local.h 152 /// we can determine, return it, otherwise return 0. If PrefAlign is specified,
155 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 71 unsigned PrefAlign : 16;
86 unsigned PrefAlign;
92 unsigned PrefAlign, uint32_t TypeByteWidth);
161 unsigned PrefAlign, uint32_t TypeByteWidth);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 718 /// we control, modify the object's alignment to PrefAlign. This isn't
724 unsigned PrefAlign, const TargetData *TD) {
730 if (TD && TD->exceedsNaturalStackAlignment(PrefAlign))
733 if (AI->getAlignment() >= PrefAlign)
735 AI->setAlignment(PrefAlign);
736 return PrefAlign;
744 if (GV->getAlignment() >= PrefAlign)
751 GV->setAlignment(PrefAlign);
759 /// we can determine, return it, otherwise return 0. If PrefAlign is specified,
762 unsigned llvm::getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 58 unsigned PrefAlign; //< Pref. alignment for this type/bitw
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 165 /// otherwise return 0. If PrefAlign is specified, and it is more than the
168 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 172 /// Try to ensure that the alignment of \p V is at least \p PrefAlign bytes. If
174 /// PrefAlign, it will be increased and \p PrefAlign returned. If the alignment
181 unsigned getOrEnforceKnownAlignment(Value *V, unsigned PrefAlign,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 397 unsigned &PrefAlign) const override;

Completed in 985 milliseconds

1 2