OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetVTs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h
44
std::vector<MVT::SimpleValueType>
RetVTs
;
IntrinsicEmitter.cpp
454
for (unsigned i = 0, e = Int.IS.
RetVTs
.size(); i != e; ++i)
462
if (Int.IS.
RetVTs
.empty())
464
else if (Int.IS.
RetVTs
.size() == 1 &&
465
Int.IS.
RetVTs
[0] == MVT::isVoid)
468
switch (Int.IS.
RetVTs
.size()) {
481
for (unsigned i = 0, e = Int.IS.
RetVTs
.size(); i != e; ++i)
CodeGenTarget.cpp
752
IS.
RetVTs
.push_back(VT);
CodeGenDAGPatterns.cpp
1827
return CDP.getIntrinsic(Operator).IS.
RetVTs
.size();
2467
unsigned NumRetVTs = Int->IS.
RetVTs
.size();
2471
MadeChange |= UpdateNodeType(i, Int->IS.
RetVTs
[i], TP);
2921
if (Int.IS.
RetVTs
.empty())
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
2335
SDVTList
RetVTs
= CurDAG->getVTList(MVT::Other, MVT::Glue);
2337
CurDAG->getMachineNode(Opcode.getValue(), DL,
RetVTs
, Ops);
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026