Searched refs:getTypeAction (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/llvm/patches/ |
| HD | patch-r263313-llvm-r203311-fix-sse1-oom.diff | 44 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector) 52 + if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) {
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLowering.h | 301 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/ |
| HD | LegalizeVectorTypes.cpp | 635 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 …]
|
| HD | LegalizeTypes.h | 67 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()
|
| HD | LegalizeTypesGeneric.cpp | 47 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 518 if (getTypeAction(Cond.getValueType()) == TargetLowering::TypeSplitVector) in SplitRes_SELECT()
|
| HD | LegalizeIntegerTypes.cpp | 214 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()
|
| HD | LegalizeTypes.cpp | 224 switch (getTypeAction(ResultVT)) { in run() 275 switch (getTypeAction(OpVT)) { in run()
|
| HD | LegalizeDAG.cpp | 1153 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp() 1158 assert((TLI.getTypeAction(*DAG.getContext(), in LegalizeOp()
|
| HD | SelectionDAG.cpp | 991 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 1004 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
|
| HD | DAGCombiner.cpp | 4336 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/ |
| HD | CodeGenPrepare.cpp | 470 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression() 473 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 1125 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|