Searched defs:AnyExt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPULegalizerInfo.cpp | 5790 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0); fixStoreSourceType() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 11915 lowerShuffleAsSpecificZeroOrAnyExtend(const SDLoc & DL,MVT VT,int Scale,int Offset,bool AnyExt,SDValue InputV,ArrayRef<int> Mask,const X86Subtarget & Subtarget,SelectionDAG & DAG) lowerShuffleAsSpecificZeroOrAnyExtend() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 22849 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; reduceBuildVecExtToExtBuildVec() local |