OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOperandOf
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
126
//
isOperandOf
- Return true if this node is an operand of N.
127
bool
isOperandOf
(SDNode *N) const;
516
///
isOperandOf
- Return true if this node is an operand of N.
518
bool
isOperandOf
(SDNode *N) const;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
290
I->getSUnit()->getNode()->
isOperandOf
(LoadNode))
ScheduleDAGSDNodes.cpp
371
if (GlueVal.
isOperandOf
(*UI)) {
[
all
...]
ScheduleDAGRRList.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
431
Callee.getValue(1).
isOperandOf
(Chain.getOperand(0).getNode()) &&
[
all
...]
Completed in 583 milliseconds