Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp62 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
133 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation()
306 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, in computeOffset() function in RegionRawOffsetV2
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lld/ELF/
H A DThunks.cpp305 if (!isInt<26>(computeOffset())) { in getMayUseShortThunk()
322 int64_t computeOffset() const { in computeOffset() function in __anon6eeae29e0111::PPC64R2SaveStub
912 const int64_t offset = computeOffset(); in writeTo()