Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp73 void computeOffset(MachineFunction &MF,
104 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation
136 computeOffset(MF, BlockToInstOffset); in relaxBranches()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp60 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
131 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation()
306 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, in computeOffset() function in RegionRawOffsetV2
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp157 int64_t computeOffset(const MachineInstr *Br);
305 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { in computeOffset() function in MipsBranchExpansion
796 int64_t Offset = computeOffset(&*Br); in handlePossibleLongBranch()