Home
last modified time | relevance | path

Searched refs:InstrSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp383 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local
386 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
395 I += InstrSize; in addFunctionPointerRelocationsToCurrentSymbol()
399 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
404 MIA.getMemoryOperandRelocationOffset(Instr, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
405 if (!RelocOffInInstr || InstrSize - *RelocOffInInstr != 4) { in addFunctionPointerRelocationsToCurrentSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4236 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local
4238 InstrSize == 16 in emitUnrolled()
4251 BaseRegOffsetBytes += InstrSize; in emitUnrolled()
4252 Size -= InstrSize; in emitUnrolled()