Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp72 void computeOffset(MachineFunction &MF,
103 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, in computeOffset() function in HexagonBranchRelaxation
134 computeOffset(MF, BlockToInstOffset); in relaxBranches()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp62 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
133 RegionRawOffsetV2::computeOffset(state, svalBuilder, location); in checkLocation()
307 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, in computeOffset() function in RegionRawOffsetV2
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp156 int64_t computeOffset(const MachineInstr *Br);
304 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { in computeOffset() function in MipsBranchExpansion
804 int64_t Offset = computeOffset(&*Br); in handlePossibleLongBranch()