| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 256 if (getTypeAction(ResVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp() 276 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp() 326 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_FP_ROUND() 384 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_UnaryOp() 410 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VecInregOp() 446 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VSELECT() 541 if (getTypeAction(SrcVT) == TargetLowering::TypeScalarizeVector) in ScalarizeVecRes_FP_TO_XINT_SAT() 563 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_SETCC() 1171 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST() 1350 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 343 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 569 if (TLI.getTypeAction(*DAG.getContext(), Op0.getValueType()) in PromoteIntRes_EXTRACT_VECTOR_ELT() 659 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 1070 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1071 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1105 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL() 1155 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA() 1164 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL() 1229 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE() 2834 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 48 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 522 else if (getTypeAction(Cond.getValueType()) == in SplitRes_SELECT()
|
| H A D | LegalizeTypes.cpp | 243 switch (getTypeAction(ResultVT)) { in run() 308 switch (getTypeAction(OpVT)) { in run()
|
| H A D | LegalizeTypes.h | 62 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function 63 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction() 68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
|
| H A D | LegalizeFloatTypes.cpp | 490 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND() 2338 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT() 2544 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
|
| H A D | LegalizeDAG.cpp | 968 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp() 973 assert((TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) == in LegalizeOp()
|
| H A D | TargetLowering.cpp | 5113 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV() 5261 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
|
| H A D | SelectionDAG.cpp | 1372 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 1385 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
|
| H A D | DAGCombiner.cpp | 17190 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfConstants() 17460 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfLoads()
|
| H A D | SelectionDAGBuilder.cpp | 3273 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 941 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion() 1024 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1050 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1514 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|
| H A D | TypePromotion.cpp | 982 if (TLI->getTypeAction(ICmp->getContext(), SrcVT) != in runOnFunction()
|
| H A D | CodeGenPrepare.cpp | 1294 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression() 1297 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression() 7789 if (TLI->getTypeAction(CI->getContext(), in optimizeInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 906 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 923 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 926 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 927 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 947 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 2041 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
|
| H A D | BasicTTIImpl.h | 962 TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) == 965 TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2223 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType() 5314 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant() 24264 assert(TLI.getTypeAction(*DAG.getContext(), StoreVT) == in LowerStore() 30467 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30492 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30534 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30559 if (getTypeAction(*DAG.getContext(), VT) != TypeWidenVector) in ReplaceNodeResults() 30607 getTypeAction(*DAG.getContext(), InVT) == TypeSplitVector && in ReplaceNodeResults() 30638 assert(getTypeAction(*DAG.getContext(), InVT) == TypeWidenVector && in ReplaceNodeResults() 30669 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3567 while (getTypeAction(*DAG.getContext(), VecEVT) == in lowerVECREDUCE() 4637 if (getTypeAction(*DAG.getContext(), Op0.getValueType()) != in ReplaceNodeResults()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8572 if (getTypeAction(*DAG.getContext(), EltVT) == in LowerINSERT_VECTOR_ELT() 8582 assert(getTypeAction(*DAG.getContext(), IEltVT) != in LowerINSERT_VECTOR_ELT()
|