Home
last modified time | relevance | path

Searched refs:getTypeAction (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h357 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function
375 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function
378 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function
379 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
399 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo()
1635 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1639 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) in getTypeConversion()
1719 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1743 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp363 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VSETCC()
695 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST()
981 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) in SplitVecRes_UnaryOp()
1823 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Convert()
1899 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift()
1942 switch (getTypeAction(InVT)) { in WidenVecRes_BITCAST()
2046 if (getTypeAction(InVT) != TargetLowering::TypeWidenVector) { in WidenVecRes_CONCAT_VECTORS()
2124 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_CONVERT_RNDSAT()
2192 if (getTypeAction(InOp.getValueType()) == TargetLowering::TypeWidenVector) in WidenVecRes_EXTRACT_SUBVECTOR()
2273 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector) in WidenVecRes_SELECT()
[all …]
DLegalizeTypes.h66 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function
67 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction()
72 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
DLegalizeTypesGeneric.cpp49 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST()
525 if (getTypeAction(Cond.getValueType()) == TargetLowering::TypeSplitVector) in SplitRes_SELECT()
DLegalizeIntegerTypes.cpp243 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST()
419 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND()
555 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
558 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
617 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE()
1700 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND()
2182 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_SIGN_EXTEND()
2417 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ZERO_EXTEND()
DLegalizeTypes.cpp226 switch (getTypeAction(ResultVT)) { in run()
277 switch (getTypeAction(OpVT)) { in run()
DLegalizeDAG.cpp1162 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp()
1167 assert((TLI.getTypeAction(*DAG.getContext(), in LegalizeOp()
DSelectionDAG.cpp1117 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
1130 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
DDAGCombiner.cpp4707 if (TLI.getTypeAction(*DAG.getContext(), VT) != in visitVSELECT()
9203 else if (TLI.getTypeAction(*DAG.getContext(), StoreTy) == in MergeConsecutiveStores()
9394 else if (TLI.getTypeAction(*DAG.getContext(), StoreTy) == in MergeConsecutiveStores()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp552 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression()
555 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression()
3139 if (TLI && TLI->getTypeAction(CI->getContext(), in OptimizeInst()
DTargetLoweringBase.cpp1213 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()