Searched refs:OVT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 4363 MVT OVT = Node->getSimpleValueType(0); in PromoteNode() local 4369 OVT = Node->getOperand(0).getSimpleValueType(); in PromoteNode() 4375 OVT = Node->getOperand(1).getSimpleValueType(); in PromoteNode() 4378 OVT = Node->getOperand(2).getSimpleValueType(); in PromoteNode() 4379 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), OVT); in PromoteNode() 4400 OVT.getSizeInBits()); in PromoteNode() 4412 OVT.getSizeInBits(), dl, NVT)); in PromoteNode() 4414 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); in PromoteNode() 4418 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() 4426 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); in PromoteNode() [all …]
|
| D | LegalizeTypesGeneric.cpp | 290 EVT OVT = N->getValueType(0); in ExpandRes_VAARG() local 291 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); in ExpandRes_VAARG() 302 if (TLI.hasBigEndianPartOrdering(OVT, DAG.getDataLayout())) in ExpandRes_VAARG() 348 EVT OVT = N->getOperand(0).getValueType(); in ExpandOp_BITCAST() local 350 TLI.getTypeToTransformTo(*DAG.getContext(), OVT), in ExpandOp_BITCAST()
|
| D | LegalizeIntegerTypes.cpp | 462 EVT OVT = N->getValueType(0); in PromoteIntRes_BSWAP() local 470 if (!OVT.isVector() && in PromoteIntRes_BSWAP() 476 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() 484 EVT OVT = N->getValueType(0); in PromoteIntRes_BITREVERSE() local 492 if (!OVT.isVector() && OVT.isSimple() && in PromoteIntRes_BITREVERSE() 498 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() 532 EVT OVT = N->getValueType(0); in PromoteIntRes_CTLZ() local 538 DAG.getConstant(NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(), dl, in PromoteIntRes_CTLZ() 550 EVT OVT = N->getValueType(0); in PromoteIntRes_CTTZ() local 558 OVT.getScalarSizeInBits()); in PromoteIntRes_CTTZ() [all …]
|
| D | LegalizeVectorTypes.cpp | 2095 EVT OVT = N->getValueType(0); in SplitVecRes_VAARG() local 2096 EVT NVT = OVT.getHalfNumVectorElementsVT(*DAG.getContext()); in SplitVecRes_VAARG()
|