Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h444 ZERO_EXTEND_VECTOR_INREG, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp330 case ISD::ZERO_EXTEND_VECTOR_INREG: in LegalizeOp()
685 case ISD::ZERO_EXTEND_VECTOR_INREG: in Expand()
DSelectionDAGDumper.cpp247 case ISD::ZERO_EXTEND_VECTOR_INREG: return "zero_extend_vector_inreg"; in getOperationName()
DLegalizeVectorTypes.cpp623 case ISD::ZERO_EXTEND_VECTOR_INREG: in SplitVectorResult()
2131 case ISD::ZERO_EXTEND_VECTOR_INREG: in WidenVectorResult()
2443 case ISD::ZERO_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
2461 case ISD::ZERO_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
DLegalizeIntegerTypes.cpp107 case ISD::ZERO_EXTEND_VECTOR_INREG: in PromoteIntegerResult()
3360 case ISD::ZERO_EXTEND_VECTOR_INREG: in PromoteIntRes_EXTEND_VECTOR_INREG()
DDAGCombiner.cpp1400 case ISD::ZERO_EXTEND_VECTOR_INREG: return visitZERO_EXTEND_VECTOR_INREG(N); in visit()
5788 Opcode == ISD::ZERO_EXTEND_VECTOR_INREG) in tryToFoldExtendOfConstant()
DSelectionDAG.cpp1070 return getNode(ISD::ZERO_EXTEND_VECTOR_INREG, DL, VT, Op); in getZeroExtendVectorInReg()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp900 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp323 setOperationAction(ISD::ZERO_EXTEND_VECTOR_INREG, VT, Custom); in SystemZTargetLowering()
4579 case ISD::ZERO_EXTEND_VECTOR_INREG: in LowerOperation()
4779 Opcode == ISD::ZERO_EXTEND_VECTOR_INREG || in combineExtract()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27570 SDValue Res = DAG.getNode(Mode == MULU8 ? ISD::ZERO_EXTEND_VECTOR_INREG in reduceVMULWidth()