/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 152 bool Changed = false; in inferLibFuncAttributes() local 155 Changed |= setDoesNotFreeMemory(F); in inferLibFuncAttributes() 158 Changed |= setNonLazyBind(F); in inferLibFuncAttributes() 163 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes() 164 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 165 Changed |= setOnlyAccessesArgMemory(F); in inferLibFuncAttributes() 166 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 167 return Changed; in inferLibFuncAttributes() 170 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes() 171 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
D | CanonicalizeAliases.cpp | 42 static Constant *canonicalizeAlias(Constant *C, bool &Changed) { in canonicalizeAlias() argument 44 auto *NewAliasee = canonicalizeAlias(GA->getAliasee(), Changed); in canonicalizeAlias() 47 Changed = true; in canonicalizeAlias() 58 Ops.push_back(canonicalizeAlias(cast<Constant>(U), Changed)); in canonicalizeAlias() 64 bool Changed = false; in canonicalizeAliases() local 66 canonicalizeAlias(&GA, Changed); in canonicalizeAliases() 67 return Changed; in canonicalizeAliases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PreISelIntrinsicLowering.cpp | 34 bool Changed = false; in lowerLoadRelative() local 55 Changed = true; in lowerLoadRelative() 58 return Changed; in lowerLoadRelative() 122 bool Changed = false; in lowerIntrinsics() local 125 Changed |= lowerLoadRelative(F); in lowerIntrinsics() 132 Changed |= lowerObjCCall(F, "objc_autorelease"); in lowerIntrinsics() 135 Changed |= lowerObjCCall(F, "objc_autoreleasePoolPop"); in lowerIntrinsics() 138 Changed |= lowerObjCCall(F, "objc_autoreleasePoolPush"); in lowerIntrinsics() 141 Changed |= lowerObjCCall(F, "objc_autoreleaseReturnValue"); in lowerIntrinsics() 144 Changed |= lowerObjCCall(F, "objc_copyWeak"); in lowerIntrinsics() [all …]
|
D | MIRCanonicalizerPass.cpp | 100 bool Changed = false; in rescheduleLexographically() local 129 Changed = true; in rescheduleLexographically() 133 return Changed; in rescheduleLexographically() 139 bool Changed = false; in rescheduleCanonically() local 272 Changed = true; in rescheduleCanonically() 288 Changed |= rescheduleLexographically( in rescheduleCanonically() 296 Changed |= rescheduleLexographically( in rescheduleCanonically() 300 return Changed; in rescheduleCanonically() 304 bool Changed = false; in propagateLocalCopies() local 343 Changed = true; in propagateLocalCopies() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 180 bool Changed = false; in processBlock() local 191 Changed |= shortenIIF(MI, SystemZ::LLILL, SystemZ::LLILH); in processBlock() 195 Changed |= shortenIIF(MI, SystemZ::LLIHL, SystemZ::LLIHH); in processBlock() 199 Changed |= shortenOn001AddCC(MI, SystemZ::ADBR); in processBlock() 203 Changed |= shortenOn001AddCC(MI, SystemZ::AEBR); in processBlock() 207 Changed |= shortenOn001(MI, SystemZ::DDBR); in processBlock() 211 Changed |= shortenOn001(MI, SystemZ::DEBR); in processBlock() 215 Changed |= shortenFPConv(MI, SystemZ::FIDBRA); in processBlock() 219 Changed |= shortenFPConv(MI, SystemZ::FIEBRA); in processBlock() 223 Changed |= shortenOn01(MI, SystemZ::LDEBR); in processBlock() [all …]
|
/third_party/rust/crates/clang-sys/ |
D | CHANGELOG.md | 3 ### Changed subsection 45 ### Changed subsection 55 ### Changed subsection 56 - Changed `Clang::find` to prefer target-prefixed binaries when a `-target` 69 ### Changed subsection 74 ### Changed subsection 99 ### Changed subsection 104 ### Changed subsection 137 ### Changed subsection 150 ### Changed subsection [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVVMIntrRange.cpp | 84 bool Changed = false; in runOnFunction() local 94 Changed |= addRangeMetadata(0, MaxBlockSize.x, Call); in runOnFunction() 97 Changed |= addRangeMetadata(0, MaxBlockSize.y, Call); in runOnFunction() 100 Changed |= addRangeMetadata(0, MaxBlockSize.z, Call); in runOnFunction() 105 Changed |= addRangeMetadata(1, MaxBlockSize.x+1, Call); in runOnFunction() 108 Changed |= addRangeMetadata(1, MaxBlockSize.y+1, Call); in runOnFunction() 111 Changed |= addRangeMetadata(1, MaxBlockSize.z+1, Call); in runOnFunction() 116 Changed |= addRangeMetadata(0, MaxGridSize.x, Call); in runOnFunction() 119 Changed |= addRangeMetadata(0, MaxGridSize.y, Call); in runOnFunction() 122 Changed |= addRangeMetadata(0, MaxGridSize.z, Call); in runOnFunction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 670 bool Changed = false; in enableLoadCacheBypass() local 679 Changed |= enableGLCBit(MI); in enableLoadCacheBypass() 698 return Changed; in enableLoadCacheBypass() 704 bool Changed = false; in enableNonTemporal() local 707 Changed |= enableGLCBit(MI); in enableNonTemporal() 708 Changed |= enableSLCBit(MI); in enableNonTemporal() 710 return Changed; in enableNonTemporal() 717 bool Changed = false; in insertCacheInvalidate() local 730 Changed = true; in insertCacheInvalidate() 752 return Changed; in insertCacheInvalidate() [all …]
|
D | AMDGPULowerIntrinsics.cpp | 65 bool Changed = false; in expandMemIntrinsicUses() local 79 Changed = true; in expandMemIntrinsicUses() 89 Changed = true; in expandMemIntrinsicUses() 99 Changed = true; in expandMemIntrinsicUses() 110 return Changed; in expandMemIntrinsicUses() 119 bool Changed = false; in makeLIDRangeMetadata() local 126 Changed |= AMDGPUSubtarget::get(TM, F).makeLIDRangeMetadata(CI); in makeLIDRangeMetadata() 128 return Changed; in makeLIDRangeMetadata() 132 bool Changed = false; in runOnModule() local 143 Changed = true; in runOnModule() [all …]
|
D | AMDGPUAnnotateKernelFeatures.cpp | 215 bool Changed = false; in processUniformWorkGroupAttribute() local 223 Changed = propagateUniformWorkGroupAttribute(*Caller, *Callee); in processUniformWorkGroupAttribute() 227 return Changed; in processUniformWorkGroupAttribute() 270 bool Changed = false; in addFeatureAttributes() local 292 Changed = true; in addFeatureAttributes() 299 Changed = true; in addFeatureAttributes() 329 Changed = true; in addFeatureAttributes() 337 Changed = true; in addFeatureAttributes() 340 return Changed; in addFeatureAttributes() 344 bool Changed = false; in runOnSCC() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLateEHPrepare.cpp | 111 bool Changed = false; in runOnMachineFunction() local 113 Changed |= addCatches(MF); in runOnMachineFunction() 114 Changed |= replaceFuncletReturns(MF); in runOnMachineFunction() 116 Changed |= removeUnnecessaryUnreachables(MF); in runOnMachineFunction() 118 Changed |= addExceptionExtraction(MF); in runOnMachineFunction() 119 Changed |= restoreStackPointer(MF); in runOnMachineFunction() 121 return Changed; in runOnMachineFunction() 126 bool Changed = false; in addCatches() local 131 Changed = true; in addCatches() 140 return Changed; in addCatches() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 121 bool Changed = false; in RunPassOnSCC() local 139 Changed = CGSP->runOnSCC(CurSCC); in RunPassOnSCC() 159 if (Changed) in RunPassOnSCC() 163 return Changed; in RunPassOnSCC() 176 Changed |= FPP->runOnFunction(*F); in RunPassOnSCC() 184 if (Changed && CallGraphUpToDate) { in RunPassOnSCC() 189 return Changed; in RunPassOnSCC() 405 bool Changed = false; in RunAllPassesOnSCC() local 441 Changed |= RunPassOnSCC(P, CurSCC, CG, in RunAllPassesOnSCC() 444 if (Changed) in RunAllPassesOnSCC() [all …]
|
/third_party/libabigail/tests/data/test-abidiff-exit/ |
D | qualifier-typedef-array-report-2.txt | 2 Changed leaf types summary: 0 leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | qualifier-typedef-array-report-3.txt | 2 Changed leaf types summary: 0 leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-decl-enum-report-3.txt | 2 Changed leaf types summary: 0 leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed (2 filtered out), 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-leaf-stats-report.txt | 2 Changed leaf types summary: 0 leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 1 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 1 Changed, 0 Added variable 13 1 Changed variable:
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR25661-4-report-3.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-PR25661-3-report-3.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-PR25661-6-report-2.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-PR25661-2-report-3.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-PR25661-7-report-2.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-PR25661-5-report-3.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
D | test-PR25661-1-report-3.txt | 2 Changed leaf types summary: 0 (1 filtered out) leaf type changed 3 Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function 4 Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTOCRegDeps.cpp | 111 bool Changed = false; in processBlock() local 124 Changed = true; in processBlock() 127 return Changed; in processBlock() 132 bool Changed = false; in runOnMachineFunction() local 137 Changed = true; in runOnMachineFunction() 140 return Changed; in runOnMachineFunction()
|
/third_party/libabigail/tests/data/test-fedabipkgdiff/ |
D | test0-from-fc20-to-fc23-dbus-glib-report-0.txt | 4 Functions changes summary: 0 Removed, 0 Changed, 2 Added functions 5 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 15 Functions changes summary: 2 Removed, 0 Changed, 1 Added functions 16 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 40 Functions changes summary: 0 Removed, 0 Changed, 2 Added functions 41 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 51 Functions changes summary: 2 Removed, 0 Changed, 0 Added functions 52 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
|