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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp72 void computeOffset(MachineFunction &MF,
103 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, function in class:HexagonBranchRelaxation
134 computeOffset(MF, BlockToInstOffset);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp62 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
133 RegionRawOffsetV2::computeOffset(state, svalBuilder, location);
274 // Lazily computes a value to be used by 'computeOffset'. If 'val'
282 // value as an SVal. Used by 'computeOffset'.
292 // summing to UnknownVal. Used by 'computeOffset'.
307 RegionRawOffsetV2 RegionRawOffsetV2::computeOffset(ProgramStateRef state, function in class:RegionRawOffsetV2
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp156 int64_t computeOffset(const MachineInstr *Br);
304 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { function in class:MipsBranchExpansion
804 int64_t Offset = computeOffset(&*Br);

Completed in 74 milliseconds