Home
last modified time | relevance | path

Searched defs:FNeg (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1738 SDValue FNeg = N->getOperand(0); in PerformDAGCombine() local
H A DAMDGPULegalizerInfo.cpp4812 auto FNeg = B.buildFNeg(ResTy, RHS, Flags); in legalizeFastUnsafeFDIV() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp637 Instruction *FNeg; in foldInsExtFNeg() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2340 Instruction *FNeg = UnaryOperator::CreateFNeg(NewCall); in visitCallInst() local
H A DInstCombineAndOrXor.cpp4793 Value *FNeg = Builder.CreateFNeg(CastOp); in visitXor() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54486 if (SDNode *FNeg = DAG.getNodeIfExists(ISD::FNEG, FNegVT, {LHS})) in combineSetCC() local