OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h
101
Custom
106
return adoptRef(new CubicBezierTimingFunction(
Custom
, x1, y1, x2, y2));
180
Custom
185
return adoptRef(new StepsTimingFunction(
Custom
, steps, stepAtStart));
/external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h
84
Custom
107
ASSERT(m_type >= 0 && m_type <=
Custom
);
/external/llvm/include/llvm/Target/
TargetLowering.h
84
Custom
// Use the LowerOperation hook to implement
custom
lowering.
304
/// integer type (return 'Expand'). '
Custom
' is not an option.
406
/// sequence, or the target has a
custom
expander for it.
410
// to provide
custom
legalization for it.
411
if (Op > array_lengthof(OpActions[0])) return
Custom
;
417
/// made legal with
custom
lowering. This is used to help guide high-level
422
getOperationAction(Op, VT) ==
Custom
);
435
/// unlikely to be made legal with
custom
lowering. This is used to help guide
449
/// code sequence, or the target has a
custom
expander for it
[
all
...]
Completed in 413 milliseconds