OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOperandOf
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
970
static bool
isOperandOf
(const SUnit *SU, SDNode *N) {
973
if (SUNode->
isOperandOf
(N))
1065
else if (
isOperandOf
(Pred.getSUnit(), LoadNode))
ScheduleDAGFast.cpp
286
Pred.getSUnit()->getNode()->
isOperandOf
(LoadNode))
ScheduleDAGSDNodes.cpp
389
if (GlueVal.
isOperandOf
(*UI)) {
SelectionDAG.cpp
9733
bool SDValue::
isOperandOf
(const SDNode *N) const {
9737
bool SDNode::
isOperandOf
(const SDNode *N) const {
DAGCombiner.cpp
16372
if (!LD->
isOperandOf
(Chain.getNode()))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
177
bool
isOperandOf
(const SDNode *N) const;
800
bool
isOperandOf
(const SDNode *N) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
799
Callee.getValue(1).
isOperandOf
(Chain.getOperand(0).getNode()) &&
4041
assert(A.
isOperandOf
(ParentA));
4042
assert(B.
isOperandOf
(ParentBC));
4043
assert(C.
isOperandOf
(ParentBC));
Completed in 45 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026