Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14075 auto invertIfNegative = [&Mask, &VL](SDValue &V) { in combineVFMADD_VLWithVFNEG_VL() local
14086 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL()
14087 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL()
14088 bool NegC = invertIfNegative(C); in combineVFMADD_VLWithVFNEG_VL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52762 auto invertIfNegative = [&DAG, &TLI, &DCI](SDValue &V) { in combineFMA() local
52794 bool NegA = invertIfNegative(A); in combineFMA()
52795 bool NegB = invertIfNegative(B); in combineFMA()
52796 bool NegC = invertIfNegative(C); in combineFMA()