Home
last modified time | relevance | path

Searched refs:IsExplicit (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp29 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()
DUops.cpp172 if (Op.Tracker && Op.IsExplicit && Op.IsDef) { in generatePrototype()
184 if (Op.Tracker && Op.IsExplicit && !Op.IsDef) { in generatePrototype()
DMCInstrDescView.h61 bool IsExplicit = false; member
DBenchmarkRunner.cpp157 } else if (Op.IsExplicit && II.getValueFor(Op).isReg()) { in computeRegsToDef()
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp77 D->IsExplicit = true; in record()
151 return Excludes.IsExplicit && !Includes.IsExplicit; in match()
DIceRangeSpec.h49 bool IsExplicit = false; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_node_options.h38 template <bool IsExplicit> struct explicitness {
39 static const bool is_explicit = IsExplicit;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_options.h39 template <bool IsExplicit> struct explicitness {
40 static const bool is_explicit = IsExplicit;
/external/clang/lib/Basic/
DModule.cpp28 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/
DModule.h169 unsigned IsExplicit : 1; variable
308 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
/external/clang/include/clang/Lex/
DModuleMap.h403 bool IsExplicit);
/external/v8/src/compiler/
Dregister-allocator-verifier.cc152 } else if (op->IsExplicit()) { in BuildConstraint()
239 CHECK_WITH_MSG(op->IsExplicit(), caller_info_); in CheckConstraint()
Dinstruction.cc204 if (allocated.IsExplicit()) { in operator <<()
Dregister-allocator.cc1759 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/
DDWARFContext.cpp343 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/
DASTMatchersNarrowingTest.cpp786 TEST(ConversionDeclaration, IsExplicit) { in TEST() argument
1086 TEST(ConstructorDeclaration, IsExplicit) { in TEST() argument
/external/clang/lib/Lex/
DModuleMap.cpp545 bool IsExplicit) { in findOrCreateModule() argument
552 IsFramework, IsExplicit, NumCreatedModules++); in findOrCreateModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp211 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/
DASTReader.cpp4473 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local
4488 IsExplicit).first; in ReadSubmoduleBlock()
DASTWriter.cpp2556 SUBMODULE_DEFINITION, ID, ParentID, Mod->IsFramework, Mod->IsExplicit, in WriteSubmodules()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1220 if ((*Sub)->IsExplicit) in EmitModuleLinkOptions()