| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86WinAllocaExpander.cpp | 158 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
|
| D | X86FrameLowering.cpp | 2797 uint64_t Amount = TII.getFrameSize(*I); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | FormatAdapters.h | 30 size_t Amount; variable 34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
|
| D | FormatCommon.h | 22 size_t Amount; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | Mips16InstrInfo.cpp | 275 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()
|
| D | MipsFrameLowering.cpp | 143 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
| D | MipsSEInstrInfo.cpp | 575 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | FormatCommon.h | 23 size_t Amount; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCOptAddrMode.cpp | 123 static bool isAddConstantOp(const MachineInstr &MI, int64_t &Amount) { in isAddConstantOp() 367 int64_t Amount; in fixPastUses() local
|
| D | ARCFrameLowering.cpp | 47 int Amount, int StackPtr) { in generateStackAdjustment()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerARM32.h | 168 void incEmitTextSize(size_t Amount) { EmitTextSize += Amount; } in incEmitTextSize() 169 void decEmitTextSize(size_t Amount) { EmitTextSize -= Amount; } in decEmitTextSize()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | BinaryStreamReader.cpp | 148 Error BinaryStreamReader::skip(uint32_t Amount) { in skip()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430FrameLowering.cpp | 238 uint64_t Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVFrameLowering.cpp | 436 int64_t Amount = MI->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
| D | AVRFrameLowering.cpp | 377 int Amount = TII.getFrameSize(*MI); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfoImpl.h | 360 uint64_t Amount = 0; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64LegalizerInfo.cpp | 674 unsigned Amount = CstMI->getOperand(1).getCImm()->getZExtValue(); in legalizeShlAshrLshr() local
|
| D | AArch64FrameLowering.cpp | 291 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | Thumb1FrameLowering.cpp | 125 unsigned Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() local
|
| D | ARMFrameLowering.cpp | 2156 unsigned Amount = TII.getFrameSize(Old); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreFrameLowering.cpp | 494 uint64_t Amount = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 123 void Distribution::add(const BlockNode &Node, uint64_t Amount, in add()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIFrameLowering.cpp | 1095 int64_t Amount = I->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 1820 static bool willShiftRightEliminate(SDValue V, unsigned Amount) { in willShiftRightEliminate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 2606 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift()
|