Home
last modified time | relevance | path

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

123

/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/golang-protobuf/proto/
Ddiscard_test.go97 Exact: proto.Bool(true),
102 0x4002: &pb.FloatingPoint{Exact: proto.Bool(true)},
/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/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/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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h249 const SCEV *Exact;
252 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
254 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
259 return !isa<SCEVCouldNotCompute>(Exact) ||
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h154 Exact, enumerator
163 Mode EvalMode = Mode::Exact;
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h276 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
277 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
278 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
279 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/external/clang/test/SemaObjC/
Dinstancetype.m67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/clang/test/SemaObjCXX/
Dinstancetype.mm67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/webrtc/talk/
DLICENSE_THIRD_PARTY9 Exact origin unknown
/external/protobuf/objectivec/
DGPBMessage.m1280 //% // Exact type here doesn't matter.
1298 //% // Exact type here doesn't matter.
1325 // Exact type here doesn't matter.
1345 // Exact type here doesn't matter.
1365 // Exact type here doesn't matter.
1385 // Exact type here doesn't matter.
1405 // Exact type here doesn't matter.
1425 // Exact type here doesn't matter.
1445 // Exact type here doesn't matter.
1465 // Exact type here doesn't matter.
[all …]
/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/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/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt29 + Exact occlusion query result verification
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp134 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
/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
/external/tensorflow/
DISSUE_TEMPLATE.md26 - **Exact command to reproduce**:
/external/clang/test/Rewriter/
Dinstancetype-test.mm66 // Exact type checks
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h362 bool Exact : 1;
376 Exact(false), NoNaNs(false), NoInfs(false),
408 Exact = b;
446 bool hasExact() const { return Exact; }
468 Exact &= Flags.Exact;
/external/llvm/include/llvm/IR/
DInstrTypes.h478 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
479 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
480 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
481 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr

123