Searched defs:TypeSet (Results 1 - 10 of 10) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h45 /// TypeSet - This is either empty if it's completely unknown, or holds a set
50 /// TypeSet can have three states:
57 class TypeSet { class in namespace:llvm::EEVT
60 TypeSet() {} function in class:llvm::EEVT::TypeSet
61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList);
91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
95 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
99 /// hasScalarTypes - Return true if this TypeSet contains a scalar value
103 /// hasVectorTypes - Return true if this TypeSet contain
[all...]
H A DCodeGenDAGPatterns.cpp32 // EEVT::TypeSet Implementation
48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { function in class:EEVT::TypeSet
63 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { function in class:EEVT::TypeSet
78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
108 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
110 bool EEVT::TypeSet::hasIntegerTypes() const {
114 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
116 bool EEVT::TypeSet
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenDAGPatterns.h44 /// TypeSet - This is either empty if it's completely unknown, or holds a set
49 /// TypeSet can have three states:
56 class TypeSet { class in namespace:llvm::EEVT
59 TypeSet() {} function in class:llvm::EEVT::TypeSet
60 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
61 TypeSet(const std::vector<MVT::SimpleValueType> &VTList);
90 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
94 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
98 /// hasVectorTypes - Return true if this TypeSet contains a vector value
102 /// getName() - Return this TypeSet a
[all...]
H A DCodeGenDAGPatterns.cpp26 // EEVT::TypeSet Implementation
42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { function in class:EEVT::TypeSet
57 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) { function in class:EEVT::TypeSet
72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
97 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
99 bool EEVT::TypeSet::hasIntegerTypes() const {
106 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
108 bool EEVT::TypeSet
[all...]
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java366 public final TypeSet getTypes() {
367 return new TypeSet();
547 public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable { class in class:TypeToken
551 TypeSet() {} method in class:TypeToken.TypeSet
554 public TypeSet interfaces() {
559 public TypeSet classes() {
590 private final class InterfaceSet extends TypeSet {
592 private transient final TypeSet allTypes;
595 InterfaceSet(TypeSet allTypes) {
610 @Override public TypeSet interface
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp85 typedef std::set<Type*> TypeSet; typedef in namespace:__anon18766
98 TypeSet DefinedTypes;
/external/clang/lib/Sema/
H A DSemaOverload.cpp6824 /// TypeSet - A set of types.
6826 llvm::SmallPtrSet<QualType, 8>> TypeSet; typedef in class:__anon1500::BuiltinCandidateTypeSet
6830 TypeSet PointerTypes;
6834 TypeSet MemberPointerTypes;
6838 TypeSet EnumerationTypes;
6842 TypeSet VectorTypes;
6868 typedef TypeSet::iterator iterator;
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 203 milliseconds