OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckType
(Results
1 - 19
of
19
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
152
// If we have a
CheckType
/CheckChildType/Record node followed by a
160
Matcher *
CheckType
= MatcherPtr.take();
161
Matcher *CheckOpcode =
CheckType
->takeNext();
166
CheckOpcode->setNext(
CheckType
);
167
CheckType
->setNext(Tail);
422
Matcher::
CheckType
));
429
// If the
CheckType
isn't at the start of the list, see if we can move
458
// If all the options are
CheckType
's, we can form the SwitchType, woot.
465
Matcher::
CheckType
));
DAGISelMatcher.h
61
CheckType
, // Fail if not correct type.
129
case
CheckType
:
167
// to them. For example, we'll pass in a
CheckType
node as an argument to
503
: Matcher(
CheckType
), Type(type), ResNo(resno) {}
509
return N->getKind() ==
CheckType
;
526
/// every child does a
CheckType
, but is much faster.
[
all
...]
DAGISelMatcherEmitter.cpp
353
case Matcher::
CheckType
:
355
"FIXME: Add support for
CheckType
of resno != 0");
757
case Matcher::
CheckType
: OS << "OPC_CheckType"; break;
/external/v8/src/
type-info.h
255
CheckType
GetCallCheckType(Call* expr);
256
Handle<JSObject> GetPrototypeForPrimitiveCheck(
CheckType
check);
type-info.cc
165
CheckType
TypeFeedbackOracle::GetCallCheckType(Call* expr) {
168
CheckType
check = static_cast<
CheckType
>(Smi::cast(*value)->value());
188
CheckType
check) {
402
CheckType
check = target->check_type();
v8globals.h
290
enum
CheckType
{
ast.h
[
all
...]
hydrogen.h
812
CheckType
check_type);
[
all
...]
stub-cache.h
719
CheckType
check);
[
all
...]
objects-inl.h
[
all
...]
objects.h
[
all
...]
stub-cache.cc
793
CheckType
check = RECEIVER_MAP_CHECK;
[
all
...]
hydrogen.cc
[
all
...]
/external/v8/src/mips/
stub-cache-mips.cc
388
CheckType
check) {
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
/external/v8/src/arm/
stub-cache-arm.cc
[
all
...]
/external/v8/src/ia32/
stub-cache-ia32.cc
[
all
...]
/external/v8/src/x64/
stub-cache-x64.cc
[
all
...]
Completed in 476 milliseconds