Searched refs:ExtElt (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 496 static ExtractElementInst *translateExtract(ExtractElementInst *ExtElt, in translateExtract() argument 500 if (!isa<FixedVectorType>(ExtElt->getOperand(0)->getType())) in translateExtract() 505 Value *X = ExtElt->getVectorOperand(); in translateExtract() 506 Value *C = ExtElt->getIndexOperand(); in translateExtract()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 688 ExtractElementInst *ExtElt, in replaceExtractElements() argument 691 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements() 710 Value *ExtVecOp = ExtElt->getVectorOperand(); in replaceExtractElements() 714 : ExtElt->getParent(); in replaceExtractElements() 745 IC.InsertNewInstWith(WideVec, ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
|
| H A D | InstCombineInternal.h | 376 Instruction *foldBitcastExtElt(ExtractElementInst &ExtElt);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 43848 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtEltFP() 43849 SDValue Index = ExtElt->getOperand(1); in scalarizeExtEltFP() 43850 EVT VT = ExtElt->getValueType(0); in scalarizeExtEltFP() 43866 SDLoc DL(ExtElt); in scalarizeExtEltFP() 43889 SDLoc DL(ExtElt); in scalarizeExtEltFP() 43932 SDLoc DL(ExtElt); in scalarizeExtEltFP() 43964 EVT VT = ExtElt->getValueType(0); in combineArithReduction() 43969 SDLoc DL(ExtElt); in combineArithReduction() 53534 SDValue ExtElt = Trunc.getOperand(0); in combineToFPTruncExtElt() local 53535 if (!ExtElt.hasOneUse() || ExtElt.getOpcode() != ISD::EXTRACT_VECTOR_ELT || in combineToFPTruncExtElt() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 21988 static SDValue scalarizeExtractedBinop(SDNode *ExtElt, SelectionDAG &DAG, in scalarizeExtractedBinop() argument 21991 SDValue Vec = ExtElt->getOperand(0); in scalarizeExtractedBinop() 21992 SDValue Index = ExtElt->getOperand(1); in scalarizeExtractedBinop() 22014 SDLoc DL(ExtElt); in scalarizeExtractedBinop() 22015 EVT VT = ExtElt->getValueType(0); in scalarizeExtractedBinop()
|
| H A D | TargetLowering.cpp | 9415 SDValue ExtElt = DAG.getNode(ISD::ZERO_EXTEND, SL, IntVT, Trunc); in scalarizeVectorStore() local 9421 DAG.getNode(ISD::SHL, SL, IntVT, ExtElt, ShiftAmount); in scalarizeVectorStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 16852 SDValue ExtElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, in PerformSTORECombine() local 16855 SDValue V = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ExtElt); in PerformSTORECombine() 16858 DCI.AddToWorklist(ExtElt.getNode()); in PerformSTORECombine()
|