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

1 2 3 4

  /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/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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unwind.s 19 foo2: @ Custom personality routine
  /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/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/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 36 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
43 setOperationAction(ISD::ROTL, MVT::i32, Custom);
45 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
46 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
48 setOperationAction(ISD::SETCC, MVT::i32, Custom);
239 // Custom DAG Lowering Operations
SIISelLowering.cpp 42 setOperationAction(ISD::AND, MVT::i1, Custom);
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
51 // We need to custom lower loads from the USER_SGPR address space, so we can
53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
56 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
57 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
258 // Custom DAG Lowering Operations
389 // Custom DAG optimization
    [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/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...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 11 /// \brief Custom DAG lowering for R600
46 setOperationAction(ISD::LOAD, MVT::i32, Custom);
47 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
48 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
51 // spaces, so it is custom lowered to handle those where it isn't.
54 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom);
55 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom);
58 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i8, Custom);
59 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i16, Custom);
62 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i8, Custom);
    [all...]
SIISelLowering.cpp 11 /// \brief Custom DAG lowering for SI
82 // We need to custom lower vector stores from local memory
83 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
84 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
85 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
86 setOperationAction(ISD::LOAD, MVT::v16i32, Custom);
87 setOperationAction(ISD::LOAD, MVT::i1, Custom);
89 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
90 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
91 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 60 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom);
61 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom);
62 setOperationAction(ISD::JumpTable, MVTPtr, Custom);
63 setOperationAction(ISD::BlockAddress, MVTPtr, Custom);
64 setOperationAction(ISD::BRIND, MVT::Other, Custom);
67 // default action for va_start, so we do that custom.
68 setOperationAction(ISD::VASTART, MVT::Other, Custom);
115 setOperationAction(ISD::FrameIndex, MVT::i32, Custom);
116 setOperationAction(ISD::CopyToReg, MVT::Other, Custom);
123 // We have custom switch handling
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 98 setOperationAction(ISD::SRA, MVT::i8, Custom);
99 setOperationAction(ISD::SHL, MVT::i8, Custom);
100 setOperationAction(ISD::SRL, MVT::i8, Custom);
101 setOperationAction(ISD::SRA, MVT::i16, Custom);
102 setOperationAction(ISD::SHL, MVT::i16, Custom);
103 setOperationAction(ISD::SRL, MVT::i16, Custom);
108 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
109 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
110 setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
112 setOperationAction(ISD::BR_CC, MVT::i8, Custom);
    [all...]
  /build/soong/phony/
phony.go 53 ret.Custom = func(w io.Writer, name, prefix, moduleDir string) error {
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 66 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
72 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
74 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
76 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
101 setOperationAction(ISD::CTTZ, MVT::i64, Custom);
102 setOperationAction(ISD::CTLZ, MVT::i64, Custom);
103 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Custom);
104 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Custom);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 704 // Custom legalize GlobalAddress nodes into LO/HI parts.
705 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
706 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
707 setOperationAction(ISD::ConstantPool , MVT::i32, Custom);
720 // Custom expand fp<->sint
721 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
722 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
743 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
744 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
745 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 99 setOperationAction(ISD::ADD, MVT::i64, Custom);
100 setOperationAction(ISD::SUB, MVT::i64, Custom);
101 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom);
102 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Custom);
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
119 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
120 setOperationAction(ISD::BlockAddress, MVT::i32 , Custom);
123 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
135 // Custom expand misaligned loads / stores.
136 setOperationAction(ISD::LOAD, MVT::i32, Custom);
    [all...]
  /frameworks/av/media/libstagefright/include/foundation/
AData.h 38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
444 * AData<types...>::Strict<Flag> - strict type support using custom flag.
452 * AData<types...>::Custom<flagger> - custom type support (flaggers determine the supported types
647 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
654 Custom() : base_t(Flagger::flagFor((void*)0)) { }
659 ~Custom() {
819 using Strict = Custom<flagger<Flag>>;
832 using Relaxed = Custom<relaxed_flagger<Flag, MaxSize, Align>>;
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 270 // Mips Custom Operations
271 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
272 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
273 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
274 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
275 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
276 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
277 setOperationAction(ISD::SELECT, MVT::f32, Custom);
278 setOperationAction(ISD::SELECT, MVT::f64, Custom);
279 setOperationAction(ISD::SELECT, MVT::i32, Custom);
    [all...]

Completed in 832 milliseconds

1 2 3 4