HomeSort by relevance Sort by last modified time
    Searched refs:OutVT (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 210 EVT OutVT = N->getValueType(0);
211 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT);
260 CreateStackStoreLoad(InOp, OutVT));
303 EVT OutVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
304 return DAG.getConvertRndSat(OutVT, SDLoc(N), N->getOperand(0),
    [all...]
LegalizeTypesGeneric.cpp 40 EVT OutVT = N->getValueType(0);
41 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT);
95 if (InVT.isVector() && OutVT.isInteger()) {
LegalizeVectorTypes.cpp     [all...]

Completed in 56 milliseconds