Home
last modified time | relevance | path

Searched defs:Amount (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp162 int64_t Amount = getWinAllocaAmount(&MI, MRI); in computeLowerings() local
195 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode()
206 int64_t Amount = getWinAllocaAmount(MI, MRI); in lower() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp158 int64_t Amount = getWinAllocaAmount(&MI, MRI); in computeLowerings() local
191 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode()
202 int64_t Amount = getWinAllocaAmount(MI, MRI); in lower() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86DynAllocaExpander.cpp159 int64_t Amount = getDynAllocaAmount(&MI, MRI); in computeLowerings() local
192 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode()
203 int64_t Amount = getDynAllocaAmount(MI, MRI); in lower() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h30 size_t Amount; variable
34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
DFormatCommon.h22 size_t Amount; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DFormatAdapters.h29 size_t Amount; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
DFormatCommon.h22 size_t Amount; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig()
300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
306 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
473 int64_t Amount) { in validImmediate()
DMipsFrameLowering.cpp143 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig()
300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
306 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
473 int64_t Amount) { in validImmediate()
DMipsFrameLowering.cpp143 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp260 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig()
285 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
291 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
457 int64_t Amount) { in validImmediate()
DMipsFrameLowering.cpp151 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatCommon.h23 size_t Amount; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DLinePrinter.cpp75 void LinePrinter::Indent(uint32_t Amount) { in Indent()
81 void LinePrinter::Unindent(uint32_t Amount) { in Unindent()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp134 static bool isAddConstantOp(const MachineInstr &MI, int64_t &Amount) { in isAddConstantOp()
378 int64_t Amount; in fixPastUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp123 static bool isAddConstantOp(const MachineInstr &MI, int64_t &Amount) { in isAddConstantOp()
367 int64_t Amount; in fixPastUses() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h168 void incEmitTextSize(size_t Amount) { EmitTextSize += Amount; } in incEmitTextSize()
169 void decEmitTextSize(size_t Amount) { EmitTextSize -= Amount; } in decEmitTextSize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp231 uint64_t Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp238 uint64_t Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DBinaryStreamReader.cpp148 Error BinaryStreamReader::skip(uint64_t Amount) { in skip()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp148 Error BinaryStreamReader::skip(uint32_t Amount) { in skip()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp239 uint64_t Amount = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h147 uint32_t Amount = 0; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp436 int64_t Amount = MI->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local

1234