Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp86 computeOffset(ProgramStateRef State, SValBuilder &SVB, SVal Location) { in computeOffset() function
346 computeOffset(State, SVB, Location); in performCheck()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp408 if (!isInt<26>(computeOffset())) { in getMayUseShortThunk()
425 int64_t computeOffset() const { in computeOffset() function in __anon9b013f360111::PPC64R2SaveStub
1151 const int64_t offset = computeOffset(); in writeTo()