OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumVTs
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
57
static SDVTList makeVTList(const EVT *VTs, unsigned
NumVTs
) {
58
SDVTList Res = {VTs,
NumVTs
};
[
all
...]
SelectionDAGISel.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
353
SDVTList getVTList(const EVT *VTs, unsigned
NumVTs
);
568
SDValue getNode(unsigned Opcode, SDLoc DL, const EVT *VTs, unsigned
NumVTs
,
685
const EVT *VTs, unsigned
NumVTs
,
[
all
...]
SelectionDAGNodes.h
59
unsigned int
NumVTs
;
705
NumOperands(NumOps), NumValues(VTs.
NumVTs
),
719
ValueList(VTs.VTs), UseList(NULL), NumOperands(0), NumValues(VTs.
NumVTs
),
[
all
...]
Completed in 34 milliseconds