Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp707 ExtractElementInst *ExtElt, in replaceExtractElements() argument
710 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements()
729 Value *ExtVecOp = ExtElt->getVectorOperand(); in replaceExtractElements()
733 : ExtElt->getParent(); in replaceExtractElements()
764 IC.InsertNewInstWith(WideVec, ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
H A DInstCombineInternal.h387 Instruction *foldBitcastExtElt(ExtractElementInst &ExtElt);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp550 static ExtractElementInst *translateExtract(ExtractElementInst *ExtElt, in translateExtract() argument
554 Value *X = ExtElt->getVectorOperand(); in translateExtract()
560 Value *C = ExtElt->getIndexOperand(); in translateExtract()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46726 static SDValue scalarizeExtEltFP(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtEltFP() argument
46729 assert(ExtElt->getOpcode() == ISD::EXTRACT_VECTOR_ELT && "Expected extract"); in scalarizeExtEltFP()
46730 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtEltFP()
46731 SDValue Index = ExtElt->getOperand(1); in scalarizeExtEltFP()
46732 EVT VT = ExtElt->getValueType(0); in scalarizeExtEltFP()
46748 SDLoc DL(ExtElt); in scalarizeExtEltFP()
46770 SDLoc DL(ExtElt); in scalarizeExtEltFP()
46815 SDLoc DL(ExtElt); in scalarizeExtEltFP()
46829 static SDValue combineArithReduction(SDNode *ExtElt, SelectionDAG &DAG, in combineArithReduction() argument
46831 assert(ExtElt->getOpcode() == ISD::EXTRACT_VECTOR_ELT && "Unexpected caller"); in combineArithReduction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23360 static SDValue scalarizeExtractedBinOp(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtractedBinOp() argument
23363 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtractedBinOp()
23364 SDValue Index = ExtElt->getOperand(1); in scalarizeExtractedBinOp()
23375 EVT ResVT = ExtElt->getValueType(0); in scalarizeExtractedBinOp()
H A DTargetLowering.cpp10238 SDValue ExtElt = DAG.getNode(ISD::ZERO_EXTEND, SL, IntVT, Trunc); in scalarizeVectorStore() local
10244 DAG.getNode(ISD::SHL, SL, IntVT, ExtElt, ShiftAmount); in scalarizeVectorStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16940 SDValue ExtElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, in PerformSTORECombine() local
16943 SDValue V = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ExtElt); in PerformSTORECombine()
16946 DCI.AddToWorklist(ExtElt.getNode()); in PerformSTORECombine()