| /external/llvm/lib/Target/Sparc/ |
| D | SparcFrameLowering.cpp | 43 int NumBytes, in emitSPAdjustment() 96 int NumBytes = (int) MFI->getStackSize(); in emitPrologue() local 167 int NumBytes = (int) MFI->getStackSize(); in emitEpilogue() local
|
| /external/clang/lib/Rewrite/Core/ |
| D | RewriteRope.cpp | 336 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase() 565 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase() 649 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase() 749 void RopePieceBTree::erase(unsigned Offset, unsigned NumBytes) { in erase()
|
| /external/llvm/lib/Target/ARM/ |
| D | Thumb1FrameLowering.cpp | 45 int NumBytes, unsigned MIFlags = MachineInstr::NoFlags) { in emitSPUpdate() 99 unsigned NumBytes = MFI->getStackSize(); in emitPrologue() local 331 int NumBytes = (int)MFI->getStackSize(); in emitEpilogue() local
|
| D | Thumb1RegisterInfo.cpp | 92 int NumBytes, bool CanChangeCC, in emitThumbRegPlusImmInReg() 169 int NumBytes, const TargetInstrInfo &TII, in emitThumbRegPlusImmediate()
|
| D | ARMFrameLowering.cpp | 117 unsigned SrcReg, int NumBytes, in emitRegPlusImmediate() 131 const ARMBaseInstrInfo &TII, int NumBytes, in emitSPUpdate() 175 unsigned NumBytes = MFI->getStackSize(); in emitPrologue() local 586 int NumBytes = (int)MFI->getStackSize(); in emitEpilogue() local
|
| D | Thumb2InstrInfo.cpp | 214 unsigned DestReg, unsigned BaseReg, int NumBytes, in emitT2RegPlusImmediate()
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430FrameLowering.cpp | 54 uint64_t NumBytes = 0; in emitPrologue() local 127 uint64_t NumBytes = 0; in emitEpilogue() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 686 static void EmitNops(MCStreamer &OS, unsigned NumBytes, bool Is64Bit, const MCSubtargetInfo &STI) { in EmitNops() 741 unsigned NumBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local 774 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT() local
|
| D | X86FrameLowering.cpp | 150 unsigned StackPtr, int64_t NumBytes, in emitSPUpdate() 208 unsigned StackPtr, uint64_t *NumBytes = nullptr) { in mergeSPUpdatesUp() 234 unsigned StackPtr, uint64_t *NumBytes = nullptr) { in mergeSPUpdatesDown() 532 uint64_t NumBytes = 0; in emitPrologue() local 874 uint64_t NumBytes = 0; in emitEpilogue() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64FrameLowering.cpp | 73 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone() local 216 int NumBytes = (int)MFI->getStackSize(); in emitPrologue() local 444 int NumBytes = MFI->getStackSize(); in emitEpilogue() local
|
| D | AArch64AsmPrinter.cpp | 423 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT() local
|
| D | AArch64FastISel.cpp | 1199 unsigned &NumBytes) { in ProcessCallArgs() 1276 unsigned &NumBytes) { in FinishCall() 1396 unsigned NumBytes; in SelectCall() local
|
| /external/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 363 void MCObjectStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) { in EmitFill() 369 void MCObjectStreamer::EmitZeros(uint64_t NumBytes) { in EmitZeros()
|
| /external/clang/include/clang/Rewrite/Core/ |
| D | RewriteRope.h | 232 void erase(unsigned Offset, unsigned NumBytes) { in erase()
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.cpp | 178 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherEmitter.cpp | 105 unsigned NumBytes = 0; in GetVBRSize() local 122 unsigned NumBytes = 0; in EmitVBRValue() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZFrameLowering.cpp | 285 unsigned Reg, int64_t NumBytes, in emitIncrement() 432 uint64_t NumBytes = Offset - 0x7fff8; in emitEpilogue() local
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldMachO.cpp | 564 unsigned NumBytes = 1 << Size; in processSECTDIFFRelocation() local 629 unsigned NumBytes = 1 << Size; in processI386ScatteredVANILLA() local 693 unsigned NumBytes = 1 << Size; in processRelocationRef() local
|
| /external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCAsmBackend.cpp | 120 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonFrameLowering.cpp | 86 int NumBytes = (int) MFI->getStackSize(); in emitPrologue() local
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2coff.cpp | 213 raw_ostream &operator<<(raw_ostream &OS, const zeros_impl<NumBytes> &) { in operator <<()
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 1018 Value *NumBytes = in processLoopStridedStore() local 1131 Value *NumBytes = in processLoopStoreOfLoopLoad() local
|
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64AsmBackend.cpp | 205 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
|
| /external/llvm/lib/Support/ |
| D | raw_ostream.cpp | 308 size_t NumBytes = OutBufEnd - OutBufCur; in write() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 1200 unsigned &NumBytes, in processCallArgs() 1310 unsigned &NumBytes, bool IsVarArg) { in finishCall() 1478 unsigned NumBytes; in SelectCall() local
|