Home
last modified time | relevance | path

Searched defs:NR (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp39 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local
64 NodeRef NR = subtree(l); in moveLeft() local
89 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local
109 NodeRef NR = subtree(l); in moveRight() local
/external/llvm-project/llvm/lib/Support/
DIntervalMap.cpp40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local
65 NodeRef NR = subtree(l); in moveLeft() local
90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local
110 NodeRef NR = subtree(l); in moveRight() local
/external/llvm/lib/Support/
DIntervalMap.cpp40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local
65 NodeRef NR = subtree(l); in moveLeft() local
90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local
110 NodeRef NR = subtree(l); in moveRight() local
/external/llvm-project/llvm/lib/Analysis/
DConstraintSystem.cpp39 SmallVector<int64_t, 8> NR; in eliminateUsingFM() local
66 SmallVector<int64_t, 8> NR; in eliminateUsingFM() local
DInlineSizeEstimatorAnalysis.cpp48 #define LAST_OTHER_INST(NR) return NR; in getMaxInstructionID() argument
/external/ltp/testcases/kernel/syscalls/ptrace/
Dsyscalls.h5 #define P(NR) { .nr = SYS_##NR, .snr = #NR, }, argument
/external/llvm-project/libc/utils/tools/WrapperGen/
DMain.cpp91 llvm::StringRef NR("_Noreturn "); // Note the space after _Noreturn in WrapperGenMain() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
DStyles.java80 public static final String NR = "nr"; field in Styles
/external/llvm-project/llvm/include/llvm/ADT/
Diterator.h357 mutable NodeRef NR; variable
DIntervalMap.h1154 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1454 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1622 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1651 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Diterator.h355 mutable NodeRef NR; variable
DIntervalMap.h1158 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1458 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1626 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1655 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight() local
/external/capstone/
DMCRegisterInfo.c29 const MCRegisterDesc *D, unsigned NR, in MCRegisterInfo_InitMCRegisterInfo()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp236 NullResolver NR; in TEST_F() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp1017 unsigned NR = 0; in rauw() local
1066 unsigned NR = rauw(Candidates, Repl, NewMemAcc); in removeAndReplace() local
1109 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp914 unsigned NR = 0; in rauw() local
965 unsigned NR = rauw(Candidates, Repl, NewMemAcc); in removeAndReplace() local
1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
/external/llvm/include/llvm/ADT/
DIntervalMap.h1146 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1447 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1615 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1644 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight() local
/external/llvm-project/clang/lib/Tooling/Syntax/
DTree.cpp66 void syntax::Node::setRole(NodeRole NR) { in setRole()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp310 RegisterRef NR = T.makeRegRef(); in intersectWith() local
DHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); in buildMaps() local
/external/llvm-project/llvm/lib/CodeGen/
DRDFRegisters.cpp315 RegisterRef NR = T.makeRegRef(); in intersectWith() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c200 #define PREFER_DISCRETE_ELT_PRIM( NR, PRIM ) \ argument
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c209 #define PREFER_DISCRETE_ELT_PRIM( NR, PRIM ) \ argument
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp148 unsigned NR = HRI->getNumRegs(); in buildMaps() local
/external/clang/lib/Basic/
DModule.cpp288 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) { in getExportedModules() local

12