Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp73 void computeOffset(MachineFunction &MF,
104 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation
135 computeOffset(MF, BlockToInstOffset); in relaxBranches()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp63 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
134 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation()
307 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, in computeOffset() function in RegionRawOffsetV2
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp157 int64_t computeOffset(const MachineInstr *Br);
309 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { in computeOffset() function in MipsBranchExpansion
839 int64_t Offset = computeOffset(&*Br); in handlePossibleLongBranch()
/openbsd-src/gnu/llvm/lld/ELF/
H A DThunks.cpp364 if (!isInt<26>(computeOffset())) { in getMayUseShortThunk()
381 int64_t computeOffset() const { in computeOffset() function in __anon2d5884e50111::PPC64R2SaveStub
1091 const int64_t offset = computeOffset(); in writeTo()