Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 25 of 76) sorted by relevance

1234

/external/perfetto/protos/perfetto/config/track_event/
Dtrack_event_config.proto28 // 1. Exact matches in enabled categories.
29 // 2. Exact matches in enabled tags.
30 // 3. Exact matches in disabled categories.
31 // 4. Exact matches in disabled tags.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DGlobPattern.cpp107 Pat.Exact = S; in create()
136 if (Exact) in match()
137 return S == *Exact; in match()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h36 Exact = 0, enumerator
142 ObjSizeMode Mode = ObjSizeMode::Exact);
168 ObjSizeMode Mode = ObjSizeMode::Exact);
DScalarEvolution.h529 const SCEV *Exact;
536 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
539 : Exact(E), Max(M), Pred(P) {
540 assert((isa<SCEVCouldNotCompute>(Exact) ||
548 return !isa<SCEVCouldNotCompute>(Exact) ||
553 bool hasFullInfo() const { return !isa<SCEVCouldNotCompute>(Exact); }
/external/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp35 Exact = 1 << 0, enumerator
218 WQMState needs = needs_exact(instr) ? Exact : Unspecified; in get_block_needs()
259 assert(needs != Exact); in get_block_needs()
297 exec_ctx.info[i].block_needs |= Exact; in calculate_wqm_needs()
309 ever_again_needs |= Exact; in calculate_wqm_needs()
558 (ctx.info[idx].block_needs | ctx.info[idx].ever_again_needs) == Exact) { in add_coupling_code()
566 else if (ctx.info[idx].block_needs == Exact) in add_coupling_code()
632 (ctx.info[idx].block_needs | ctx.info[idx].ever_again_needs) == Exact) { in add_coupling_code()
640 else if (ctx.info[idx].block_needs == Exact) in add_coupling_code()
699 state = Exact; in process_instructions()
[all …]
/external/golang-protobuf/proto/
Ddiscard_test.go97 Exact: proto.Bool(true),
102 0x4002: &pb.FloatingPoint{Exact: proto.Bool(true)},
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp331 bool Exact; in walkForwards() local
334 &Exact); in walkForwards()
445 bool Exact; in convert() local
448 &Exact); in convert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp316 bool Exact; in walkForwards() local
319 &Exact); in walkForwards()
431 bool Exact; in convert() local
434 &Exact); in convert()
/external/clang/include/clang/Basic/
DTargetInfo.h660 for (int Exact : Exacts) in setRequiresImmediate() local
661 ImmSet.insert(Exact); in setRequiresImmediate()
663 void setRequiresImmediate(int Exact) { in setRequiresImmediate()
665 ImmSet.insert(Exact); in setRequiresImmediate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGlobPattern.h42 Optional<StringRef> Exact; variable
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/pkt_proc_logs/
Dtrc_pkt_lister_0x10.ppl341 Idx:2297; ID:10; I_ADDR_MATCH : Exact Address Match., [2]
910 Idx:3428; ID:10; I_ADDR_MATCH : Exact Address Match., [2]
934 Idx:3469; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
936 Idx:3472; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
953 Idx:3500; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
955 Idx:3502; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
972 Idx:3531; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
974 Idx:3533; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
1021 Idx:3637; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
1025 Idx:3645; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
[all …]
Dtrc_pkt_lister_all.ppl346 Idx:2297; ID:10; I_ADDR_MATCH : Exact Address Match., [2]
915 Idx:3428; ID:10; I_ADDR_MATCH : Exact Address Match., [2]
939 Idx:3469; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
941 Idx:3472; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
958 Idx:3500; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
960 Idx:3502; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
977 Idx:3531; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
979 Idx:3533; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
1026 Idx:3637; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
1030 Idx:3645; ID:10; I_ADDR_MATCH : Exact Address Match., [1]
[all …]
/external/fmtlib/doc/bootstrap/mixins/
Dtable-row.less4 // Exact selectors below required to override `.table-striped` and prevent
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h154 Exact, enumerator
163 Mode EvalMode = Mode::Exact;
/external/clang/test/SemaObjCXX/
Dinstancetype.mm67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/clang/test/SemaObjC/
Dinstancetype.m67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/webrtc/talk/
DLICENSE_THIRD_PARTY9 Exact origin unknown
/external/llvm/test/CodeGen/X86/
Dfdiv.ll5 ; Exact division by a constant converted to multiplication.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfdiv.ll5 ; Exact division by a constant converted to multiplication.
/external/python/pybind11/tools/
DFindCatch.cmake17 message(FATAL_ERROR "Exact version numbers are not supported, only minimum.")
/external/protobuf/objectivec/
DGPBMessage.m1345 //% // Exact type here doesn't matter.
1363 //% // Exact type here doesn't matter.
1390 // Exact type here doesn't matter.
1410 // Exact type here doesn't matter.
1430 // Exact type here doesn't matter.
1450 // Exact type here doesn't matter.
1470 // Exact type here doesn't matter.
1490 // Exact type here doesn't matter.
1510 // Exact type here doesn't matter.
1530 // Exact type here doesn't matter.
[all …]
/external/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt29 + Exact occlusion query result verification
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h331 bool Exact : 1;
344 Exact = false;
356 void setExact(bool b) { Exact = b; }
367 bool hasExact() const { return Exact; }
378 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) |
387 Exact &= Flags->Exact;
/external/perfetto/docs/instrumentation/
Dtrack-events.md228 1. Exact matches in enabled categories.
229 2. Exact matches in enabled tags.
230 3. Exact matches in disabled categories.
231 4. Exact matches in disabled tags.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-bogus-LNE.s100 # Exact prologue length isn't important but it tells us where to expect the

1234