HomeSort by relevance Sort by last modified time
    Searched refs:isSubsetOf (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
SCCIteratorTest.cpp 67 EXPECT_TRUE(NodesInThisSCC.isSubsetOf(G.NodesReachableFrom(i)));
108 EXPECT_TRUE(NodesReachableFromSCC.isSubsetOf(NodesInSomeSCC));
TestGraph.h 79 /// isSubsetOf - Return true if this set is a subset of the given one.
80 bool isSubsetOf(const NodeSubset &other) const {
APIntTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 52 if (C->isSubsetOf(Demanded))
182 if (DemandedMask.isSubsetOf(IKnownZero|IKnownOne))
187 if (DemandedMask.isSubsetOf(LHSKnown.Zero | RHSKnown.One))
189 if (DemandedMask.isSubsetOf(RHSKnown.Zero | LHSKnown.One))
216 if (DemandedMask.isSubsetOf(IKnownZero|IKnownOne))
221 if (DemandedMask.isSubsetOf(LHSKnown.One | RHSKnown.Zero))
223 if (DemandedMask.isSubsetOf(RHSKnown.One | LHSKnown.Zero))
250 if (DemandedMask.isSubsetOf(IKnownZero|IKnownOne))
255 if (DemandedMask.isSubsetOf(RHSKnown.Zero))
257 if (DemandedMask.isSubsetOf(LHSKnown.Zero)
    [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 74 /// isSubsetOf - Return true if this set is a subset of the given one.
75 bool isSubsetOf(const NodeSubset &other) const {
292 EXPECT_TRUE(NodesInThisSCC.isSubsetOf(G.NodesReachableFrom(i)));
331 EXPECT_TRUE(NodesReachableFromSCC.isSubsetOf(NodesInSomeSCC));
  /external/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 76 /// isSubsetOf - Return true if this set is a subset of the given one.
77 bool isSubsetOf(const NodeSubset &other) const {
294 EXPECT_TRUE(NodesInThisSCC.isSubsetOf(G.NodesReachableFrom(i)));
333 EXPECT_TRUE(NodesReachableFromSCC.isSubsetOf(NodesInSomeSCC));
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 148 bool ConstValueRangeAccess::isSubsetOf (const ConstValueRangeAccess& other) const
155 return other.isSubsetOf(*this);
rsgVariableValue.hpp 215 bool isSubsetOf (const ConstValueRangeAccess& other) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 368 if (Opcode == ISD::XOR && Demanded.isSubsetOf(C))
371 if (!C.isSubsetOf(Demanded)) {
616 if (NewMask.isSubsetOf(Known2.Zero | Known.One))
618 if (NewMask.isSubsetOf(Known.Zero | Known2.One))
621 if (NewMask.isSubsetOf(Known.Zero | Known2.Zero))
646 if (NewMask.isSubsetOf(Known2.One | Known.Zero))
648 if (NewMask.isSubsetOf(Known.One | Known2.Zero))
672 if (NewMask.isSubsetOf(Known.Zero))
674 if (NewMask.isSubsetOf(Known2.Zero))
698 if (NewMask.isSubsetOf(Known.Zero|Known.One)) { // all known on one sid
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 228 /// isSubsetOf - Test whether this class is a subset of \arg RHS;
229 bool isSubsetOf(const ClassInfo &RHS) const {
237 if ((*it)->isSubsetOf(RHS))
263 if (isSubsetOf(RHS))
265 if (RHS.isSubsetOf(*this))
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 260 /// isSubsetOf - Test whether this class is a subset of \p RHS.
261 bool isSubsetOf(const ClassInfo &RHS) const {
268 if (CI->isSubsetOf(RHS))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h 237 /// out-of-line slow case for isSubsetOf.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 269 /// isSubsetOf - Test whether this class is a subset of \p RHS.
270 bool isSubsetOf(const ClassInfo &RHS) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 1779 milliseconds