HomeSort by relevance Sort by last modified time
    Searched defs:Amount (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 151 int64_t Amount = I->getOperand(0).getImm();
153 Amount = -Amount;
155 STI.getInstrInfo()->adjustStackPtr(SP, Amount, MBB, I);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 23 size_t Amount;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
34 if (Amount == 0) {
42 if (Amount <= Item.size()) {
47 size_t PadAmount = Amount - Item.size();
FormatAdapters.h 30 size_t Amount;
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount)
34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
38 FmtAlign(Adapter, Where, Amount).format(Stream, Style);
75 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount) {
76 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 97 int Amount = Old->getOperand(0).getImm() + 4;
98 if (Amount != 0) {
100 // amount of space needed for the outgoing arguments up to the next
103 Amount = (Amount+Align-1)/Align*Align;
108 .addReg(MBlaze::R1).addImm(-Amount);
112 .addReg(MBlaze::R1).addImm(Amount);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaRegisterInfo.cpp 94 uint64_t Amount = Old->getOperand(0).getImm();
95 if (Amount != 0) {
97 // amount of space needed for the outgoing arguments up to the next
100 Amount = (Amount+Align-1)/Align*Align;
105 .addImm(-Amount).addReg(Alpha::R30);
109 .addImm(Amount).addReg(Alpha::R30);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 161 int64_t Amount = I->getOperand(0).getImm();
162 if (Amount != 0) {
163 assert(Amount%4 == 0 && "Unaligned call frame size");
165 adjustRegister(MBB, I, I->getDebugLoc(), BF::SP, BF::P1, -Amount);
169 adjustRegister(MBB, I, I->getDebugLoc(), BF::SP, BF::P1, Amount);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 239 uint64_t Amount = Old.getOperand(0).getImm();
240 if (Amount != 0) {
242 // amount of space needed for the outgoing arguments up to the next
244 Amount = (Amount+StackAlign-1)/StackAlign*StackAlign;
251 .addImm(Amount);
254 // factor out the amount the callee already popped.
256 Amount -= CalleeAmt;
257 if (Amount)
261 .addImm(Amount);
    [all...]
  /external/llvm/lib/Target/X86/
X86WinAllocaExpander.cpp 52 /// Get the appropriate lowering based on current offset and amount.
78 /// Return the allocation amount for a WinAlloca instruction, or -1 if unknown.
102 // For a non-constant amount or a large amount, we have to probe.
162 int64_t Amount = getWinAllocaAmount(&MI, MRI);
163 Lowering L = getLowering(Offset, Amount);
167 Offset += Amount;
170 Offset = Amount;
195 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) {
197 return isInt<8>(Amount) ? X86::SUB64ri8 : X86::SUB64ri32
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1RegisterInfo.cpp 314 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
315 // ADJCALLSTACKUP -> add, sp, sp, amount
318 unsigned Amount = Old->getOperand(0).getImm();
319 if (Amount != 0) {
321 // amount of space needed for the outgoing arguments up to the next
324 Amount = (Amount+Align-1)/Align*Align;
329 emitSPUpdate(MBB, I, TII, dl, *this, -Amount);
332 emitSPUpdate(MBB, I, TII, dl, *this, Amount);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.cpp 114 uint64_t Amount = Old->getOperand(0).getImm();
115 if (Amount != 0) {
117 // amount of space needed for the outgoing arguments up to the next
119 Amount = (Amount+StackAlign-1)/StackAlign*StackAlign;
125 .addReg(MSP430::SPW).addImm(Amount);
128 // factor out the amount the callee already popped.
130 Amount -= CalleeAmt;
131 if (Amount)
134 .addReg(MSP430::SPW).addImm(Amount);
    [all...]

Completed in 619 milliseconds

1 2 3