/external/v8/src/objects/ |
D | js-array-buffer.h | 164 enum class GcState : uint8_t { Dead = 0, Copied, Promoted }; enumerator 199 void YoungMarkPromoted() { set_young_gc_state(GcState::Promoted); } in YoungMarkPromoted() 203 bool IsYoungPromoted() { return young_gc_state() == GcState::Promoted; } in IsYoungPromoted()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 289 SmallPtrSet<Value*, 8> Promoted; in Mutate() local 366 Promoted.insert(V); in Mutate() 395 Promoted.insert(I); in Mutate() 407 Promoted.insert(ZExt); in Mutate() 439 if (Promoted.count(V) || NewInsts.count(V)) { in Mutate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 254 unsigned Promoted = 0; in run() local 265 Promoted++; in run() 266 if (Promoted >= MaxProm) in run() 274 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=" in run() 276 return Promoted != 0; in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 308 bool Promoted = false; in runOnLoop() local 327 Promoted |= promoteLoopAccessesToScalars(PointerMustAliases, ExitBlocks, in runOnLoop() 338 if (Promoted) in runOnLoop() 341 Changed |= Promoted; in runOnLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 545 SDValue Promoted = DAG.getNode(NewOpc, dl, NVT, Op.getOperand(0)); in PromoteFP_TO_INT() local 550 Promoted = DAG.getNode(Op->getOpcode() == ISD::FP_TO_UINT ? ISD::AssertZext in PromoteFP_TO_INT() 552 dl, NVT, Promoted, in PromoteFP_TO_INT() 554 return DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted); in PromoteFP_TO_INT()
|
D | LegalizeFloatTypes.cpp | 1781 SDValue Promoted = GetPromotedFloat(N->getOperand(0)); in PromoteFloatOp_BITCAST() local 1782 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST() 1787 IVT, Promoted); in PromoteFloatOp_BITCAST() 1853 SDValue Promoted = GetPromotedFloat(Val); in PromoteFloatOp_STORE() local 1858 NewVal = DAG.getNode(GetPromotionOpcode(Promoted.getValueType(), VT), DL, in PromoteFloatOp_STORE() 1859 IVT, Promoted); in PromoteFloatOp_STORE()
|
D | LegalizeIntegerTypes.cpp | 3510 SDValue Promoted; in PromoteIntRes_EXTEND_VECTOR_INREG() local 3514 Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 3517 Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 3520 Promoted = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTEND_VECTOR_INREG() 3525 return DAG.getNode(N->getOpcode(), dl, NVT, Promoted); in PromoteIntRes_EXTEND_VECTOR_INREG()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1767 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()
|
D | LegalizeIntegerTypes.cpp | 3354 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4805 bool Promoted = false; in tryToPromoteExts() local 4891 Promoted = true; in tryToPromoteExts() 4893 return Promoted; in tryToPromoteExts() 5208 bool Promoted = false; in performAddressTypePromotion() local 5228 Promoted = true; in performAddressTypePromotion() 5258 Promoted = true; in performAddressTypePromotion() 5266 return Promoted; in performAddressTypePromotion()
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 309 # Promoted warnings. 312 # Promoted warnings to errors.
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 520 # Promoted warnings. 523 # Promoted warnings to errors.
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6510 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr); in EmitVAArg() local 6515 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy); in EmitVAArg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8809 if (SDValue Promoted = isTypePromotionOfi1ZeroUpBits(Op)) in LowerCONCAT_VECTORSvXi1() local 8810 return widenSubVector(ResVT, Promoted, true, Subtarget, DAG, dl); in LowerCONCAT_VECTORSvXi1()
|
/external/v8/ |
D | ChangeLog | 44669 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
|