Home
last modified time | relevance | path

Searched defs:Assume (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs22 pub struct Assume { struct
42 impl ConstParamTy for Assume {} argument
44 impl Assume { implementation
92 impl core::ops::Add for Assume { implementation
95 fn add(self, other_assumptions: Assume) -> Assume { in add()
103 impl core::ops::Sub for Assume { implementation
106 fn sub(self, other_assumptions: Assume) -> Assume { in sub()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs22 pub struct Assume { struct
42 impl ConstParamTy for Assume {} argument
44 impl Assume { implementation
92 impl core::ops::Add for Assume { implementation
95 fn add(self, other_assumptions: Assume) -> Assume { in add()
103 impl core::ops::Sub for Assume { implementation
106 fn sub(self, other_assumptions: Assume) -> Assume { in sub()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs22 pub struct Assume { struct
42 impl ConstParamTy for Assume {} argument
44 impl Assume { impl
92 impl core::ops::Add for Assume { implementation
95 fn add(self, other_assumptions: Assume) -> Assume { in add()
103 impl core::ops::Sub for Assume { implementation
106 fn sub(self, other_assumptions: Assume) -> Assume { in sub()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs22 pub struct Assume { struct
42 impl ConstParamTy for Assume {} argument
44 impl Assume { impl
92 impl core::ops::Add for Assume { implementation
95 fn add(self, other_assumptions: Assume) -> Assume { in add()
103 impl core::ops::Sub for Assume { implementation
106 fn sub(self, other_assumptions: Assume) -> Assume { in sub()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs22 pub struct Assume { struct
42 impl ConstParamTy for Assume {} argument
44 impl Assume { implementation
92 impl core::ops::Add for Assume { implementation
95 fn add(self, other_assumptions: Assume) -> Assume { in add()
103 impl core::ops::Sub for Assume { implementation
106 fn sub(self, other_assumptions: Assume) -> Assume { in sub()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp36 static Value *getValueFromBundleOpInfo(AssumeInst &Assume, in getValueFromBundleOpInfo()
43 bool llvm::hasAttributeInAssume(AssumeInst &Assume, Value *IsOn, in hasAttributeInAssume()
70 void llvm::fillMapFromAssume(AssumeInst &Assume, RetainedKnowledgeMap &Result) { in fillMapFromAssume()
99 llvm::getKnowledgeFromBundle(AssumeInst &Assume, in getKnowledgeFromBundle()
119 RetainedKnowledge llvm::getKnowledgeFromOperandInAssume(AssumeInst &Assume, in getKnowledgeFromOperandInAssume()
125 bool llvm::isAssumeWithEmptyBundle(AssumeInst &Assume) { in isAssumeWithEmptyBundle()
H A DTypeMetadataUtils.cpp86 if (auto *Assume = dyn_cast<AssumeInst>(CIU.getUser())) in findDevirtualizableCallsForTypeTest() local
H A DLoopAccessAnalysis.cpp743 const SCEV *PtrScev, Loop *L, bool Assume) { in hasComputableBounds()
983 bool Assume) { in createCheckForAccess()
1373 bool Assume, bool ShouldCheckWrap) { in getPtrStride()
H A DLoads.cpp167 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer()
H A DIVDescriptors.cpp1476 InductionDescriptor &D, bool Assume) { in isInductionPHI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp125 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume()
316 RetainedKnowledge llvm::simplifyRetainedKnowledge(AssumeInst *Assume, in simplifyRetainedKnowledge()
353 IntrinsicInst *Assume = cast<IntrinsicInst>(V); in buildMapping() local
394 IntrinsicInst *Assume; in dropRedundantKnowledge() member
406 IntrinsicInst *Assume = cast<IntrinsicInst>(V); in dropRedundantKnowledge() local
H A DPredicateInfo.cpp525 for (auto &Assume : AC.assumptions()) { in buildPredicateInfo() local
/aosp_15_r20/external/junit/src/main/java/org/junit/
H A DAssume.java36 public class Assume { class
43 public Assume() { in Assume() method in Assume
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DAssumptionCache.h49 WeakVH Assume; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DAssumptionCache.h49 WeakVH Assume; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DAssumptionCache.h49 WeakVH Assume; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DAssumptionCache.h49 WeakVH Assume; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DAssumptionCache.h49 WeakVH Assume; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp622 Loop *L, bool Assume) { in hasComputableBounds()
660 bool Assume) { in createCheckForAccess()
993 bool Assume, bool ShouldCheckWrap) { in getPtrStride()
H A DIVDescriptors.cpp1009 InductionDescriptor &D, bool Assume) { in isInductionPHI()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp737 bool Assume) { in isInductionPHI()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp694 for (auto Assume : Assumes) in scanTypeTestUsers() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExpectAssumeTests.cpp64 Assume enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DValue.cpp218 if (auto *Assume = dyn_cast<AssumeInst>(U.getUser())) { in dropDroppableUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp507 for (auto &Assume : AC.assumptions()) { in buildPredicateInfo() local

1234