Home
last modified time | relevance | path

Searched refs:InstPtr (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp72 State.InstPtr.update(Source); in unwindCall()
76 InstructionPointer &IP = State.InstPtr; in unwindLinear()
151 State.InstPtr.update(LBR.Source); in unwindReturn()
159 State.InstPtr.update(Source); in unwindBranch()
306 State.InstPtr.update(State.getCurrentLBRSource()); in unwind()
307 State.pushFrame(State.InstPtr.Address); in unwind()
H A DPerfReader.h264 InstructionPointer InstPtr; member
270 InstPtr(Binary, Sample->CallStack.front()) { in UnwindState()
293 assert(InstPtr.Address == CurrentLeafFrame->Address && in checkStateConsistency()
/openbsd-src/sys/arch/mips64/mips64/
H A Dtrap.c876 #define GetBranchDest(InstPtr, inst) \ in MipsEmulateBranch() argument
877 (InstPtr + 4 + ((short)inst.IType.imm << 2)) in MipsEmulateBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp460 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP; in createX86MCAsmInfo() local
462 nullptr, MRI.getDwarfRegNum(InstPtr, true), stackGrowth); in createX86MCAsmInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp813 WeakTrackingVH InstPtr(&*I); in processLoopMemIntrinsic() local
820 if (!InstPtr) in processLoopMemIntrinsic()