/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() argument 125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() argument 126 RRI.IsTailCallRelease = NewValue; in SetTailCallRelease() 135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() argument 139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted() argument 140 RRI.CFGHazardAfflicted = NewValue; in SetCFGHazardAfflicted()
|
D | ObjCARCOpts.cpp | 929 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCallImpl() local 933 << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCallImpl() 934 CI->replaceAllUsesWith(NewValue); in OptimizeIndividualCallImpl() 950 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCallImpl() local 954 << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCallImpl() 956 CI->replaceAllUsesWith(NewValue); in OptimizeIndividualCallImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 165 Value *NewValue = C; in remapConstant() local 175 NewValue = Builder.CreateAddrSpaceCast( in remapConstant() 183 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant() 188 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant() 191 ConstantToValueMap[C] = NewValue; in remapConstant() 192 return NewValue; in remapConstant() 218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local 222 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate() 226 NewValue = in remapConstantVectorOrConstantAggregate() 227 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate() [all …]
|
/third_party/boost/boost/geometry/index/detail/rtree/node/ |
D | node_elements.hpp | 94 template <typename Elements, typename NewValue> 97 typedef boost::container::vector<NewValue> type; 100 template <typename OldValue, size_t N, typename NewValue> 101 struct container_from_elements_type<detail::varray<OldValue, N>, NewValue> 103 typedef detail::varray<NewValue, N> type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerConstantIntrinsics.cpp | 51 Value *NewValue) { in replaceConditionalBranchesOnConstant() argument 54 replaceAndRecursivelySimplify(II, NewValue, nullptr, nullptr, nullptr, in replaceConditionalBranchesOnConstant() 116 Value *NewValue; in lowerConstantIntrinsics() local 121 NewValue = lowerIsConstantIntrinsic(II); in lowerConstantIntrinsics() 125 NewValue = lowerObjectSizeCall(II, DL, TLI, true); in lowerConstantIntrinsics() 129 HasDeadBlocks |= replaceConditionalBranchesOnConstant(II, NewValue); in lowerConstantIntrinsics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SaveAndRestore.h | 23 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore() 24 X = NewValue; in SaveAndRestore()
|
D | Endian.h | 260 void operator=(value_type NewValue) { 261 endian::write<value_type, endian, alignment>(Ptr, NewValue);
|
/third_party/boost/libs/geometry/index/test/rtree/exceptions/ |
D | test_throwing.hpp | 157 template <typename OldValue, size_t N, typename NewValue> 158 struct container_from_elements_type<throwing_varray<OldValue, N>, NewValue> 160 typedef throwing_varray<NewValue, N> type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 296 assert(Entry.NewValue); in getReducedOperand() 297 return Entry.NewValue; in getReducedOperand() 305 assert(!NodeInfo.NewValue && "Instruction has been evaluated"); in ReduceExpressionDag() 320 NodeInfo.NewValue = I->getOperand(0); in ReduceExpressionDag() 358 NodeInfo.NewValue = Res; in ReduceExpressionDag()
|
D | AggressiveInstCombineInternal.h | 70 Value *NewValue = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceClFlags.h | 160 void setGenerateUnitTestMessages(bool NewValue) { 161 GenerateUnitTestMessages = NewValue;
|
D | IceUtils.h | 164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver() argument
|
D | IceLoopAnalyzer.cpp | 75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack() argument
|
D | IceAssembler.h | 77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition() argument
|
D | IceGlobalInits.h | 380 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant() argument
|
D | IceTargetLoweringX8632.h | 582 void _mov_sp(Operand *NewValue);
|
D | IceTargetLoweringX8664.h | 576 void _mov_sp(Operand *NewValue);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 143 void SetStartBit(uint64_t NewValue) { StartBit = NewValue; } in SetStartBit() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheckImpl.h | 109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Endian.h | 221 void operator=(value_type NewValue) { 222 endian::write<value_type, endian, alignment>(Ptr, NewValue);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollAndJam.cpp | 396 Value *NewValue = OldValue; in UnrollAndJamLoop() local 398 NewValue = PrevValue; in UnrollAndJamLoop() 402 Phi.setIncomingValue(0, NewValue); in UnrollAndJamLoop()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | arithmetic_simplify.cc | 40 …REPLACE(node, PBinOperation(prim::kPrimScalarMul, x, zero_scalar_, true), zero_scalar_.NewValue()); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3869 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in UpgradeRetainReleaseMarker() local 3870 ID = MDString::get(M.getContext(), NewValue); in UpgradeRetainReleaseMarker() 4043 std::string NewValue; in UpgradeModuleFlags() local 4045 NewValue += S.str(); in UpgradeModuleFlags() 4047 MDString::get(M.getContext(), NewValue)}; in UpgradeModuleFlags()
|
D | Core.cpp | 3954 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread() argument 3956 SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System; in LLVMSetAtomicSingleThread()
|
/third_party/mindspore/mindspore/core/ir/ |
D | pattern_matcher.h | 515 const PConstant<T> &NewValue() const {
|