Searched defs:Required (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h69 const changeset_ty &Required) {}
67 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp65 bool SUnit::addPred(const SDep &D, bool Required) { argument
71 if (!Required && I->getSUnit() == D.getSUnit())
/external/llvm/include/llvm/
H A DPassAnalysisSupport.h43 VectorType Required, RequiredTransitive, Preserved; member in class:llvm::AnalysisUsage
108 const VectorType &getRequiredSet() const { return Required; }
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h61 Required = 0, enumerator in enum:llvm::InstrStage::ReservationKinds
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp120 const changeset_ty &Required) {
121 DDA.UpdatedSearchState(Changes, Sets, Required);
145 /// \p Required changes from the cache, executing the test if necessary.
149 /// \param Required - The set of changes which have previously been
152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
159 const changeset_ty &Required; member in class:__anon10598::DeltaActiveSetHelper
165 DDAI.UpdatedSearchState(Changes, Sets, Required);
169 return DDAI.GetTestResult(S, Required);
174 const changeset_ty &Required)
175 : DDAI(DDAI), Required(Require
118 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
173 DeltaActiveSetHelper(DAGDeltaAlgorithmImpl &DDAI, const changeset_ty &Required) argument
283 GetTestResult(const changeset_ty &Changes, const changeset_ty &Required) argument
307 changeset_ty Required; local
[all...]
H A DYAMLTraits.cpp119 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, argument
128 if (Required)
141 if (Required)
426 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, argument
429 if (Required || !SameAsDefault) {
/external/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp314 const Counters &Required) {
340 if (Required.Array[i] <= WaitedOn.Array[i])
346 unsigned Value = LastIssued.Array[i] - Required.Array[i];
439 // FIXME: Insert waits listed in Table 4.2 "Required User-Inserted Wait States"
312 insertWait(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const Counters &Required) argument
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h368 RequiredArgs Required; member in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
382 CGFunctionInfo() : Required(RequiredArgs::All) {}
411 bool isVariadic() const { return Required.allowsOptionalArgs(); }
412 RequiredArgs getRequiredArgs() const { return Required; }
476 ID.AddInteger(Required.getOpaqueData());
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h533 processKeyWithDefault(Key, Val, Optional<T>(), /*Required=*/false);
550 const Optional<T> &DefaultValue, bool Required) {
558 if (this->preflightKey(Key, Required, sameAsDefault, UseDefault,
560 yamlize(*this, Val.getValue(), Required);
570 bool Required) {
574 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
576 yamlize(*this, Val, Required);
586 void processKey(const char *Key, T &Val, bool Required) { argument
589 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
590 yamlize(*this, Val, Required);
549 processKeyWithDefault(const char *Key, Optional<T> &Val, const Optional<T> &DefaultValue, bool Required) argument
569 processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, bool Required) argument
[all...]
H A DCommandLine.h95 Required = 0x02, // One occurrence required enumerator in enum:llvm::cl::NumOccurrencesFlag
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp578 KeyStatus(bool Required=false) : Required(Required), Seen(false) {} argument
579 bool Required; member in struct:__anon925::VFSFromYAMLParser::KeyStatus
605 if (I->second.Required && !I->second.Seen) {
/external/clang/lib/CodeGen/
H A DCGCall.cpp240 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, 1 + ExtraArgs); local
251 Required);
552 FI->Required = required;
/external/clang/include/clang/AST/
H A DDeclObjC.h115 enum ImplementationControl { None, Required, Optional };
2216 enum PropertyControl { None, Required, Optional }; enumerator in enum:clang::ObjCPropertyDecl::PropertyControl
2391 /// Null for \@dynamic. Required for \@synthesize.
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp58 bool Required; member in struct:__anon10567::MCAsmMacroParameter
61 MCAsmMacroParameter() : Required(false), Vararg(false) {}
2068 if (M->Parameters[FAI].Required) {
3301 Parameter.Required = true;
3318 if (Parameter.Required)

Completed in 387 milliseconds