Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp472 Value *ScalarOp = IEI->getOperand(1); in collectSingleShuffleElements() local
627 Value *ScalarOp = IEI->getOperand(1); in collectShuffleElements() local
1028 Value *ScalarOp = IE.getOperand(1); in visitInsertElementInst() local
DInstCombineCasts.cpp671 Value *ScalarOp = InsElt->getOperand(1); in shrinkInsertElt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1521 SDValue ScalarOp = DAG.getNode(Node->getOpcode(), dl, ValueVTs, Opers); in UnrollStrictFPOp() local
DSelectionDAG.cpp5040 SDValue ScalarOp = InBV->getOperand(i); in FoldConstantVectorArithmetic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp811 Constant *ScalarOp = ConstantExpr::getExtractElement(Op, Idx); in ConstantFoldExtractElementInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8535 static SDValue getReductionSDNode(unsigned Op, SDLoc DL, SDValue ScalarOp, in getReductionSDNode()