HomeSort by relevance Sort by last modified time
    Searched refs:Custom (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
YamlMapTest.java 35 String output = yaml.dump(new Custom(123));
37 Custom o = (Custom) yaml.load(output);
44 data.put("customTag", new Custom(123));
53 assertTrue(m.get("customTag") instanceof Custom);
59 data.put("knownClass", new Wrapper("test", new Custom(456)));
73 private Custom b;
75 public Wrapper(String s, Custom bb) {
91 public Custom getB() {
95 public void setB(Custom bb)
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBSymbolCustom.cpp 24 assert(RawSymbol->getSymTag() == PDB_SymType::Custom);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ManagedStatic.cpp 96 static ManagedStatic<int, CustomCreate, CustomDelete> Custom;
98 EXPECT_EQ(42, *Custom);
  /external/pdfium/xfa/fxfa/parser/
cxfa_speak.cpp 19 (void*)XFA_AttributeEnum::Custom},
  /external/tensorflow/tensorflow/lite/toco/tflite/
custom_operator.h 26 // Custom operators have a generic byte buffer describing their options. This
53 return Options::Custom(builder->CreateVector(fbb.GetBuffer()));
operator.h 40 // Write the custom option FlexBuffer with a serialized TensorFlow NodeDef
45 // These are the flatbuffer types for custom and builtin options.
52 // Build custom options.
53 static Options Custom(flatbuffers::Offset<CustomOptions> offset) {
65 flatbuffers::Offset<CustomOptions> custom; member in struct:toco::tflite::Options
117 // exported as an Flex op or a regular custom op.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 36 // produce such types. That, in turn, would imply using custom
90 setOperationAction(ISD::CTTZ, T, Custom);
91 setOperationAction(ISD::LOAD, T, Custom);
92 setOperationAction(ISD::MUL, T, Custom);
93 setOperationAction(ISD::MULHS, T, Custom);
94 setOperationAction(ISD::MULHU, T, Custom);
95 setOperationAction(ISD::BUILD_VECTOR, T, Custom);
96 // Make concat-vectors custom to handle concats of more than 2 vectors.
97 setOperationAction(ISD::CONCAT_VECTORS, T, Custom);
98 setOperationAction(ISD::INSERT_SUBVECTOR, T, Custom);
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h 41 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
535 * AData<types...>::Strict<Flag> - strict type support using custom flag.
543 * AData<types...>::Custom<flagger> - custom type support (flaggers determine the supported types
738 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
745 Custom() : base_t(Flagger::flagFor((void*)0)) { }
750 Custom& operator=(const Custom &o) {
770 Custom(const Custom &o) : Custom()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 11 /// Custom DAG lowering for R600
68 setOperationAction(ISD::LOAD, MVT::i32, Custom);
69 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
70 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
73 // spaces, so it is custom lowered to handle those where it isn't.
76 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom);
77 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom);
80 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i8, Custom);
81 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i16, Custom);
84 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i8, Custom);
    [all...]
