Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1069 SDValue LowerABS(SDValue Op, SelectionDAG &DAG) const;
HDAArch64ISelLowering.cpp6593 SDValue AArch64TargetLowering::LowerABS(SDValue Op, SelectionDAG &DAG) const { in LowerABS() function in AArch64TargetLowering
7011 return LowerABS(Op, DAG); in LowerOperation()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp28205 static SDValue LowerABS(SDValue Op, const X86Subtarget &Subtarget, in LowerABS() function
32490 case ISD::ABS: return LowerABS(Op, Subtarget, DAG); in LowerOperation()