Home
last modified time | relevance | path

Searched defs:AbsDiff (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dedit_distance.h67 typename ArrayRef<T>::size_type AbsDiff = m > n ? m - n : n - m; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp312 size_t AbsDiff = CandidateSize > NormalizedSize in internalFindNearest() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2468 SDValue AbsDiff = DAG.getNode(ISD::FABS, SL, VT, Diff); LowerFROUND() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7007 auto AbsDiff = MIRBuilder.buildFAbs(Ty, Diff, Flags); lowerIntrinsicRound() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28223 SDValue AbsDiff = DAG.getNode(ISD::ABS, dl, WideVT, Diff); LowerABD() local
44603 APInt AbsDiff = Diff.abs(); combineSelectOfTwoConstants() local
[all...]