/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() 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()
|
D | ObjCARCOpts.cpp | 929 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/ |
D | LowerConstantIntrinsics.cpp | 51 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/ |
D | NVPTXGenericToNVVM.cpp | 165 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/ |
D | AggressiveInstCombineInternal.h | 70 Value *NewValue = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver()
|
D | IceLoopAnalyzer.cpp | 75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack()
|
D | IceAssembler.h | 77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition()
|
D | IceGlobalInits.h | 380 void setIsConstant(bool NewValue) { IsConstant = NewValue; } in setIsConstant()
|
D | IceTargetLoweringX8664.cpp | 7059 void TargetX8664::_mov_sp(Operand *NewValue) { in _mov_sp()
|
D | IceTargetLoweringX8632.cpp | 7793 void TargetX8632::_mov_sp(Operand *NewValue) { in _mov_sp()
|
/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()
|
/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()
|
/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
|
/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 4043 std::string NewValue; in UpgradeModuleFlags() local
|
D | Core.cpp | 3954 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 12009 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/ |
D | DAGCombiner.cpp | 9326 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); in CombineExtLoad() local
|