OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iAny
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
146
//
iAny
- An integer or vector integer value of any bit width. This is
149
iAny
= 254,
353
case
iAny
:
677
return (V==MVT::
iAny
|| V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);
/external/llvm/utils/TableGen/
CodeGenTarget.cpp
60
case MVT::
iAny
: return "MVT::
iAny
";
475
// variants with
iAny
types; otherwise, if the intrinsic is not
479
VT == MVT::
iAny
|| VT == MVT::vAny) &&
480
"Expected
iAny
or vAny type");
509
// variants with
iAny
types; otherwise, if the intrinsic is not
513
VT == MVT::
iAny
|| VT == MVT::vAny) &&
514
"Expected
iAny
or vAny type");
IntrinsicEmitter.cpp
320
case MVT::
iAny
: {
CodeGenDAGPatterns.cpp
46
if (VT == MVT::
iAny
)
65
assert(VTList[0] != MVT::
iAny
&& VTList[0] != MVT::vAny &&
105
/// hasIntegerTypes - Return true if this TypeSet contains
iAny
or an
189
// If the input constraint is
iAny
/iPTR and this is an integer type list,
[
all
...]
Completed in 48 milliseconds