OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iPTRAny
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
131
//
iPTRAny
- An int value the size of the pointer of the current
133
// tblgen. Other than for overloading, we treat
iPTRAny
the same as iPTR.
134
iPTRAny
= 251,
352
case
iPTRAny
:
677
return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::
iPTRAny
);
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
69
assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::
iPTRAny
);
79
return getConcrete() == MVT::iPTR || getConcrete() == MVT::
iPTRAny
;
CodeGenTarget.cpp
46
case MVT::
iPTRAny
: return "TLI.getPointerTy()";
110
case MVT::
iPTRAny
: return "MVT::
iPTRAny
";
IntrinsicEmitter.cpp
317
case MVT::
iPTRAny
: ++Tmp; // FALL THROUGH.
CodeGenDAGPatterns.cpp
54
VT == MVT::
iPTRAny
) && "Not a concrete type!");
170
case MVT::
iPTRAny
:
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
197
if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::
iPTRAny
) &&
[
all
...]
Completed in 1089 milliseconds