Home
last modified time | relevance | path

Searched refs:NewValue (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.h121 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()
DObjCARCOpts.cpp929 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/
DNVPTXGenericToNVVM.cpp165 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/
Dnode_elements.hpp94 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/
DLowerConstantIntrinsics.cpp51 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/
DSaveAndRestore.h23 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore()
24 X = NewValue; in SaveAndRestore()
DEndian.h260 void operator=(value_type NewValue) {
261 endian::write<value_type, endian, alignment>(Ptr, NewValue);
/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_throwing.hpp157 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/
DTruncInstCombine.cpp296 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()
DAggressiveInstCombineInternal.h70 Value *NewValue = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.h160 void setGenerateUnitTestMessages(bool NewValue) {
161 GenerateUnitTestMessages = NewValue;
DIceUtils.h164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver() argument
DIceLoopAnalyzer.cpp75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack() argument
DIceAssembler.h77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition() argument
DIceGlobalInits.h380 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant() argument
DIceTargetLoweringX8632.h582 void _mov_sp(Operand *NewValue);
DIceTargetLoweringX8664.h576 void _mov_sp(Operand *NewValue);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h143 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/
DFileCheckImpl.h109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h221 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/
DLoopUnrollAndJam.cpp396 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/
Darithmetic_simplify.cc40 …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/
DAutoUpgrade.cpp3869 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()
DCore.cpp3954 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/
Dpattern_matcher.h515 const PConstant<T> &NewValue() const {

12