Home
last modified time | relevance | path

Searched refs:ExtElt (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp495 static ExtractElementInst *translateExtract(ExtractElementInst *ExtElt, in translateExtract() argument
499 if (!isa<FixedVectorType>(ExtElt->getOperand(0)->getType())) in translateExtract()
504 Value *X = ExtElt->getVectorOperand(); in translateExtract()
505 Value *C = ExtElt->getIndexOperand(); in translateExtract()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp684 ExtractElementInst *ExtElt, in replaceExtractElements() argument
687 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements()
706 Value *ExtVecOp = ExtElt->getVectorOperand(); in replaceExtractElements()
710 : ExtElt->getParent(); in replaceExtractElements()
741 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
H A DInstCombineInternal.h323 Instruction *foldBitcastExtElt(ExtractElementInst &ExtElt);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44778 static SDValue scalarizeExtEltFP(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtEltFP() argument
44780 assert(ExtElt->getOpcode() == ISD::EXTRACT_VECTOR_ELT && "Expected extract"); in scalarizeExtEltFP()
44781 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtEltFP()
44782 SDValue Index = ExtElt->getOperand(1); in scalarizeExtEltFP()
44783 EVT VT = ExtElt->getValueType(0); in scalarizeExtEltFP()
44799 SDLoc DL(ExtElt); in scalarizeExtEltFP()
44822 SDLoc DL(ExtElt); in scalarizeExtEltFP()
44864 SDLoc DL(ExtElt); in scalarizeExtEltFP()
44878 static SDValue combineArithReduction(SDNode *ExtElt, SelectionDAG &DAG, in combineArithReduction() argument
44880 assert(ExtElt->getOpcode() == ISD::EXTRACT_VECTOR_ELT && "Unexpected caller"); in combineArithReduction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20456 static SDValue scalarizeExtractedBinop(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtractedBinop() argument
20459 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtractedBinop()
20460 SDValue Index = ExtElt->getOperand(1); in scalarizeExtractedBinop()
20482 SDLoc DL(ExtElt); in scalarizeExtractedBinop()
20483 EVT VT = ExtElt->getValueType(0); in scalarizeExtractedBinop()
H A DTargetLowering.cpp8995 SDValue ExtElt = DAG.getNode(ISD::ZERO_EXTEND, SL, IntVT, Trunc); in scalarizeVectorStore() local
9001 DAG.getNode(ISD::SHL, SL, IntVT, ExtElt, ShiftAmount); in scalarizeVectorStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16737 SDValue ExtElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, in PerformSTORECombine() local
16740 SDValue V = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ExtElt); in PerformSTORECombine()
16743 DCI.AddToWorklist(ExtElt.getNode()); in PerformSTORECombine()