Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5790 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0); fixStoreSourceType() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11915 lowerShuffleAsSpecificZeroOrAnyExtend(const SDLoc & DL,MVT VT,int Scale,int Offset,bool AnyExt,SDValue InputV,ArrayRef<int> Mask,const X86Subtarget & Subtarget,SelectionDAG & DAG) lowerShuffleAsSpecificZeroOrAnyExtend() argument
12094 bool AnyExt = true; lowerShuffleAsZeroOrAnyExtend() local
18468 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0)); LowerSCALAR_TO_VECTOR() local
57097 if (SDValue AnyExt = IsExt64(peekThroughOneUseBitcasts(Src), false)) combineScalarToVector() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22849 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; reduceBuildVecExtToExtBuildVec() local
[all...]