Home
last modified time | relevance | path

Searched refs:invertIfNegative (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18062 auto invertIfNegative = [&Mask, &VL](SDValue &V) { in combineVFMADD_VLWithVFNEG_VL() local
18073 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL()
18074 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL()
18075 bool NegC = invertIfNegative(C); in combineVFMADD_VLWithVFNEG_VL()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55914 auto invertIfNegative = [&DAG, &TLI, &DCI](SDValue &V) { in combineFMA() local
55946 bool NegA = invertIfNegative(A); in combineFMA()
55950 bool NegB = invertIfNegative(B); in combineFMA()
55953 bool NegC = invertIfNegative(C); in combineFMA()