SIISelLowering.cpp 11 /// Custom DAG lowering for SI
153 // We need to custom lower vector stores from local memory
154 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
155 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
156 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
157 setOperationAction(ISD::LOAD, MVT::v16i32, Custom);
158 setOperationAction(ISD::LOAD, MVT::i1, Custom);
160 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
161 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
162 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 130 // SPU constant load actions are custom lowered:
132 setOperationAction(ISD::ConstantFP, MVT::f64, Custom);
134 // SPU's loads and stores have to be custom lowered:
139 setOperationAction(ISD::LOAD, VT, Custom);
140 setOperationAction(ISD::STORE, VT, Custom);
141 setLoadExtAction(ISD::EXTLOAD, VT, Custom);
142 setLoadExtAction(ISD::ZEXTLOAD, VT, Custom);
143 setLoadExtAction(ISD::SEXTLOAD, VT, Custom);
155 setOperationAction(ISD::LOAD, VT, Custom);
156 setOperationAction(ISD::STORE, VT, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 263 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
266 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
279 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
281 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
282 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
289 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
290 // are Legal, f80 is custom lowered.
291 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
292 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
302 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 170 // f32/f64 are legal, f80 is custom.
171 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
174 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
178 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
181 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
194 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
196 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
197 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
210 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
211 // are Legal, f80 is custom lowered
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 193 setOperationAction(ISD::ABS , MVT::i16 , Custom);
194 setOperationAction(ISD::ABS , MVT::i32 , Custom);
196 setOperationAction(ISD::ABS , MVT::i64 , Custom);
207 // f32/f64 are legal, f80 is custom.
208 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
211 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
215 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
218 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
233 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
235 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 88 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
89 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
90 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
91 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
92 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
93 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
94 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
95 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
125 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
126 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 170 // Set the Custom bit if this i32 goes in the high bits of a register.
337 // The custom bit on an i32 return value indicates that it should be passed
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom
52 clEnumValN(CompileCustom, "compile-custom",
55 clEnumValN(Custom, "run-custom",
65 clEnumValN(Custom, "safe-run-custom",
96 cl::desc("Command to compile the bitcode (use with -compile-custom) "
101 cl::desc("Command to execute the bitcode (use with -run-custom) "
201 case Custom:
251 case Custom
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExecutionDriver.cpp 32 CompileCustom, Custom
54 clEnumValN(CompileCustom, "compile-custom",
57 clEnumValN(Custom, "run-custom",
68 clEnumValN(Custom, "safe-run-custom",
99 cl::desc("Command to compile the bitcode (use with -compile-custom) "
104 cl::desc("Command to execute the bitcode (use with -run-custom) "
208 case Custom:
288 case Custom:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ExecutionDriver.cpp 39 Custom
58 clEnumValN(CompileCustom, "compile-custom",
61 clEnumValN(Custom, "run-custom",
70 clEnumValN(Custom, "safe-run-custom",
97 cl::desc("Command to compile the bitcode (use with -compile-custom) "
102 cl::desc("Command to execute the bitcode (use with -run-custom) "
198 case Custom:
241 case Custom
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 168 // Set the Custom bit if this i32 goes in the high bits of a register.
335 // The custom bit on an i32 return value indicates that it should be passed
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp 49 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
50 setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
75 setOperationAction(ISD::ADD, MVT::i32, Custom);
76 setOperationAction(ISD::ADD, MVT::i64, Custom);
79 // this in a custom way.
80 setOperationAction(ISD::SRA, MVT::i8, Custom);
81 setOperationAction(ISD::SHL, MVT::i8, Custom);
82 setOperationAction(ISD::SRL, MVT::i8, Custom);
83 setOperationAction(ISD::SRA, MVT::i16, Custom);
84 setOperationAction(ISD::SHL, MVT::i16, Custom);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 91 setOperationAction(ISD::SRA, MVT::i8, Custom);
92 setOperationAction(ISD::SHL, MVT::i8, Custom);
93 setOperationAction(ISD::SRL, MVT::i8, Custom);
94 setOperationAction(ISD::SRA, MVT::i16, Custom);
95 setOperationAction(ISD::SHL, MVT::i16, Custom);
96 setOperationAction(ISD::SRL, MVT::i16, Custom);
101 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
102 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
103 setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
105 setOperationAction(ISD::BR_CC, MVT::i8, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 58 // We want to custom lower some of our intrinsics.
59 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
84 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
86 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
97 setOperationAction(ISD::SREM , MVT::i64, Custom);
98 setOperationAction(ISD::UREM , MVT::i64, Custom);
99 setOperationAction(ISD::SDIV , MVT::i64, Custom);
100 setOperationAction(ISD::UDIV , MVT::i64, Custom);
110 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
143 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]

Completed in 904 milliseconds

1 2 3 4 5 6