Searched refs:ANY_EXTEND_VECTOR_INREG (Results 1 – 18 of 18) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 422 ANY_EXTEND_VECTOR_INREG, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 467 ANY_EXTEND_VECTOR_INREG, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 106 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, T, Custom); in initializeHVXLowering() 139 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, T, Custom); in initializeHVXLowering() 1358 assert(Op.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG); in LowerHvxExtend() 1499 case ISD::ANY_EXTEND_VECTOR_INREG: return LowerHvxExtend(Op, DAG); in LowerHvxOperation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 328 case ISD::ANY_EXTEND_VECTOR_INREG: in LegalizeOp() 681 case ISD::ANY_EXTEND_VECTOR_INREG: in Expand()
|
D | SelectionDAGDumper.cpp | 245 case ISD::ANY_EXTEND_VECTOR_INREG: return "any_extend_vector_inreg"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 621 case ISD::ANY_EXTEND_VECTOR_INREG: in SplitVectorResult() 2129 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVectorResult() 2439 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG() 2455 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
|
D | LegalizeIntegerTypes.cpp | 105 case ISD::ANY_EXTEND_VECTOR_INREG: in PromoteIntegerResult() 3363 case ISD::ANY_EXTEND_VECTOR_INREG: in PromoteIntRes_EXTEND_VECTOR_INREG()
|
D | SelectionDAG.cpp | 1048 return getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, VT, Op); in getAnyExtendVectorInReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 67 case ISD::ANY_EXTEND_VECTOR_INREG: in ScalarizeVectorResult() 287 case ISD::ANY_EXTEND_VECTOR_INREG: in ScalarizeVecRes_VecInregOp() 678 case ISD::ANY_EXTEND_VECTOR_INREG: in SplitVectorResult() 1649 case ISD::ANY_EXTEND_VECTOR_INREG: in SplitVectorOperand() 2337 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVectorResult() 2656 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG() 2672 case ISD::ANY_EXTEND_VECTOR_INREG: in WidenVecRes_EXTEND_VECTOR_INREG()
|
D | LegalizeVectorOps.cpp | 387 case ISD::ANY_EXTEND_VECTOR_INREG: in LegalizeOp() 711 case ISD::ANY_EXTEND_VECTOR_INREG: in Expand()
|
D | SelectionDAGDumper.cpp | 288 case ISD::ANY_EXTEND_VECTOR_INREG: return "any_extend_vector_inreg"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 107 case ISD::ANY_EXTEND_VECTOR_INREG: in PromoteIntegerResult() 3519 case ISD::ANY_EXTEND_VECTOR_INREG: in PromoteIntRes_EXTEND_VECTOR_INREG()
|
D | DAGCombiner.cpp | 9247 if ((N0.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG || in visitSIGN_EXTEND_INREG() 16728 TLI.isOperationLegalOrCustom(ISD::ANY_EXTEND_VECTOR_INREG, OutVT)) in combineShuffleToVectorExtend() 16753 if (Opcode != ISD::ANY_EXTEND_VECTOR_INREG && in combineTruncationShuffle()
|
D | SelectionDAG.cpp | 1129 return getNode(ISD::ANY_EXTEND_VECTOR_INREG, DL, VT, Op); in getAnyExtendVectorInReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 643 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 898 setOperationAction(ISD::ANY_EXTEND_VECTOR_INREG, VT, Expand); in initActions()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 4780 Opcode == ISD::ANY_EXTEND_VECTOR_INREG) && in combineExtract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5175 Opcode == ISD::ANY_EXTEND_VECTOR_INREG) && in combineExtract()
|