Home
last modified time | relevance | path

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

/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()
125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
DObjCARCOpts.cpp929 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
950 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp51 Value *NewValue) { in replaceConditionalBranchesOnConstant()
116 Value *NewValue; in lowerConstantIntrinsics() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp165 Value *NewValue = C; in remapConstant() local
218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h70 Value *NewValue = nullptr; member
/third_party/skia/third_party/externals/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.h380 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant()
DIceTargetLoweringX8664.cpp7059 void TargetX8664::_mov_sp(Operand *NewValue) { in _mov_sp()
DIceTargetLoweringX8632.cpp7793 void TargetX8632::_mov_sp(Operand *NewValue) { in _mov_sp()
/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()
/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp396 Value *NewValue = OldValue; in UnrollAndJamLoop() local
/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
4043 std::string NewValue; in UpgradeModuleFlags() local
DCore.cpp3954 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12009 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9326 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); in CombineExtLoad() local