Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp423 uint64_t InstrSize = 0; in addFunctionPointerRelocationsToCurrentSymbol() local
426 Instr, InstrSize, Content.drop_front(I), InstrStart, CommentStream); in addFunctionPointerRelocationsToCurrentSymbol()
435 I += InstrSize; in addFunctionPointerRelocationsToCurrentSymbol()
439 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
444 MIA.getMemoryOperandRelocationOffset(Instr, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
445 if (!RelocOffInInstr || InstrSize - *RelocOffInInstr != 4) { in addFunctionPointerRelocationsToCurrentSymbol()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1293 uint64_t &InstrSize) { in disassemblePLTSectionAArch64() argument
1312 uint64_t InstrSize; in disassemblePLTSectionAArch64() local
1316 EntrySize += InstrSize; in disassemblePLTSectionAArch64()
1319 InstrOffset += InstrSize; in disassemblePLTSectionAArch64()
1332 InstrOffset += InstrSize; in disassemblePLTSectionAArch64()
1340 InstrOffset += InstrSize; in disassemblePLTSectionAArch64()
1354 uint64_t &InstrSize) { in disassemblePLTSectionX86() argument
1369 uint64_t InstrSize, InstrOffset = EntryOffset; in disassemblePLTSectionX86() local
1380 InstrOffset += InstrSize; in disassemblePLTSectionX86()
1383 if (InstrOffset + InstrSize > EntryOffset + EntrySize) in disassemblePLTSectionX86()
[all …]
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp898 uint64_t InstrSize = 0; in hasValidCodePadding() local
906 Offset += InstrSize, InstrAddress += InstrSize) { in hasValidCodePadding()
907 if (!DisAsm->getInstruction(Instr, InstrSize, FunctionData->slice(Offset), in hasValidCodePadding()
939 MIB->evaluateBranch(Instr, InstrAddress, InstrSize, TargetAddress)) { in hasValidCodePadding()
940 if (TargetAddress >= InstrAddress + InstrSize && in hasValidCodePadding()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp72 const SampleContextFrameVector &Context, uint32_t InstrSize) { in addInstructionForContext() argument
82 CurNode->addFunctionSize(InstrSize); in addInstructionForContext()
H A DProfiledBinary.h159 uint32_t InstrSize);
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3423 int64_t InstrSize = (Size > 16) ? 32 : 16; in emitUnrolled() local
3425 InstrSize == 16 in emitUnrolled()
3437 BaseRegOffsetBytes += InstrSize; in emitUnrolled()
3438 Size -= InstrSize; in emitUnrolled()