HomeSort by relevance Sort by last modified time
    Searched defs:Custom (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom
51 clEnumValN(CompileCustom, "compile-custom",
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
95 cl::desc("Command to compile the bitcode (use with -compile-custom) "
100 cl::desc("Command to execute the bitcode (use with -run-custom) "
194 case Custom:
244 case Custom
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertySlot.h 44 Custom,
142 m_cachedPropertyType = Custom;
219 ASSERT(m_cachedPropertyType == Custom);
  /external/webkit/Source/WebCore/platform/
Cursor.h 151 Custom
  /external/llvm/include/llvm/Target/
TargetLowering.h 86 Custom // Use the LowerOperation hook to implement custom lowering.
254 /// of smaller integer type (return 'Expand'). 'Custom' is not an option.
357 /// expanded to some other code sequence, or the target has a custom expander
367 /// legal on this target or can be made legal with custom lowering. This
372 getOperationAction(Op, VT) == Custom);
384 /// expanded to some other code sequence, or the target has a custom expander
401 /// to be expanded to some other code sequence, or the target has a custom
420 /// expanded to some other code sequence, or the target has a custom expander
436 getIndexedLoadAction(IdxMode, VT) == Custom);
    [all...]

Completed in 1365 milliseconds