HomeSort by relevance Sort by last modified time
    Searched defs:getNumOperands (Results 51 - 75 of 86) sorted by null

1 23 4

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpressions.h 150 size_t getNumOperands() const { return NumOperands; }
229 return getOperand(getNumOperands() - 1)->getType();
319 return getNumOperands() == 2;
326 return getNumOperands() == 3;
745 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpressions.h 150 size_t getNumOperands() const { return NumOperands; }
229 return getOperand(getNumOperands() - 1)->getType();
319 return getNumOperands() == 2;
326 return getNumOperands() == 3;
745 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpressions.h 150 size_t getNumOperands() const { return NumOperands; }
229 return getOperand(getNumOperands() - 1)->getType();
319 return getNumOperands() == 2;
326 return getNumOperands() == 3;
745 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 125 int getNumOperands() const { return (int)operands.size(); }
377 int numParams = typeInst->getNumOperands() - 1;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 185 unsigned getNumOperands() const { return NumOperands; }
539 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
567 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
567 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
567 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
567 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
567 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
567 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 210 unsigned getNumOperands() const { return NumOperands; }
576 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 137 inline unsigned getNumOperands() const;
525 /// getNumOperands - Return the number of values used by this operation.
527 unsigned getNumOperands() const { return NumOperands; }
550 if (getNumOperands() != 0 &&
551 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
552 return getOperand(getNumOperands()-1).getNode();
775 inline unsigned SDValue::getNumOperands() const {
776 return Node->getNumOperands();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 164 inline unsigned getNumOperands() const;
660 unsigned getNumOperands() const { return NumOperands; }
700 if (getNumOperands() != 0 &&
701 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
702 return getOperand(getNumOperands()-1).getNode();
874 inline unsigned SDValue::getNumOperands() const {
875 return Node->getNumOperands();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 178 inline unsigned getNumOperands() const;
746 unsigned getNumOperands() const { return NumOperands; }
787 if (getNumOperands() != 0 &&
788 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
789 return getOperand(getNumOperands()-1).getNode();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 183 inline unsigned getNumOperands() const;
825 unsigned getNumOperands() const { return NumOperands; }
866 if (getNumOperands() != 0 &&
867 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
868 return getOperand(getNumOperands()-1).getNode();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 183 inline unsigned getNumOperands() const;
825 unsigned getNumOperands() const { return NumOperands; }
866 if (getNumOperands() != 0 &&
867 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
868 return getOperand(getNumOperands()-1).getNode();
    [all...]

Completed in 2664 milliseconds

1 23 4