HomeSort by relevance Sort by last modified time
    Searched refs:UN (Results 1 - 25 of 38) sorted by null

1 2

  /external/deqp-deps/glslang/glslang/MachineIndependent/
propagateNoContraction.cpp 509 } else if (glslang::TIntermUnary* UN = node->getAsUnaryNode()) {
513 assert(accesschain_mapping_.count(UN->getOperand()));
516 UN->getOperand()->traverse(this);
519 if (isPreciseObjectNode(UN->getOperand())) {
525 assignee_object = accesschain_mapping_.at(UN->getOperand());
638 } else if (glslang::TIntermUnary* UN = defining_node->getAsUnaryNode()) {
639 assert(isAssignOperation(UN->getOp()));
640 UN->getOperand()->traverse(this);
641 if (isArithmeticOperation(UN->getOp())) {
642 UN->getWritableType().getQualifier().noContraction = true
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 215 NodeAddr<UseNode *> UN = *I;
216 RegisterRef UR = UN.Addr->getRegRef(*DFG);
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs);
222 << PrintNode<UseNode*>(UN, *DFG) << '\n'
354 NodeAddr<UseNode *> UN = *I;
355 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
441 NodeAddr<UseNode *> UN = *I;
442 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
RDFLiveness.cpp 474 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0;
475 while (UN != 0) {
476 NodeAddr<UseNode*> A = DFG.addr<UseNode*>(UN);
482 UN = A.Addr->getSibling();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
NativeFormatting.cpp 100 UnsignedT UN = -(UnsignedT)N;
101 write_unsigned(S, UN, MinDigits, Style, true);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
NativeFormatting.cpp 100 UnsignedT UN = -(UnsignedT)N;
101 write_unsigned(S, UN, MinDigits, Style, true);
  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 193 NodeAddr<UseNode *> UN = *I;
194 RegisterRef UR = UN.Addr->getRegRef();
196 const auto &ReachingDefs = LV->getAllReachingDefsRec(UR, UN, Visited, Defs);
262 NodeAddr<UseNode *> UN = *I;
263 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
RDFLiveness.cpp 358 NodeId UN = DA.Addr->getReachedUse();
359 while (UN != 0) {
360 NodeAddr<UseNode*> A = DFG.addr<UseNode*>(UN);
363 UN = A.Addr->getSibling();
    [all...]
  /cts/tests/tests/media/res/raw/
testamr.amr 249 Z?*;???w:^??(?~??c?["b?7???????f?jxI"??? 6?P'?U~????aj?;ZF'"??b17U<H p!??*c??UN1'{???vH"??;?o?o?????$4? ,???B<?$-???.*&???4O?NdYI?s?e??????9???T????]?F0NQ-?????P:???b$;Rp???o5?5?|?4;%L??<??n?-!??????i&????????:!???3?? p?D70??@?cEt#?l??k????:?D ???2?i?Hgfb>???t?tf?<???????)???&-??+?#b??#%cN?vB?n?8Qx`D?????u??!????n?????"7??????l#<?? V?!O??d???gB???^??RB!??? K?%>g;????O??<g b??Hv?;z[7a???\??&7b???'`?qDN37???;?????KC?????d?O?>??v?`????Bx?d 2z?????O???VJ?????$??`?????1?$q?#{}?+_??~?X?~?????faU?b~????P"??S?{o?_?3?,??3~???)`HA? ?~?????=$RO?n??????bB???-*???g?????2?-?|???Y?????? t????3~???4?`V??3~????<
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 468 UsingNamespaceSym &UN) {
470 error(IO.mapStringZ(UN.Name));
SymbolDumper.cpp 615 UsingNamespaceSym &UN) {
616 W.printString("Namespace", UN.Name);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
TypeIndexDiscoveryTest.cpp 606 UsingNamespaceSym UN(SymbolRecordKind::UsingNamespaceSym);
607 UN.Name = "std";
608 writeSymbolRecords(UN);
  /external/libcxx/test/support/
test_allocator.h 401 template <class U, std::size_t UN> friend class limited_allocator;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 765 UsingNamespaceSym &UN) {
766 P.format(" `{0}`", UN.Name);
  /external/doclava/res/assets/templates-sdk/components/
masthead.cs 311 # (UN)COMMENT TO TOGGLE VISIBILITY
  /external/v8/src/mips/
constants-mips.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/v8/src/mips64/
constants-mips64.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]

Completed in 950 milliseconds

1 2