Home
last modified time | relevance | path

Searched refs:AnyExt (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4370 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0); in fixStoreSourceType() local
4371 return AnyExt; in fixStoreSourceType()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14206 const SDLoc &DL, MVT VT, int Scale, int Offset, bool AnyExt, SDValue InputV, in lowerShuffleAsSpecificZeroOrAnyExtend() argument
14248 InputV = getEXTEND_VECTOR_INREG(AnyExt ? ISD::ANY_EXTEND : ISD::ZERO_EXTEND, in lowerShuffleAsSpecificZeroOrAnyExtend()
14257 if (AnyExt && EltBits == 32) { in lowerShuffleAsSpecificZeroOrAnyExtend()
14265 if (AnyExt && EltBits == 16 && Scale > 2) { in lowerShuffleAsSpecificZeroOrAnyExtend()
14316 AnyExt ? DAG.getUNDEF(MVT::i8) : DAG.getConstant(0x80, DL, MVT::i8); in lowerShuffleAsSpecificZeroOrAnyExtend()
14344 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT) in lowerShuffleAsSpecificZeroOrAnyExtend()
14383 bool AnyExt = true; in lowerShuffleAsZeroOrAnyExtend() local
14396 AnyExt = false; in lowerShuffleAsZeroOrAnyExtend()
14438 return lowerShuffleAsSpecificZeroOrAnyExtend(DL, VT, Scale, Offset, AnyExt, in lowerShuffleAsZeroOrAnyExtend()
20499 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0)); in LowerSCALAR_TO_VECTOR() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21000 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; in reduceBuildVecExtToExtBuildVec() local
21004 if (!ZeroExt && !AnyExt) { in reduceBuildVecExtToExtBuildVec()
21023 AllAnyExt &= AnyExt; in reduceBuildVecExtToExtBuildVec()