HomeSort by relevance Sort by last modified time
    Searched refs:Custom (Results 1 - 25 of 140) 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)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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/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/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...]
  /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...]
  /build/soong/phony/
phony.go 52 ret.Custom = func(w io.Writer, name, prefix, moduleDir string) error {

Completed in 1206 milliseconds

1 2 3 4 5 6