Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h31 size_t Amount; variable
35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
H A DFormatCommon.h22 size_t Amount; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A 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()
471 int64_t Amount) { in validImmediate()
H A DMipsFrameLowering.cpp143 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
H A DMipsSEInstrInfo.cpp559 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp157 int64_t Amount = getDynAllocaAmount(&MI, MRI); in computeLowerings() local
201 int64_t Amount = getDynAllocaAmount(MI, MRI); in lower() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp75 void LinePrinter::Indent(uint32_t Amount) { in Indent()
81 void LinePrinter::Unindent(uint32_t Amount) { in Unindent()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp134 static bool isAddConstantOp(const MachineInstr &MI, int64_t &Amount) { in isAddConstantOp()
377 int64_t Amount; in fixPastUses() local
H A DARCFrameLowering.cpp47 int Amount, int StackPtr) { in generateStackAdjustment()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp98 void PrettyClassLayoutGraphicalDumper::printPaddingRow(uint32_t Amount) { in printPaddingRow()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp148 if (Amount > bytesRemaining()) in skip() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp76 void XtensaInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
H A DXtensaFrameLowering.cpp235 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h147 uint32_t Amount = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp370 uint64_t Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp361 if (Amount == 0) { in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp414 int64_t Amount = MI->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h370 uint64_t Amount = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp522 int64_t Amount = MI->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp414 const DebugLoc &DL, int64_t Amount, in adjustStackForRVV()
1301 int64_t Amount = MI->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp489 uint64_t Amount = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp525 uint64_t Amount = VRegAndVal->Value.getZExtValue(); in legalizeShlAshrLshr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1376 APInt Amount = VRegAndVal->Value.urem(BitWidth); in legalizeFunnelShift() local
1704 int64_t Amount = VRegAndVal->Value.getSExtValue(); in legalizeShlAshrLshr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp234 uint64_t Amount = !ReserveCallFrame ? I->getOperand(0).getImm() : 0; in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp145 void Distribution::add(const BlockNode &Node, uint64_t Amount, in add()

12