HomeSort by: relevance | last modified time | path
    Searched refs:AnyExt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp 3644 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0);
3645 return AnyExt;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 13089 const SDLoc &DL, MVT VT, int Scale, int Offset, bool AnyExt, SDValue InputV,
13131 InputV = getEXTEND_VECTOR_INREG(AnyExt ? ISD::ANY_EXTEND : ISD::ZERO_EXTEND,
13140 if (AnyExt && EltBits == 32) {
13148 if (AnyExt && EltBits == 16 && Scale > 2) {
13199 AnyExt ? DAG.getUNDEF(MVT::i8) : DAG.getConstant(0x80, DL, MVT::i8);
13227 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT)
13266 bool AnyExt = true;
13278 // We no longer are in the anyext case.
13279 AnyExt = false;
13321 return lowerShuffleAsSpecificZeroOrAnyExtend(DL, VT, Scale, Offset, AnyExt,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 11680 // (as opposed to anyext the high bits), we can't combine the zextload
12036 // If this is anyext(trunc), don't fold it, allow ourselves to be folded.
18843 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND;
18847 if (!ZeroExt && !AnyExt) {
18852 // The input is a ZeroExt or AnyExt. Check the original type.
18866 AllAnyExt &= AnyExt;
21994 // The only exception is if one of the extensions is anyext.

Completed in 44 milliseconds