Searched refs:Required (Results 1 - 25 of 49) sorted by relevance

12

/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp22 File1(cl::Positional, cl::desc("<input file #1>"), cl::Required);
24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required);
/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/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:__anon12399::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.cpp124 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, argument
133 if (Required)
146 if (Required)
436 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, argument
439 if (Required || !SameAsDefault) {
/external/llvm/tools/llvm-cov/
H A DTestingSupport.cpp28 cl::opt<std::string> InputSourceFile(cl::Positional, cl::Required,
32 "o", cl::Required,
H A DCodeCoverage.cpp250 cl::Positional, cl::Required, cl::location(this->ObjectFilename),
257 "instr-profile", cl::Required, cl::location(this->PGOFilename),
/external/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp63 cl::Required);
66 cl::Required);
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp154 case InstrStage::Required:
155 // Required FUs conflict with both reserved and required ones
206 case InstrStage::Required:
207 // Required FUs conflict with both reserved and required ones
223 if (IS->getReservationKind() == InstrStage::Required)
H A DScheduleDAG.cpp65 bool SUnit::addPred(const SDep &D, bool Required) { argument
71 if (!Required && I->getSUnit() == D.getSUnit())
/external/llvm/lib/IR/
H A DPass.cpp277 Required.push_back(ID);
282 Required.push_back(&ID);
287 Required.push_back(&ID);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
H A Dhiddevice.cpp81 ULONG Required; local
105 Result = SetupDiGetDeviceInterfaceDetail(hDevInfo, &devInfoData, detailData, Length, &Required, NULL);
/external/llvm/include/llvm/
H A DPassAnalysisSupport.h46 SmallVector<AnalysisID, 8> Required; member in class:llvm::AnalysisUsage
130 const VectorType &getRequiredSet() const { return Required; }
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h369 RequiredArgs Required; member in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
384 CGFunctionInfo() : Required(RequiredArgs::All) {}
413 bool isVariadic() const { return Required.allowsOptionalArgs(); }
414 RequiredArgs getRequiredArgs() const { return Required; }
484 ID.AddInteger(Required.getOpaqueData());
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h61 Required = 0, enumerator in enum:llvm::InstrStage::ReservationKinds
/external/snakeyaml/
H A DApplyAndroidPatches.mk18 # - Required in order to build correctly for AOSP.
/external/valgrind/helgrind/tests/
H A Dhg02_deadlock.stderr.exp27 Required order was established by acquisition of lock at 0x........
H A Dtc13_laog1.stderr.exp20 Required order was established by acquisition of lock at 0x........
H A Dtc15_laog_lockdel.stderr.exp22 Required order was established by acquisition of lock at 0x........
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h570 processKeyWithDefault(Key, Val, Optional<T>(), /*Required=*/false);
587 const Optional<T> &DefaultValue, bool Required) {
595 if (this->preflightKey(Key, Required, sameAsDefault, UseDefault,
597 yamlize(*this, Val.getValue(), Required);
607 bool Required) {
611 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
613 yamlize(*this, Val, Required);
623 void processKey(const char *Key, T &Val, bool Required) { argument
626 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
627 yamlize(*this, Val, Required);
586 processKeyWithDefault(const char *Key, Optional<T> &Val, const Optional<T> &DefaultValue, bool Required) argument
606 processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, bool Required) argument
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp322 const Counters &Required) {
348 if (Required.Array[i] <= WaitedOn.Array[i])
354 unsigned Value = LastIssued.Array[i] - Required.Array[i];
453 // FIXME: Insert waits listed in Table 4.2 "Required User-Inserted Wait States"
320 insertWait(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const Counters &Required) argument
/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp180 cl::Required);
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft58 VALUE MS-BAP-Usage Required 2
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp211 StackOption<std::string> Option("option", cl::Required);
/external/harfbuzz_ng/win32/
H A Dinfo-msvc.mak70 @echo CFG: Required, use CFG=release for an optimized build and CFG=debug
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp214 cl::init("-"), cl::Required,
362 cl::opt<std::string> Filename(cl::Positional, cl::Required,

Completed in 389 milliseconds

12