OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetVTs
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
CodeGenIntrinsics.h
40
///
RetVTs
- The MVT::SimpleValueType for each return type. Note that this
44
std::vector<MVT::SimpleValueType>
RetVTs
;
IntrinsicEmitter.cpp
377
if (Int.IS.
RetVTs
.empty())
379
else if (Int.IS.
RetVTs
.size() == 1 &&
380
Int.IS.
RetVTs
[0] == MVT::isVoid)
383
switch (Int.IS.
RetVTs
.size()) {
392
for (unsigned i = 0, e = Int.IS.
RetVTs
.size(); i != e; ++i)
CodeGenTarget.cpp
493
IS.
RetVTs
.push_back(VT);
CodeGenDAGPatterns.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
[
all
...]
Completed in 351 milliseconds