/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/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/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 | IceUtils.h | 164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver() argument
|
D | IceClFlags.h | 160 void setGenerateUnitTestMessages(bool NewValue) { 161 GenerateUnitTestMessages = NewValue;
|
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);
|
D | IceTargetLoweringX8664.cpp | 7059 void TargetX8664::_mov_sp(Operand *NewValue) { in _mov_sp() argument 7061 _redefined(_mov(rsp, NewValue)); in _mov_sp()
|
D | IceTargetLoweringX8632.cpp | 7793 void TargetX8632::_mov_sp(Operand *NewValue) { in _mov_sp() argument 7795 _redefined(_mov(esp, NewValue)); in _mov_sp()
|
/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/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/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 9331 CombineTo(N, NewValue); in CombineExtLoad() 9336 DAG.getNode(ISD::TRUNCATE, SDLoc(N0), N0.getValueType(), NewValue); in CombineExtLoad() 9337 ExtendSetCCUses(SetCCs, N0, NewValue, (ISD::NodeType)N->getOpcode()); in CombineExtLoad()
|
/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 12010 DAG.ReplaceAllUsesWith(SubsNode, NewValue.getNode()); in performCONDCombine()
|