/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 29 Operand.IsExplicit = true; in Instruction() 43 Operand.IsExplicit = false; in Instruction() 53 Operand.IsExplicit = false; in Instruction() 61 if (Op.IsExplicit && Op.TiedToIndex < 0) { in Instruction() 144 if (Op.IsExplicit) in build() 177 return !ROV.Op->IsExplicit; in hasImplicitAliasing() 249 if (ROV.Op->IsExplicit) { in setRegisterOperandValue()
|
D | Uops.cpp | 172 if (Op.Tracker && Op.IsExplicit && Op.IsDef) { in generatePrototype() 184 if (Op.Tracker && Op.IsExplicit && !Op.IsDef) { in generatePrototype()
|
D | MCInstrDescView.h | 61 bool IsExplicit = false; member
|
D | BenchmarkRunner.cpp | 157 } else if (Op.IsExplicit && II.getValueFor(Op).isReg()) { in computeRegsToDef()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 77 D->IsExplicit = true; in record() 151 return Excludes.IsExplicit && !Includes.IsExplicit; in match()
|
D | IceRangeSpec.h | 49 bool IsExplicit = false; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ilist_node_options.h | 38 template <bool IsExplicit> struct explicitness { 39 static const bool is_explicit = IsExplicit;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node_options.h | 39 template <bool IsExplicit> struct explicitness { 40 static const bool is_explicit = IsExplicit;
|
/external/clang/lib/Basic/ |
D | Module.cpp | 28 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module() argument 33 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false), in Module() 247 if (!Mod->IsExplicit) in getExportedModules() 325 if (IsExplicit) in print()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 169 unsigned IsExplicit : 1; variable 308 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 403 bool IsExplicit);
|
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 152 } else if (op->IsExplicit()) { in BuildConstraint() 239 CHECK_WITH_MSG(op->IsExplicit(), caller_info_); in CheckConstraint()
|
D | instruction.cc | 204 if (allocated.IsExplicit()) { in operator <<()
|
D | register-allocator.cc | 1759 if (input->IsImmediate() || input->IsExplicit()) { in MeetConstraintsBefore() 2133 if (input->IsImmediate() || input->IsExplicit()) { in ProcessInstructions() 2328 if (move->source().IsAllocated() || move->source().IsExplicit()) { in ProcessPhis()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 343 auto dumpDebugInfo = [&](bool IsExplicit, const char *Name, in dump() 345 if (shouldDump(IsExplicit, Name, DIDT_ID_DebugInfo, Section.Data)) { in dump()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 786 TEST(ConversionDeclaration, IsExplicit) { in TEST() argument 1086 TEST(ConstructorDeclaration, IsExplicit) { in TEST() argument
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 545 bool IsExplicit) { in findOrCreateModule() argument 552 IsFramework, IsExplicit, NumCreatedModules++); in findOrCreateModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 211 bool IsExplicit; // true - The IT instruction was present in the member 247 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock() 248 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock() 260 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit) in forwardITPosition() 351 ITState.IsExplicit = false; in startImplicitITBlock() 362 ITState.IsExplicit = true; in startExplicitITBlock()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4473 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local 4488 IsExplicit).first; in ReadSubmoduleBlock()
|
D | ASTWriter.cpp | 2556 SUBMODULE_DEFINITION, ID, ParentID, Mod->IsFramework, Mod->IsExplicit, in WriteSubmodules()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1220 if ((*Sub)->IsExplicit) in EmitModuleLinkOptions()
|