OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iPTR
(Results
1 - 10
of
10
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.cpp
350
// If either type is about
iPtr
, then they don't conflict unless the other
352
if (T1 == MVT::
iPTR
)
355
if (T2 == MVT::
iPTR
)
358
// Otherwise, they are two different non-
iPTR
types, they conflict.
CodeGenDAGPatterns.h
69
assert(T < MVT::LAST_VALUETYPE || T == MVT::
iPTR
|| T == MVT::iPTRAny);
79
return getConcrete() == MVT::
iPTR
|| getConcrete() == MVT::iPTRAny;
CodeGenTarget.cpp
45
case MVT::
iPTR
: return "TLI.getPointerTy()";
109
case MVT::
iPTR
: return "MVT::
iPTR
";
CodeGenDAGPatterns.cpp
53
assert((VT < MVT::LAST_VALUETYPE || VT == MVT::
iPTR
||
169
case MVT::
iPTR
:
177
// If the RHS has one integer type, upgrade
iPTR
to i32.
189
// If the input constraint is iAny/
iPTR
and this is an integer type list,
191
if ((InVT.TypeVec[0] == MVT::
iPTR
|| InVT.TypeVec[0] == MVT::iPTRAny) &&
195
// If we're merging in
iPTR
/iPTRAny and the node currently has a list of
196
// multiple different integer types, replace them with a single
iPTR
.
197
if ((InVT.TypeVec[0] == MVT::
iPTR
|| InVT.TypeVec[0] == MVT::iPTRAny) &&
886
return NodeToApply->UpdateNodeType(ResNo, MVT::
iPTR
, TP);
[
all
...]
DAGISelMatcherOpt.cpp
424
//
iPTR
checks could alias any other case without us knowing, don't
426
CTM->getType() == MVT::
iPTR
||
IntrinsicEmitter.cpp
333
case MVT::
iPTR
: {
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
133
// tblgen. Other than for overloading, we treat iPTRAny the same as
iPTR
.
151
//
iPTR
- An int value the size of the pointer of the current
153
iPTR
= 255
350
case
iPTR
:
541
/// all pointers as
iPTR
. If HandleUnknown is true, unknown types are
828
/// This returns all pointers as
iPTR
. If HandleUnknown is true, unknown
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
SelectionDAG.cpp
863
Type *Ty = VT == MVT::
iPTR
?
[
all
...]
/external/llvm/lib/IR/
ValueTypes.cpp
235
/// pointers as MVT::
iPTR
. If HandleUnknown is true, unknown types are returned
253
case Type::PointerTyID: return MVT(MVT::
iPTR
);
263
/// returns all pointers as MVT::
iPTR
. If HandleUnknown is true, unknown types
Completed in 638 milliseconds