Home
last modified time | relevance | path

Searched defs:SimpleValueType (Results 1 – 8 of 8) sorted by relevance

/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DSimpleValueType.java3 public enum SimpleValueType { enum
14 private SimpleValueType(int value) { in SimpleValueType() method in SimpleValueType
/external/auto/value/src/it/functional/src/main/java/com/google/auto/value/
DSimpleValueType.java27 public abstract class SimpleValueType { class
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h31 enum SimpleValueType : int8_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h32 enum SimpleValueType : uint8_t { enum
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h32 enum SimpleValueType : uint8_t { enum
/external/llvm/utils/TableGen/
DDAGISelMatcher.h511 SwitchTypeMatcher(ArrayRef<std::pair<MVT::SimpleValueType, Matcher*> > cases) in SwitchTypeMatcher()
DCodeGenDAGPatterns.cpp79 bool (*Pred)(MVT::SimpleValueType), in FillWithPossibleTypes()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcher.h526 SwitchTypeMatcher(ArrayRef<std::pair<MVT::SimpleValueType, Matcher*> > cases) in SwitchTypeMatcher()