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

/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator in enum:__anon10003::OutputType
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
194 case Custom:
244 case Custom:
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertySlot.h44 Custom, enumerator in enum:JSC::PropertySlot::CachedPropertyType
142 m_cachedPropertyType = Custom;
219 ASSERT(m_cachedPropertyType == Custom);
/external/webkit/Source/WebCore/platform/
H A DCursor.h151 Custom enumerator in enum:WebCore::Cursor::Type
/external/llvm/include/llvm/Target/
H A DTargetLowering.h84 Custom // Use the LowerOperation hook to implement custom lowering. enumerator in enum:llvm::TargetLoweringBase::LegalizeAction
289 /// of smaller integer type (return 'Expand'). 'Custom' is not an option.
398 if (Op > array_lengthof(OpActions[0])) return Custom;
409 getOperationAction(Op, VT) == Custom);
487 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom);
507 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom);
532 getCondCodeAction(CC, VT) == Custom;

Completed in 201 milliseconds