HomeSort by: relevance | last modified time | path
    Searched refs:PromotedType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 787 EVT PromotedType = Op1Promoted.getValueType();
788 unsigned NewBits = PromotedType.getScalarSizeInBits();
792 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType);
794 DAG.getNode(ISD::ADD, dl, PromotedType, Op1Promoted, Op2Promoted);
795 return DAG.getNode(ISD::UMIN, dl, PromotedType, Add, SatMax);
800 return DAG.getNode(ISD::USUBSAT, dl, PromotedType, Op1Promoted,
805 if (IsShift || TLI.isOperationLegalOrCustom(Opcode, PromotedType)) {
822 EVT SHVT = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout());
825 DAG.getNode(ISD::SHL, dl, PromotedType, Op1Promoted, ShiftAmount);
828 DAG.getNode(ISD::SHL, dl, PromotedType, Op2Promoted, ShiftAmount)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7105 Type *PromotedType = getTransitionType();
7122 TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index);
7142 VectorCost += TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3059 QualType PromotedType;
3777 << Warnings[Warn].PromotedType

Completed in 46 milliseconds