Home
last modified time | relevance | path

Searched defs:NewValue (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DPtrState.h122 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
126 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
136 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
140 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
DObjCARCOpts.cpp767 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
789 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
/external/llvm/lib/Transforms/ObjCARC/
DPtrState.h120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
DObjCARCOpts.cpp723 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
743 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h68 Value *NewValue = nullptr; member
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
322 void VariantValue::setString(StringRef NewValue) { in setString()
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp166 Value *NewValue = C; in remapConstant() local
219 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp216 Value *NewValue = C; in remapConstant() local
269 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/swiftshader/third_party/subzero/src/
DIceUtils.h164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver()
DIceLoopAnalyzer.cpp75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack()
DIceAssembler.h77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition()
DIceGlobalInits.h423 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant()
DIceTargetLoweringX8632.cpp165 void TargetX8632::_mov_sp(Operand *NewValue) { in _mov_sp()
DIceTargetLoweringX8664.cpp189 void TargetX8664::_mov_sp(Operand *NewValue) { in _mov_sp()
DIceTargetLoweringX86Base.h726 void _mov_sp(Operand *NewValue) { in _mov_sp()
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp139 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/external/clang/lib/Analysis/
DBodyFarm.cpp299 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h149 void SetStartBit(uint64_t NewValue) { in SetStartBit()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h224 Value<TensorT>* NewValue() final { in NewValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp386 Value *NewValue = OldValue; in UnrollAndJamLoop() local
/external/clang/include/clang/Basic/
DIdentifierTable.h375 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp319 auto *NewValue = Builder.getInt8(FnIndex ? 1 : 0); in createClone() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp3553 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in UpgradeRetainReleaseMarker() local
3606 std::string NewValue; in UpgradeModuleFlags() local

12