Searched defs:FNeg (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 252 | FNeg Constructor
|
H A D | llvm.mli | 278 | FNeg Constructor
|
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 556 Instruction *FDiv, *FAdd, *FCmp, *FCall, *FNeg, *FSub, *FMul, *FRem; in TEST_F() local
|
H A D | InstructionsTest.cpp | 1579 UnaryOperator *FNeg = UnaryOperator::CreateFNegFMF(One, FAdd); TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1740 if (FNeg.getOpcode() != ISD::FNEG) { in PerformDAGCombine() local
|
H A D | AMDGPULegalizerInfo.cpp | 4812 auto FNeg = B.buildFNeg(ResTy, RHS, Flags); legalizeFastUnsafeFDIV() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 637 Instruction *FNeg; foldInsExtFNeg() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2291 Instruction *FNeg = UnaryOperator::CreateFNeg(NewCall); visitCallInst() local
|
H A D | InstCombineAndOrXor.cpp | 4740 Value *FNeg = Builder.CreateFNeg(CastOp); visitXor() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 54348 if (SDNode *FNeg = DAG.getNodeIfExists(ISD::FNEG, FNegVT, {LHS})) combineSetCC() local [all...] |