HomeSort by relevance Sort by last modified time
    Searched refs:getNumValues (Results 51 - 75 of 88) sorted by null

1 23 4

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 893 unsigned getNumValues() const { return NumValues; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 893 unsigned getNumValues() const { return NumValues; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 893 unsigned getNumValues() const { return NumValues; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 893 unsigned getNumValues() const { return NumValues; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 389 for (unsigned i = 0, e = getNumValues(); i != e; ++i) {
LegalizeTypes.h 151 for (unsigned i = 0, e = Old->getNumValues(); i != e; ++i)
    [all...]
LegalizeIntegerTypes.cpp 244 for (unsigned i = 1, NumResults = N->getNumValues(); i < NumResults; ++i)
    [all...]
LegalizeVectorTypes.cpp 472 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 &&
    [all...]
DAGCombiner.cpp 577 if (Op->hasOneUse() || Op->getNumValues() > 1)
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 577 return Op.getNode()->getNumValues() == 1
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 134 for (unsigned i = 0, e = Old->getNumValues(); i != e; ++i)
    [all...]
LegalizeFloatTypes.cpp 603 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 &&
    [all...]
LegalizeVectorTypes.cpp 336 assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 &&
    [all...]
DAGCombiner.cpp 575 assert(N->getNumValues() == NumTo && "Broken CombineTo call!");
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 581 /// getNumValues - Return the number of values defined/returned by this
584 unsigned getNumValues() const { return NumValues; }
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 249 if (A->getNumValues() == 2)
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 631 Result.getNode()->getNumValues() == 2) &&
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 5473 milliseconds

1 23 4