Home
last modified time | relevance | path

Searched refs:Promoted (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1767 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local
1768 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST()
1772 Promoted); in PromoteFloatOp_BITCAST()
1835 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local
1840 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE()
1841 IVT, Promoted); in PromoteFloatOp_STORE()
DLegalizeIntegerTypes.cpp3354 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local
3358 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()
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake309 # Promoted warnings.
312 # Promoted warnings to errors.
/external/clang/lib/CodeGen/
DTargetInfo.cpp6510 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local
6515 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
/external/v8/
DChangeLog23789 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.