HomeSort by relevance Sort by last modified time
    Searched refs:Amount (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 60 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
61 // ADJCALLSTACKUP -> add, sp, sp, amount
64 unsigned Amount = Old.getOperand(0).getImm();
65 if (Amount != 0) {
67 // amount of space needed for the outgoing arguments up to the next
70 Amount = (Amount+Align-1)/Align*Align;
75 emitSPUpdate(MBB, I, TII, dl, *RegInfo, -Amount);
78 emitSPUpdate(MBB, I, TII, dl, *RegInfo, Amount);
ARMFrameLowering.cpp     [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);
ARMBaseRegisterInfo.cpp 854 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
855 // ADJCALLSTACKUP -> add, sp, sp, amount
858 unsigned Amount = Old->getOperand(0).getImm();
859 if (Amount != 0) {
861 // amount of space needed for the outgoing arguments up to the next
864 Amount = (Amount+Align-1)/Align*Align;
879 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg);
884 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 749 int64_t Amount = I->getOperand(0).getImm();
750 if (Amount == 0)
764 Amount = alignTo(Amount, Align);
765 assert(isUInt<32>(Amount) && "exceeded stack address space size");
772 .addImm(Amount * ST.getWavefrontSize());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 85 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
86 // ADJCALLSTACKUP -> add, sp, sp, amount
89 unsigned Amount = TII.getFrameSize(Old);
90 if (Amount != 0) {
92 // amount of space needed for the outgoing arguments up to the next
94 Amount = alignTo(Amount, getStackAlignment());
99 emitSPUpdate(MBB, I, TII, dl, *RegInfo, -Amount);
102 emitSPUpdate(MBB, I, TII, dl, *RegInfo, Amount);
    [all...]
ARMFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.h 172 void incEmitTextSize(size_t Amount) { EmitTextSize += Amount; }
173 void decEmitTextSize(size_t Amount) { EmitTextSize -= Amount; }
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 503 // We need to exit with RSP modified by this amount and execute suitable
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp 540 // We need to exit with RSP modified by this amount and execute suitable
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 298 unsigned Amount;
586 return ShiftExtend.Amount;
588 return Reg.ShiftExtend.Amount;
    [all...]
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c 134 // instruction. In all cases the immediate shift amount shift must be in
665 static void printPostIncOperand2(MCInst *MI, unsigned OpNo, SStream *O, int Amount)
667 printPostIncOperand(MI, OpNo, Amount, O);
813 // UXTW/UXTX as LSL, and if the shift amount is also zero, print nothing at
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 1634 int amount = (isInc ? 1 : -1); local
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 242 unsigned Amount;
431 return ShiftExtend.Amount;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
EchoMessages.cs 616 /// Amount to sleep when invoking server
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 325 // Detect shifts by a scalar amount and convert them into
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 350 // Detect shifts by a scalar amount and convert them into
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 1333 milliseconds

1 23 4