OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegVTs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
351
const std::vector<MVT::SimpleValueType> &
RegVTs
=
353
if (
RegVTs
.size() == 1)
354
return
RegVTs
[0];
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
591
///
RegVTs
- The value types of the registers. This is the same size as
596
/// With virtual registers, the contents of
RegVTs
is redundant with TLI's
600
SmallVector<MVT, 4>
RegVTs
;
612
: ValueVTs(1, valuevt),
RegVTs
(1, regvt), Regs(regs) {}
624
RegVTs
.push_back(RegisterVT);
632
MVT RegisterVT =
RegVTs
[Value];
642
RegVTs
.append(RHS.
RegVTs
.begin(), RHS.
RegVTs
.end());
694
MVT RegisterVT =
RegVTs
[Value]
[
all
...]
Completed in 1230 milliseconds