Searched refs:ValueVT (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 100 MVT PartVT, EVT ValueVT, const Value *V); 109 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() argument 112 if (ValueVT.isVector()) in getCopyFromParts() 114 PartVT, ValueVT, V); in getCopyFromParts() 122 if (ValueVT.isInteger()) { in getCopyFromParts() 124 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() 131 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts() 172 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts() 177 if (TLI.hasBigEndianPartOrdering(ValueVT)) in getCopyFromParts() 179 Val = DAG.getNode(ISD::BUILD_PAIR, DL, ValueVT, Lo, Hi); in getCopyFromParts() [all …]
|
D | LegalizeTypesGeneric.cpp | 254 EVT ValueVT = LD->getValueType(0); in ExpandRes_NormalLoad() local 255 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandRes_NormalLoad() 285 if (TLI.hasBigEndianPartOrdering(ValueVT)) in ExpandRes_NormalLoad() 469 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() local 470 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT); in ExpandOp_NormalStore() 484 if (TLI.hasBigEndianPartOrdering(ValueVT)) in ExpandOp_NormalStore()
|
D | FunctionLoweringInfo.cpp | 493 EVT ValueVT = ValueVTs[Value]; in CreateRegs() local 494 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs() 496 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT); in CreateRegs()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 481 EVT ValueVT = Value.getValueType(); in SelectIndexedStore() local 496 if (ST->isTruncatingStore() && ValueVT.getSizeInBits() == 64) { in SelectIndexedStore() 1088 EVT ValueVT = N->getValueType(0); in SelectBitOp() local 1091 if (!(ValueVT == MVT::i32 || ValueVT == MVT::i64 || in SelectBitOp() 1092 ValueVT == MVT::f32 || ValueVT == MVT::f64)) in SelectBitOp() 1109 if (((ValueVT == MVT::i32) && in SelectBitOp() 1111 ((ValueVT == MVT::i64) && in SelectBitOp() 1135 if (((ValueVT == MVT::i32) && !isPowerOf2_32(Val)) || in SelectBitOp() 1136 ((ValueVT == MVT::i64) && !isPowerOf2_64(Val))) in SelectBitOp() 1167 if (ValueVT == MVT::i32 || ValueVT == MVT::f32) { in SelectBitOp() [all …]
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 1374 EVT ValueVT = Value.getValueType(); in LowerSTORE() local 1393 if (ValueVT.isVector()) { in LowerSTORE() 1394 unsigned NumElemVT = ValueVT.getVectorNumElements(); in LowerSTORE() 1395 EVT ElemVT = ValueVT.getVectorElementType(); in LowerSTORE() 1415 if (ValueVT == MVT::i8) { in LowerSTORE()
|