Home
last modified time | relevance | path

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

/trueos/contrib/llvm/patches/
HDpatch-r263313-llvm-r203311-fix-sse1-oom.diff44 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector)
52 + if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) {
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLowering.h301 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function
319 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function
322 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function
323 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
343 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo()
1479 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1483 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) in getTypeConversion()
1563 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1587 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp635 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST()
921 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) in SplitVecRes_UnaryOp()
1764 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Convert()
1841 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift()
1884 switch (getTypeAction(InVT)) { in WidenVecRes_BITCAST()
1990 if (getTypeAction(InVT) != TargetLowering::TypeWidenVector) { in WidenVecRes_CONCAT_VECTORS()
2068 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_CONVERT_RNDSAT()
2136 if (getTypeAction(InOp.getValueType()) == TargetLowering::TypeWidenVector) in WidenVecRes_EXTRACT_SUBVECTOR()
2218 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector) in WidenVecRes_SELECT()
2226 if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) { in WidenVecRes_SELECT()
[all …]
HDLegalizeTypes.h67 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function
68 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction()
73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
HDLegalizeTypesGeneric.cpp47 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST()
518 if (getTypeAction(Cond.getValueType()) == TargetLowering::TypeSplitVector) in SplitRes_SELECT()
HDLegalizeIntegerTypes.cpp214 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST()
389 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND()
525 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
528 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
587 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE()
1651 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND()
2190 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_SIGN_EXTEND()
2425 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ZERO_EXTEND()
HDLegalizeTypes.cpp224 switch (getTypeAction(ResultVT)) { in run()
275 switch (getTypeAction(OpVT)) { in run()
HDLegalizeDAG.cpp1153 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp()
1158 assert((TLI.getTypeAction(*DAG.getContext(), in LegalizeOp()
HDSelectionDAG.cpp991 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
1004 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
HDDAGCombiner.cpp4336 if (TLI.getTypeAction(*DAG.getContext(), VT) != in visitVSELECT()
8733 else if (TLI.getTypeAction(*DAG.getContext(), StoreTy) == in MergeConsecutiveStores()
8924 else if (TLI.getTypeAction(*DAG.getContext(), StoreTy) == in MergeConsecutiveStores()
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDCodeGenPrepare.cpp470 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression()
473 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression()
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1125 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()