Searched defs:ValueVT (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp267 EVT ValueVT = ValueVTs[Value]; local
268 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT);
270 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT);
H A DLegalizeTypesGeneric.cpp251 EVT ValueVT = LD->getValueType(0); local
252 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT);
282 if (TLI.hasBigEndianPartOrdering(ValueVT))
466 EVT ValueVT = St->getValue().getValueType(); local
467 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), ValueVT);
481 if (TLI.hasBigEndianPartOrdering(ValueVT))
H A DSelectionDAGBuilder.cpp95 MVT PartVT, EVT ValueVT, const Value *V);
99 /// larger then ValueVT then AssertOp can be used to specify whether the extra
100 /// bits are known to be zero (ISD::AssertZext) or sign extended from ValueVT
104 unsigned NumParts, MVT PartVT, EVT ValueVT,
107 if (ValueVT.isVector())
109 PartVT, ValueVT, V);
117 if (ValueVT.isInteger()) {
119 unsigned ValueBits = ValueVT.getSizeInBits();
126 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
167 assert(ValueVT
102 getCopyFromParts(SelectionDAG &DAG, SDLoc DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, ISD::NodeType AssertOp = ISD::DELETED_NODE) argument
237 getCopyFromPartsVector(SelectionDAG &DAG, SDLoc DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V) argument
350 EVT ValueVT = Val.getValueType(); local
472 EVT ValueVT = Val.getValueType(); local
618 EVT ValueVT = ValueVTs[Value]; local
681 EVT ValueVT = ValueVTs[Value]; local
772 EVT ValueVT = ValueVTs[Value]; local
[all...]
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1405 EVT ValueVT = Value.getValueType(); local
1424 if (ValueVT.isVector()) {
1425 unsigned NumElemVT = ValueVT.getVectorNumElements();
1426 EVT ElemVT = ValueVT.getVectorElementType();
1446 if (ValueVT == MVT::i8) {

Completed in 97 milliseconds