Searched defs:Custom (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h84 Custom enumerator in enum:blink::Cursor::Type
107 ASSERT(m_type >= 0 && m_type <= Custom);
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DTimingFunction.h101 Custom enumerator in enum:blink::FINAL::SubType
106 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator in enum:__anon26379::OutputType
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
194 case Custom:
244 case Custom:
/external/llvm/include/llvm/Target/
H A DTargetLowering.h88 Custom // Use the LowerOperation hook to implement custom lowering. enumerator in enum:llvm::TargetLoweringBase::LegalizeAction
374 /// integer type (return 'Expand'). 'Custom' is not an option.
481 if (Op > array_lengthof(OpActions[0])) return Custom;
492 getOperationAction(Op, VT) == Custom);
564 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom);
582 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom);
605 getCondCodeAction(CC, VT) == Custom;
1394 /// types that support FMAs (via Legal or Custom actions)

Completed in 128 milliseconds