| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegisterInfo.cpp | 65 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex() local 76 assert(FrameOffset >= 0 && MI.getOperand(FIOperandNum - 1).getImm() >= 0); in eliminateFrameIndex() 77 int64_t Offset = MI.getOperand(FIOperandNum - 1).getImm() + FrameOffset; in eliminateFrameIndex() 101 ImmMO.setImm(ImmMO.getImm() + uint32_t(FrameOffset)); in eliminateFrameIndex() 114 if (FrameOffset) { in eliminateFrameIndex() 121 .addImm(FrameOffset); in eliminateFrameIndex()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 104 outs() << " " << UCs[1].FrameOffset; in printUnwindCode() 106 outs() << " " << UCs[1].FrameOffset in printUnwindCode() 107 + (static_cast<uint32_t>(UCs[2].FrameOffset) << 16); in printUnwindCode() 118 << format(" [0x%04x]", 8 * UCs[1].FrameOffset); in printUnwindCode() 122 << format(" [0x%08x]", UCs[1].FrameOffset in printUnwindCode() 123 + (static_cast<uint32_t>(UCs[2].FrameOffset) << 16)); in printUnwindCode() 127 << format(" [0x%04x]", 16 * UCs[1].FrameOffset); in printUnwindCode() 131 << format(" [0x%08x]", UCs[1].FrameOffset in printUnwindCode() 132 + (static_cast<uint32_t>(UCs[2].FrameOffset) << 16)); in printUnwindCode()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 53 return UC[1].FrameOffset + (static_cast<uint32_t>(UC[2].FrameOffset) << 16); in getLargeSlotValue() 193 << ((UC[0].getOpInfo() == 0) ? UC[1].FrameOffset * 8 in printUnwindCode() 211 << format(", offset=0x%X", UC[1].FrameOffset * 8); in printUnwindCode() 221 << format(", offset=0x%X", UC[1].FrameOffset * 16); in printUnwindCode()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 294 int64_t FrameOffset = MF.getFrameInfo().getObjectOffset(FI) + in getFrameIndexReference() local 299 return FrameOffset; in getFrameIndexReference() 302 return FrameOffset + MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 63 support::ulittle16_t FrameOffset; member
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetStreamer.h | 201 int FrameOffset; variable
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | tiapi.h | 150 bit32 FrameOffset,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 1012 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset in emitDirectiveEnd() 1097 FrameOffset = StackSize; in emitFrame()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdmisc.c | 1911 bit32 FrameOffset, in tiCOMFrameReadBlock() argument 1927 saFrameReadBlock(agRoot, agFrame, FrameOffset, FrameBuffer, FrameBufLen); in tiCOMFrameReadBlock()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 996 int FrameOffset = MI.getOperand(1).getImm(); in emitFrameAlloc() local 1000 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc()
|
| H A D | CodeViewDebug.cpp | 1127 int FrameOffset = TFI->getFrameIndexReference(*Asm->MF, VI.Slot, FrameReg); in collectVariableInfoFromMFTable() local 1132 createDefRangeMem(CVReg, FrameOffset + ExprOffset); in collectVariableInfoFromMFTable()
|
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | UnwindCursor.hpp | 56 uint8_t FrameOffset : 4; member
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 8085 const MCExpr *FrameOffset; in ParseDirective() local 8088 if (Parser.parseExpression(FrameOffset)) { in ParseDirective() 8093 if (!FrameOffset->evaluateAsAbsolute(FrameOffsetVal)) { in ParseDirective()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 1031 unsigned FrameOffset, unsigned Size) const { in calculateLDSSpillAddress() argument 1114 unsigned LDSOffset = MFI->getLDSSize() + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 9018 int64_t FrameOffset = 0; in InferPtrAlignment() local 9025 FrameOffset = Ptr.getConstantOperandVal(1); in InferPtrAlignment() 9031 FrameOffset); in InferPtrAlignment()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3113 uint64_t FrameOffset = PtrVT.getSizeInBits()/8; in LowerVASTART() local 3114 SDValue ConstFrameOffset = DAG.getConstant(FrameOffset, dl, PtrVT); in LowerVASTART() 3142 nextOffset += FrameOffset; in LowerVASTART()
|