HomeSort by relevance Sort by last modified time
    Searched refs:isLeaf (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 180 if (InstPatNode->isLeaf())
199 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
234 if (!Op->isLeaf()) {
426 if (!Op->isLeaf())
455 if (Dst->isLeaf()) continue;
467 if (ChildOp->isLeaf())
493 if (!Dst->getChild(1)->isLeaf()) continue;
505 if (InstPatNode->isLeaf()) continue;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
FastISelEmitter.cpp 173 if (InstPatNode->isLeaf())
192 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
227 if (!Op->isLeaf()) {
401 if (!Op->isLeaf())
431 if (Dst->isLeaf()) continue;
443 if (ChildOp->isLeaf())
469 if (!Dst->getChild(1)->isLeaf()) continue;
481 if (InstPatNode->isLeaf()) continue;
CodeGenDAGPatterns.h 339 bool isLeaf() const { return Val != 0; }
361 Init *getLeafValue() const { assert(isLeaf()); return Val; }
362 Record *getOperator() const { assert(!isLeaf()); return Operator; }
  /external/clang/lib/Rewrite/
RewriteRope.cpp 87 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
89 bool IsLeaf;
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {}
95 bool isLeaf() const { return IsLeaf; }
223 return N->isLeaf();
461 return !N->isLeaf();
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 299 if(subSelector.isLeaf()) {
407 if(subSelector.isLeaf()) {
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 251 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /external/llvm/include/llvm/Analysis/
CallGraph.h 239 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));
  /external/llvm/lib/Analysis/
CallGraph.cpp 87 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
90 // Intrinsic::isLeaf.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 239 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 229 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 229 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 236 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));

Completed in 929 milliseconds

12 3 4 5 6 7