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 89 Custom // Use the LowerOperation hook to implement custom lowering.
283 /// of smaller integer type (return 'Expand'). 'Custom' is not an option.
386 /// expanded to some other code sequence, or the target has a custom expander
391 // to provide custom legalization for it.
392 if (Op > array_lengthof(OpActions[0])) return Custom;
398 /// legal on this target or can be made legal with custom lowering. This
403 getOperationAction(Op, VT) == Custom);
415 /// expanded to some other code sequence, or the target has a custom expander
432 /// to be expanded to some other code sequence, or the target has a custom
    [all...]

Completed in 129 milliseconds