/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 51 void GISelKnownBits::computeKnownBitsForFrameIndex(Register R, KnownBits &Known, in computeKnownBitsForFrameIndex() argument 55 computeKnownBitsForAlignment(Known, inferPtrAlignment(MI)); in computeKnownBitsForFrameIndex() 58 void GISelKnownBits::computeKnownBitsForAlignment(KnownBits &Known, in computeKnownBitsForAlignment() argument 62 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForAlignment() 70 KnownBits Known; in getKnownBits() local 74 computeKnownBitsImpl(R, Known, DemandedElts); in getKnownBits() 75 return Known; in getKnownBits() 90 void GISelKnownBits::computeKnownBitsImpl(Register R, KnownBits &Known, in computeKnownBitsImpl() argument 102 Known = KnownBits(); in computeKnownBitsImpl() 107 Known = KnownBits(BitWidth); // Don't know anything in computeKnownBitsImpl() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 166 static void computeKnownBits(const Value *V, KnownBits &Known, 169 void llvm::computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() argument 174 ::computeKnownBits(V, Known, Depth, in computeKnownBits() 251 KnownBits Known = in isKnownNonNegative() local 253 return Known.isNonNegative(); in isKnownNonNegative() 271 KnownBits Known = in isKnownNegative() local 273 return Known.isNegative(); in isKnownNegative() 325 KnownBits &Known, KnownBits &Known2, in computeKnownBitsMul() argument 327 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsMul() 328 computeKnownBits(Op1, Known, Depth + 1, Q); in computeKnownBitsMul() [all …]
|
D | DemandedBits.cpp | 88 const APInt &AOut, APInt &AB, KnownBits &Known, KnownBits &Known2, in determineLiveOperandBits() argument 105 Known = KnownBits(BitWidth); in determineLiveOperandBits() 106 computeKnownBits(V1, Known, DL, 0, &AC, UserI, &DT); in determineLiveOperandBits() 138 std::min(BitWidth, Known.countMaxLeadingZeros()+1)); in determineLiveOperandBits() 148 std::min(BitWidth, Known.countMaxTrailingZeros()+1)); in determineLiveOperandBits() 245 AB &= ~(Known.Zero & ~Known2.Zero); in determineLiveOperandBits() 258 AB &= ~(Known.One & ~Known2.One); in determineLiveOperandBits() 372 KnownBits Known, Known2; in performAnalysis() local 394 Known, Known2, KnownBitsComputed); in performAnalysis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 68 KnownBits Known(BitWidth); in SimplifyDemandedInstructionBits() local 71 Value *V = SimplifyDemandedUseBits(&Inst, DemandedMask, Known, in SimplifyDemandedInstructionBits() 84 KnownBits &Known, in SimplifyDemandedBits() argument 87 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() 119 KnownBits &Known, unsigned Depth, in SimplifyDemandedUseBits() argument 127 Known.getBitWidth() == BitWidth && in SimplifyDemandedUseBits() 131 computeKnownBits(V, Known, Depth, CxtI); in SimplifyDemandedUseBits() 135 Known.resetAll(); in SimplifyDemandedUseBits() 144 computeKnownBits(V, Known, Depth, CxtI); in SimplifyDemandedUseBits() 152 return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, CxtI); in SimplifyDemandedUseBits() [all …]
|
D | InstCombineInternal.h | 728 void computeKnownBits(const Value *V, KnownBits &Known, in computeKnownBits() argument 730 llvm::computeKnownBits(V, Known, DL, Depth, &AC, CxtI, &DT); in computeKnownBits() 838 Value *SimplifyDemandedUseBits(Value *V, APInt DemandedMask, KnownBits &Known, 841 const APInt &DemandedMask, KnownBits &Known, 849 KnownBits &Known, 856 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Attributor.h | 1269 bool isAtFixpoint() const override { return Assumed == Known; } 1273 Known = Assumed; 1279 Assumed = Known; 1284 base_t getKnown() const { return Known; } 1331 base_t Known = getWorstState(); 1346 return (this->Known & BitsEncoding) == BitsEncoding; 1358 this->Known |= Bits; 1369 this->Known = (this->Known & ~BitsEncoding); 1376 this->Assumed = (this->Assumed & BitsEncoding) | this->Known; 1386 this->Known |= KnownValue; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2507 KnownBits Known(BitWidth); // Don't know anything. in computeKnownBits() local 2511 Known.One = C->getAPIntValue(); in computeKnownBits() 2512 Known.Zero = ~Known.One; in computeKnownBits() 2513 return Known; in computeKnownBits() 2517 Known.One = C->getValueAPF().bitcastToAPInt(); in computeKnownBits() 2518 Known.Zero = ~Known.One; in computeKnownBits() 2519 return Known; in computeKnownBits() 2523 return Known; // Limit search depth. in computeKnownBits() 2532 return Known; // No demanded elts, better to assume we don't know anything. in computeKnownBits() 2538 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBits() [all …]
|
D | FunctionLoweringInfo.cpp | 408 if (BitWidth > LOI->Known.getBitWidth()) { in GetLiveOutRegInfo() 410 LOI->Known = LOI->Known.zext(BitWidth, false /* => any extend */); in GetLiveOutRegInfo() 443 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo() 450 DestLOI.Known.Zero = ~Val; in ComputePHILiveOutRegInfo() 451 DestLOI.Known.One = Val; in ComputePHILiveOutRegInfo() 468 assert(DestLOI.Known.Zero.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo() 469 DestLOI.Known.One.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo() 476 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo() 483 DestLOI.Known.Zero &= ~Val; in ComputePHILiveOutRegInfo() 484 DestLOI.Known.One &= Val; in ComputePHILiveOutRegInfo() [all …]
|
D | TargetLowering.cpp | 585 KnownBits Known; in SimplifyDemandedBits() local 587 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() 596 KnownBits &Known, in SimplifyDemandedBits() argument 604 return SimplifyDemandedBits(Op, DemandedBits, DemandedElts, Known, TLO, Depth, in SimplifyDemandedBits() 802 const APInt &OriginalDemandedElts, KnownBits &Known, TargetLoweringOpt &TLO, in SimplifyDemandedBits() argument 819 Known = KnownBits(BitWidth); in SimplifyDemandedBits() 827 Known.One = cast<ConstantSDNode>(Op)->getAPIntValue(); in SimplifyDemandedBits() 828 Known.Zero = ~Known.One; in SimplifyDemandedBits() 838 Known = TLO.DAG.computeKnownBits(Op, DemandedElts, Depth); in SimplifyDemandedBits() 867 Known = SrcKnown.zextOrTrunc(BitWidth, false); in SimplifyDemandedBits() [all …]
|
/third_party/openssl/doc/man7/ |
D | EVP_MD-SHA2.pod | 25 Known names are "SHA2-224", "SHA-224" and "SHA224". 29 Known names are "SHA2-256", "SHA-256" and "SHA256". 33 Known names are "SHA2-384", "SHA-384" and "SHA384". 37 Known names are "SHA2-512", "SHA-512" and "SHA512". 49 Known names are "SHA2-512/224", "SHA-512/224" and "SHA512-224". 53 Known names are "SHA2-512/256", "SHA-512/256" and "SHA512-256".
|
D | EVP_MD-SHAKE.pod | 25 Known names are "KECCAK-KMAC-128" and "KECCAK-KMAC128" 30 Known names are "KECCAK-KMAC-256" and "KECCAK-KMAC256" 35 Known names are "SHAKE-128" and "SHAKE128" 39 Known names are "SHAKE-256" and "SHAKE256"
|
D | EVP_MD-BLAKE2.pod | 20 Known names are "BLAKE2S-256" and "BLAKE2s256". 24 Known names are "BLAKE2B-512" and "BLAKE2b512".
|
D | OSSL_PROVIDER-FIPS.pod | 225 Known answer test for a symmetric cipher. 229 Known answer test for a asymmetric cipher. 233 Known answer test for a digest. 237 Known answer test for a signature. 245 Known answer test for a key derivation function. 249 Known answer test for key agreement. 253 Known answer test for a Deterministic Random Bit Generator.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 161 KnownBits Known = 1; member 240 const KnownBits &Known) { in AddLiveOutRegInfo() argument 242 if (NumSignBits == 1 && Known.isUnknown()) in AddLiveOutRegInfo() 248 LOI.Known.One = Known.One; in AddLiveOutRegInfo() 249 LOI.Known.Zero = Known.Zero; in AddLiveOutRegInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | KnownBits.cpp | 35 APInt Known = std::move(LHSKnownUnion) & RHSKnownUnion & CarryKnownUnion; in computeForAddCarry() local 37 assert((PossibleSumZero & Known) == (PossibleSumOne & Known) && in computeForAddCarry() 42 KnownOut.Zero = ~std::move(PossibleSumZero) & Known; in computeForAddCarry() 43 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | function.rs | 239 Known(Abi), enumerator 254 Self::Known(abi) => abi.to_tokens(tokens), in to_tokens() 287 CXCallingConv_Default => ClangAbi::Known(Abi::C), in get_abi() 288 CXCallingConv_C => ClangAbi::Known(Abi::C), in get_abi() 289 CXCallingConv_X86StdCall => ClangAbi::Known(Abi::Stdcall), in get_abi() 290 CXCallingConv_X86FastCall => ClangAbi::Known(Abi::Fastcall), in get_abi() 291 CXCallingConv_X86ThisCall => ClangAbi::Known(Abi::ThisCall), in get_abi() 292 CXCallingConv_X86VectorCall => ClangAbi::Known(Abi::Vectorcall), in get_abi() 293 CXCallingConv_AAPCS => ClangAbi::Known(Abi::Aapcs), in get_abi() 294 CXCallingConv_X86_64Win64 => ClangAbi::Known(Abi::Win64), in get_abi() [all …]
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | VulkanShaderDebugging.md | 5 This debugger is still actively being developed. Please see the [Known Issues](#Known-Issues). 44 …er will allow you to debug the high-level shader source (please see [Known Issues](#Known-Issues)). 47 # Known Issues
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | GISelKnownBits.h | 39 virtual void computeKnownBitsImpl(Register R, KnownBits &Known, 67 void computeKnownBitsForFrameIndex(Register R, KnownBits &Known, 72 static void computeKnownBitsForAlignment(KnownBits &Known,
|
/third_party/rust/crates/rustix/tests/time/ |
D | dynamic_clocks.rs | 8 clock_gettime_dynamic(DynamicClockId::Known(ClockId::Realtime)).unwrap(); in test_known_clocks() 9 clock_gettime_dynamic(DynamicClockId::Known(ClockId::Monotonic)).unwrap(); in test_known_clocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 406 KnownBits Known = DAG.computeKnownBits(Value); in isWordAligned() local 407 return Known.countMinTrailingZeros() >= 2; in isWordAligned() 1606 KnownBits Known; in PerformDAGCombine() local 1611 TLI.SimplifyDemandedBits(OutVal, DemandedMask, Known, TLO)) in PerformDAGCombine() 1622 KnownBits Known; in PerformDAGCombine() local 1627 TLI.SimplifyDemandedBits(Time, DemandedMask, Known, TLO)) in PerformDAGCombine() 1660 KnownBits Known = DAG.computeKnownBits(N2); in PerformDAGCombine() local 1661 if ((Known.Zero & Mask) == Mask) { in PerformDAGCombine() 1682 KnownBits Known = DAG.computeKnownBits(N2); in PerformDAGCombine() local 1683 if ((Known.Zero & Mask) == Mask) { in PerformDAGCombine() [all …]
|
/third_party/mbedtls/ |
D | BUGS.md | 1 ## Known issues 3 Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 240 KnownBits Known(LongLen); in getValueRange() local 242 computeKnownBits(V, Known, DL); in getValueRange() 244 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange() 247 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
|
/third_party/node/deps/corepack/ |
D | README.md | 95 ## Known Good Releases 98 manager, it will default to a set of Known Good Releases. 100 If there is no Known Good Release for the requested package manager, Corepack 104 The Known Good Releases can be updated system-wide using `corepack install -g`. 106 major line as the Known Good Release, it auto-updates it by default. 114 includes the Last Known Good release for the specified package manager. 235 package manager, and to not update the Last Known Good version when it
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | known_gcc_test_failures.txt | 4 # 'exclusion'. Known failures are expected to fail, and will cause an error if 5 # they pass. (Known failures that do not run at all will not cause an
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 57 ConstantRange ConstantRange::fromKnownBits(const KnownBits &Known, in fromKnownBits() argument 59 assert(!Known.hasConflict() && "Expected valid KnownBits"); in fromKnownBits() 61 if (Known.isUnknown()) in fromKnownBits() 62 return getFull(Known.getBitWidth()); in fromKnownBits() 66 if (!IsSigned || Known.isNegative() || Known.isNonNegative()) in fromKnownBits() 67 return ConstantRange(Known.getMinValue(), Known.getMaxValue() + 1); in fromKnownBits() 71 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits()
|