HomeSort by relevance Sort by last modified time
    Searched refs:isOperandOf (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 285 I->getSUnit()->getNode()->isOperandOf(LoadNode))
ScheduleDAGRRList.cpp 768 static bool isOperandOf(const SUnit *SU, SDNode *N) {
771 if (SUNode->isOperandOf(N))
863 else if (isOperandOf(I->getSUnit(), LoadNode))
    [all...]
ScheduleDAGSDNodes.cpp 331 if (GlueVal.isOperandOf(*UI)) {
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
ScheduleDAGFast.cpp 290 I->getSUnit()->getNode()->isOperandOf(LoadNode))
ScheduleDAGSDNodes.cpp 369 if (GlueVal.isOperandOf(*UI)) {
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 143 bool isOperandOf(const SDNode *N) const;
617 bool isOperandOf(const SDNode *N) const;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 122 // isOperandOf - Return true if this node is an operand of N.
123 bool isOperandOf(SDNode *N) const;
497 /// isOperandOf - Return true if this node is an operand of N.
499 bool isOperandOf(SDNode *N) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 157 bool isOperandOf(const SDNode *N) const;
699 bool isOperandOf(const SDNode *N) const;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 420 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 530 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&
    [all...]

Completed in 1610 milliseconds