Home
last modified time | relevance | path

Searched refs:ValueVT (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp111 if (ValueVT.isVector()) in getCopyFromParts()
121 if (ValueVT.isInteger()) { in getCopyFromParts()
191 if (PartEVT == ValueVT) in getCopyFromParts()
292 if (PartEVT == ValueVT) in getCopyFromPartsVector()
323 TLI.isTypeLegal(ValueVT)) in getCopyFromPartsVector()
357 if (ValueVT.isVector()) in getCopyToParts()
370 if (PartEVT == ValueVT) { in getCopyToParts()
406 ValueVT = Val.getValueType(); in getCopyToParts()
411 if (PartEVT != ValueVT) in getCopyToParts()
482 if (PartEVT == ValueVT) { in getCopyToPartsVector()
[all …]
H A DLegalizeTypesGeneric.cpp251 EVT ValueVT = LD->getValueType(0); in ExpandRes_NormalLoad() local
252 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandRes_NormalLoad()
282 if (TLI.hasBigEndianPartOrdering(ValueVT)) in ExpandRes_NormalLoad()
466 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() local
467 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandOp_NormalStore()
481 if (TLI.hasBigEndianPartOrdering(ValueVT)) in ExpandOp_NormalStore()
H A DFunctionLoweringInfo.cpp301 EVT ValueVT = ValueVTs[Value]; in CreateRegs() local
302 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs()
304 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT); in CreateRegs()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1375 EVT ValueVT = Value.getValueType(); in LowerSTORE() local
1394 if (ValueVT.isVector()) { in LowerSTORE()
1395 unsigned NumElemVT = ValueVT.getVectorNumElements(); in LowerSTORE()
1396 EVT ElemVT = ValueVT.getVectorElementType(); in LowerSTORE()
1416 if (ValueVT == MVT::i8) { in LowerSTORE()