OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDUse
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
210
///
SDUse
- Represents a use of a SDNode. This class holds an SDValue,
215
class
SDUse
{
222
SDUse
**Prev, *Next;
224
SDUse
(const
SDUse
&U) LLVM_DELETED_FUNCTION;
225
void operator=(const
SDUse
&U) LLVM_DELETED_FUNCTION;
228
SDUse
() : Val(), User(NULL), Prev(NULL), Next(NULL) {}
230
/// Normally
SDUse
will just implicitly convert to an SDValue that it holds.
240
/// getNext - Get the next
SDUse
in the use list.
241
SDUse
*getNext() const { return Next;
[
all
...]
SelectionDAG.h
562
const
SDUse
*Ops, unsigned NumOps);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
348
const
SDUse
*Ops, unsigned NumOps) {
585
SDUse
&Use = *I++;
[
all
...]
SelectionDAGISel.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 34 milliseconds