Searched refs:Promoted (Results 1 – 5 of 5) sorted by relevance
1767 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local1768 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST()1772 Promoted); in PromoteFloatOp_BITCAST()1835 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local1840 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE()1841 IVT, Promoted); in PromoteFloatOp_STORE()
3354 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local3358 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()3361 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()3364 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG()3369 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
309 # Promoted warnings.312 # Promoted warnings to errors.
6510 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local6515 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
23789 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.