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

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp73 void computeOffset(MachineFunction &MF,
104 void HexagonBranchRelaxation::computeOffset(MachineFunction &MF, function in class:HexagonBranchRelaxation
135 computeOffset(MF, BlockToInstOffset);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp63 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
134 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
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp157 int64_t computeOffset(const MachineInstr *Br);
309 int64_t MipsBranchExpansion::computeOffset(const MachineInstr *Br) { function in class:MipsBranchExpansion
839 int64_t Offset = computeOffset(&*Br);
/openbsd-current/gnu/llvm/lld/ELF/
H A DThunks.cpp364 if (!isInt<26>(computeOffset())) {
381 int64_t computeOffset() const { function in class:__anon4::final
1091 const int64_t offset = computeOffset();

Completed in 179 milliseconds