Home
last modified time | relevance | path

Searched refs:ZERO_EXTEND_VECTOR_INREG (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h580 ZERO_EXTEND_VECTOR_INREG, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp68 case ISD::ZERO_EXTEND_VECTOR_INREG: in ScalarizeVectorResult()
396 case ISD::ZERO_EXTEND_VECTOR_INREG: in ScalarizeVecRes_VecInregOp()
861 case ISD::ZERO_EXTEND_VECTOR_INREG: in SplitVectorResult()
1980 case ISD::ZERO_EXTEND_VECTOR_INREG: in SplitVectorOperand()
2787 case ISD::ZERO_EXTEND_VECTOR_INREG: in WidenVectorResult()
3255 return DAG.getNode(ISD::ZERO_EXTEND_VECTOR_INREG, DL, WidenVT, InOp); in WidenVecRes_Convert()
3363 case ISD::ZERO_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
3381 case ISD::ZERO_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
4319 return DAG.getNode(ISD::ZERO_EXTEND_VECTOR_INREG, DL, VT, InOp); in WidenVecOp_EXTEND()
DLegalizeVectorOps.cpp441 case ISD::ZERO_EXTEND_VECTOR_INREG: in LegalizeOp()
857 case ISD::ZERO_EXTEND_VECTOR_INREG: in Expand()
DSelectionDAGDumper.cpp325 case ISD::ZERO_EXTEND_VECTOR_INREG: return "zero_extend_vector_inreg"; in getOperationName()
DTargetLowering.cpp1678 case ISD::ZERO_EXTEND_VECTOR_INREG: { in SimplifyDemandedBits()
1683 bool IsVecInReg = Op.getOpcode() == ISD::ZERO_EXTEND_VECTOR_INREG; in SimplifyDemandedBits()
1752 IsVecInReg ? ISD::ZERO_EXTEND_VECTOR_INREG : ISD::ZERO_EXTEND; in SimplifyDemandedBits()
2514 case ISD::ZERO_EXTEND_VECTOR_INREG: { in SimplifyDemandedVectorElts()
2532 if (Op.getOpcode() == ISD::ZERO_EXTEND_VECTOR_INREG) { in SimplifyDemandedVectorElts()
DLegalizeIntegerTypes.cpp112 case ISD::ZERO_EXTEND_VECTOR_INREG: in PromoteIntegerResult()
4357 case ISD::ZERO_EXTEND_VECTOR_INREG: in PromoteIntRes_EXTEND_VECTOR_INREG()
DDAGCombiner.cpp1566 case ISD::ZERO_EXTEND_VECTOR_INREG: return visitZERO_EXTEND_VECTOR_INREG(N); in visit()
9084 Opcode == ISD::ZERO_EXTEND_VECTOR_INREG) in tryToFoldExtendOfConstant()
9136 Opcode == ISD::ZERO_EXTEND || Opcode == ISD::ZERO_EXTEND_VECTOR_INREG; in tryToFoldExtendOfConstant()
10601 N0.getOpcode() == ISD::ZERO_EXTEND_VECTOR_INREG) && in visitSIGN_EXTEND_INREG()
18943 Opcode != ISD::ZERO_EXTEND_VECTOR_INREG) in combineTruncationShuffle()
DSelectionDAG.cpp3077 case ISD::ZERO_EXTEND_VECTOR_INREG: { in computeKnownBits()
4692 case ISD::ZERO_EXTEND_VECTOR_INREG: in getNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp85 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, T, Legal); in initializeHVXLowering()
140 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, T, Legal); in initializeHVXLowering()
1437 return DAG.getNode(ISD::ZERO_EXTEND_VECTOR_INREG, SDLoc(Op), ty(Op), in LowerHvxExtend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp699 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp374 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
5199 case ISD::ZERO_EXTEND_VECTOR_INREG: in LowerOperation()
5511 Opcode == ISD::ZERO_EXTEND_VECTOR_INREG || in combineExtract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td408 def zext_invec : SDNode<"ISD::ZERO_EXTEND_VECTOR_INREG", SDTExtInvec>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1103 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Legal); in X86TargetLowering()
1308 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Custom); in X86TargetLowering()
1544 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Custom); in X86TargetLowering()
1801 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, MVT::v32i16, Custom); in X86TargetLowering()
2017 setTargetDAGCombine(ISD::ZERO_EXTEND_VECTOR_INREG); in X86TargetLowering()
6008 case ISD::ZERO_EXTEND_VECTOR_INREG: in getOpcode_EXTEND_VECTOR_INREG()
6009 return ISD::ZERO_EXTEND_VECTOR_INREG; in getOpcode_EXTEND_VECTOR_INREG()
7469 case ISD::ZERO_EXTEND_VECTOR_INREG: in getFauxShuffleMask()
23402 ShAmt = DAG.getNode(ISD::ZERO_EXTEND_VECTOR_INREG, SDLoc(ShAmt), in getTargetVShiftNode()
23416 ShAmt = DAG.getNode(ISD::ZERO_EXTEND_VECTOR_INREG, SDLoc(ShAmt), in getTargetVShiftNode()
[all …]
DX86ISelDAGToDAG.cpp888 : ISD::ZERO_EXTEND_VECTOR_INREG; in PreprocessISelDAG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15814 SubOpcd0 == ISD::ZERO_EXTEND_VECTOR_INREG) && in combineABS()
15816 SubOpcd1 == ISD::ZERO_EXTEND_VECTOR_INREG)) { in combineABS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc2888 // FastEmit functions for ISD::ZERO_EXTEND_VECTOR_INREG.
6891 …case ISD::ZERO_EXTEND_VECTOR_INREG: return fastEmit_ISD_ZERO_EXTEND_VECTOR_INREG_r(VT, RetVT, Op0,…