Searched refs:ValueVT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 203 if (ValueVT.isVector()) in getCopyFromParts() 213 if (ValueVT.isInteger()) { in getCopyFromParts() 286 if (PartEVT == ValueVT) in getCopyFromParts() 416 if (PartEVT == ValueVT) in getCopyFromPartsVector() 446 TLI.isTypeLegal(ValueVT)) in getCopyFromPartsVector() 496 if (ValueVT.isVector()) in getCopyToParts() 510 if (PartEVT == ValueVT) { in getCopyToParts() 525 ValueVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits()); in getCopyToParts() 557 if (PartEVT != ValueVT) { in getCopyToParts() 658 if (PartEVT == ValueVT) { in getCopyToPartsVector() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 258 EVT ValueVT = LD->getValueType(0); in ExpandRes_NormalLoad() local 259 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandRes_NormalLoad() 285 if (TLI.hasBigEndianPartOrdering(ValueVT, DAG.getDataLayout())) in ExpandRes_NormalLoad() 469 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() local 470 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandOp_NormalStore() 482 if (TLI.hasBigEndianPartOrdering(ValueVT, DAG.getDataLayout())) in ExpandOp_NormalStore()
|
| H A D | FunctionLoweringInfo.cpp | 375 EVT ValueVT = ValueVTs[Value]; in CreateRegs() local 376 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs() 378 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT); in CreateRegs()
|
| H A D | LegalizeVectorTypes.cpp | 3959 EVT ValueVT = StVal.getValueType(); in WidenVecOp_MSTORE() local 3961 ValueVT.getVectorElementType(), in WidenVecOp_MSTORE()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 149 EVT ValueVT = LD->getValueType(0); in SelectIndexedLoad() local 150 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in SelectIndexedLoad() 154 ValueVT = MVT::i32; in SelectIndexedLoad() 158 MachineSDNode *L = CurDAG->getMachineNode(Opcode, dl, ValueVT, in SelectIndexedLoad() 170 MachineSDNode *L = CurDAG->getMachineNode(Opcode, dl, ValueVT, MVT::Other, in SelectIndexedLoad() 472 EVT ValueVT = Value.getValueType(); in SelectIndexedStore() local 519 if (ST->isTruncatingStore() && ValueVT.getSizeInBits() == 64) { in SelectIndexedStore()
|