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.cpp695 ExtractElementInst *ExtElt, in replaceExtractElements() argument
698 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements()
717 Value *ExtVecOp = ExtElt->getVectorOperand(); in replaceExtractElements()
721 : ExtElt->getParent(); in replaceExtractElements()
752 IC.InsertNewInstWith(WideVec, ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
H A DInstCombineInternal.h382 Instruction *foldBitcastExtElt(ExtractElementInst &ExtElt);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp509 static ExtractElementInst *translateExtract(ExtractElementInst *ExtElt, in translateExtract() argument
513 if (!isa<FixedVectorType>(ExtElt->getOperand(0)->getType())) in translateExtract()
518 Value *X = ExtElt->getVectorOperand(); in translateExtract()
519 Value *C = ExtElt->getIndexOperand(); in translateExtract()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44887 static SDValue scalarizeExtEltFP(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtEltFP() argument
44889 assert(ExtElt->getOpcode() == ISD::EXTRACT_VECTOR_ELT && "Expected extract"); in scalarizeExtEltFP()
44890 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtEltFP()
44891 SDValue Index = ExtElt->getOperand(1); in scalarizeExtEltFP()
44892 EVT VT = ExtElt->getValueType(0); in scalarizeExtEltFP()
44908 SDLoc DL(ExtElt); in scalarizeExtEltFP()
44931 SDLoc DL(ExtElt); in scalarizeExtEltFP()
44974 SDLoc DL(ExtElt); in scalarizeExtEltFP()
44988 static SDValue combineArithReduction(SDNode *ExtElt, SelectionDAG &DAG, in combineArithReduction() argument
44990 assert(ExtElt->getOpcode() == ISD::EXTRACT_VECTOR_ELT && "Unexpected caller"); in combineArithReduction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9745 SDValue ExtElt = DAG.getNode(ISD::ZERO_EXTEND, SL, IntVT, Trunc); in scalarizeVectorStore() local
9751 DAG.getNode(ISD::SHL, SL, IntVT, ExtElt, ShiftAmount); in scalarizeVectorStore()
H A DDAGCombiner.cpp22356 static SDValue scalarizeExtractedBinop(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtractedBinop() argument
22359 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtractedBinop()
22360 SDValue Index = ExtElt->getOperand(1); in scalarizeExtractedBinop()
22382 EVT VT = ExtElt->getValueType(0); in scalarizeExtractedBinop()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16867 SDValue ExtElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, in PerformSTORECombine() local
16870 SDValue V = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ExtElt); in PerformSTORECombine()
16873 DCI.AddToWorklist(ExtElt.getNode()); in PerformSTORECombine()