Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp434 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local
437 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
446 I += InstrSize; in addFunctionPointerRelocationsToCurrentSymbol()
450 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
455 MIA.getMemoryOperandRelocationOffset(Instr, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
456 if (!RelocOffInInstr || InstrSize - *RelocOffInInstr != 4) { in addFunctionPointerRelocationsToCurrentSymbol()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp76 const SampleContextFrameVector &Context, uint32_t InstrSize) { in addInstructionForContext() argument
86 CurNode->addFunctionSize(InstrSize); in addInstructionForContext()
H A DProfiledBinary.h157 uint32_t InstrSize);
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3447 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local
3449 InstrSize == 16 in emitUnrolled()
3461 BaseRegOffsetBytes += InstrSize; in emitUnrolled()
3462 Size -= InstrSize; in emitUnrolled()