/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | GlobPattern.cpp | 107 Pat.Exact = S; in create() 136 if (Exact) in match() 137 return S == *Exact; in match()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 36 Exact = 0, enumerator 142 ObjSizeMode Mode = ObjSizeMode::Exact); 168 ObjSizeMode Mode = ObjSizeMode::Exact);
|
D | ScalarEvolution.h | 529 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/ |
D | discard_test.go | 97 Exact: proto.Bool(true), 102 0x4002: &pb.FloatingPoint{Exact: proto.Bool(true)},
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 316 bool Exact; in walkForwards() local 319 &Exact); in walkForwards() 431 bool Exact; in convert() local 434 &Exact); in convert()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 331 bool Exact; in walkForwards() local 334 &Exact); in walkForwards() 445 bool Exact; in convert() local 448 &Exact); in convert()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 660 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/ |
D | GlobPattern.h | 42 Optional<StringRef> Exact; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 249 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/ |
D | MemoryBuiltins.h | 154 Exact, enumerator 163 Mode EvalMode = Mode::Exact;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 276 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/ |
D | instancetype.m | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/webrtc/talk/ |
D | LICENSE_THIRD_PARTY | 9 Exact origin unknown
|
/external/protobuf/objectivec/ |
D | GPBMessage.m | 1280 //% // 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/ |
D | fdiv.ll | 5 ; Exact division by a constant converted to multiplication.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 5 ; Exact division by a constant converted to multiplication.
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 331 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/ |
D | functional.occlusion_query.txt | 29 + Exact occlusion query result verification
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Cloning.cpp | 134 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-bogus-LNE.s | 100 # Exact prologue length isn't important but it tells us where to expect the
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 26 - **Exact command to reproduce**:
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 66 // Exact type checks
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 362 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/ |
D | InstrTypes.h | 478 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv 479 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv 480 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr 481 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
|