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

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4370 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0);
4371 return AnyExt;
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14206 const SDLoc &DL, MVT VT, int Scale, int Offset, bool AnyExt, SDValue InputV,
14248 InputV = getEXTEND_VECTOR_INREG(AnyExt ? ISD::ANY_EXTEND : ISD::ZERO_EXTEND,
14257 if (AnyExt && EltBits == 32) {
14265 if (AnyExt && EltBits == 16 && Scale > 2) {
14316 AnyExt ? DAG.getUNDEF(MVT::i8) : DAG.getConstant(0x80, DL, MVT::i8);
14344 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT)
14383 bool AnyExt = true;
14396 AnyExt = false;
14438 return lowerShuffleAsSpecificZeroOrAnyExtend(DL, VT, Scale, Offset, AnyExt,
20499 SDValue AnyExt
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21000 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; local
21004 if (!ZeroExt && !AnyExt) {
21009 // The input is a ZeroExt or AnyExt. Check the original type.
21023 AllAnyExt &= AnyExt;

Completed in 376 milliseconds