/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 58 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() argument 59 : InstallName(InstallName), Targets(std::move(Targets)) {} in InterfaceFileRef() 64 template <typename RangeT> void addTargets(RangeT &&Targets) { in addTargets() argument 65 for (const auto &Target : Targets) in addTargets() 70 return llvm::is_contained(Targets, Targ); in hasTarget() 75 const_target_range targets() const { return {Targets}; } in targets() 78 return mapToArchitectureSet(Targets); in getArchitectures() 81 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms() 84 return std::tie(InstallName, Targets) == std::tie(O.InstallName, O.Targets); 88 return std::tie(InstallName, Targets) != std::tie(O.InstallName, O.Targets); [all …]
|
H A D | Symbol.h | 98 Symbol(EncodeKind Kind, StringRef Name, TargetList Targets, SymbolFlags Flags) in Symbol() argument 99 : Name(Name), Targets(std::move(Targets)), Kind(Kind), Flags(Flags) {} in Symbol() 101 void addTarget(Target InputTarget) { addEntry(Targets, InputTarget); } in addTarget() 105 return mapToArchitectureSet(Targets); in getArchitectures() 139 return mapToArchitectureSet(Targets).contains(Arch); in hasArchitecture() 143 return llvm::is_contained(Targets, Targ); in hasTarget() 148 const_target_range targets() const { return {Targets}; } in targets() 172 TargetList Targets; variable
|
H A D | Target.h | 69 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets); 70 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets); 71 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets);
|
H A D | SymbolSet.h | 101 RangeT &&Targets) { 103 for (const auto &Targ : Targets) 106 addGlobal(EncodeKind::ObjectiveCClass, Name, Flags, Targets);
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 91 Targets, enumerator 256 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); in getTargets() local 257 if (!Targets) in getTargets() 258 return make_error<JSONStubError>(getParseErrorMsg(TBDKey::Targets)); in getTargets() 261 for (const Value &JSONTarget : *Targets) { in getTargets() 274 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); in getTargetsSection() local 275 if (!Targets) in getTargetsSection() 276 return make_error<JSONStubError>(getParseErrorMsg(TBDKey::Targets)); in getTargetsSection() 279 for (const Value &JSONTarget : *Targets) { in getTargetsSection() 381 TargetList &Targets) { in getSymbolSection() argument [all …]
|
H A D | TextStub.cpp | 232 TargetList Targets; member 243 std::vector<Target> Targets; member 248 std::vector<Target> Targets; member 316 IO.mapRequired("targets", Section.Targets); in mapping() 328 IO.mapRequired("targets", Section.Targets); in mapping() 344 IO.mapRequired("targets", Section.Targets); in mapping() 558 TargetList Targets; in synthesizeTargets() local 567 Targets.emplace_back(Architecture, Platform); in synthesizeTargets() 570 return Targets; in synthesizeTargets() 604 const auto Targets = in denormalize() local [all …]
|
H A D | Target.cpp | 55 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets) { 57 for (const auto &Target : Targets) in operator <<() 62 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformVersionSet() 64 for (const auto &Target : Targets) in mapToPlatformVersionSet() 69 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets) { in mapToPlatformSet() 71 for (const auto &Target : Targets) in mapToPlatformSet() 61 mapToPlatformVersionSet(ArrayRef<Target> Targets) mapToPlatformVersionSet() argument 68 mapToPlatformSet(ArrayRef<Target> Targets) mapToPlatformSet() argument 75 mapToArchitectureSet(ArrayRef<Target> Targets) mapToArchitectureSet() argument
|
H A D | Symbol.cpp | 54 return make_filter_range(Targets, FN); in targets() 71 return std::tie(Name, Kind, Targets, LHSFlags) == in operator ==() 72 std::tie(O.Name, O.Kind, O.Targets, RHSFlags); in operator ==()
|
H A D | InterfaceFile.cpp | 23 addEntry(Targets, Target); in addTarget() 73 addEntry(Targets, Target); in addTarget() 81 return make_filter_range(Targets, fn); in targets() 388 if (Targets != O.Targets) in operator ==() 418 if (mapToPlatformVersionSet(Targets) != mapToPlatformVersionSet(O.Targets)) in operator ==()
|
H A D | Platform.cpp | 62 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet() argument 64 for (const auto &Target : Targets) in mapToPlatformSet()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLine.cpp | 70 const LVLines *Targets) { in markMissingParents() argument 71 if (!(References && Targets)) in markMissingParents() 80 for (const LVLine *Target : *Targets) in markMissingParents() 91 if (!Reference->findIn(Targets)) in markMissingParents() 96 LVLine *LVLine::findIn(const LVLines *Targets) const { in findIn() 97 if (!Targets) in findIn() 106 for (const LVLine *Target : *Targets) in findIn() 113 for (LVLine *Line : *Targets) in findIn() 124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { in equals() argument 125 if (!References && !Targets) in equals() [all …]
|
H A D | LVSymbol.cpp | 282 const LVSymbols *Targets) { in markMissingParents() argument 283 if (!(References && Targets)) in markMissingParents() 292 for (const LVSymbol *Target : *Targets) in markMissingParents() 303 if (!Reference->findIn(Targets)) in markMissingParents() 308 LVSymbol *LVSymbol::findIn(const LVSymbols *Targets) const { in findIn() 309 if (!Targets) in findIn() 318 for (const LVSymbol *Target : *Targets) in findIn() 325 for (LVSymbol *Target : *Targets) in findIn() 334 const LVSymbols *Targets) { in parametersMatch() argument 335 if (!References && !Targets) in parametersMatch() [all …]
|
H A D | LVType.cpp | 174 const LVTypes *Targets) { in markMissingParents() argument 175 if (!(References && Targets)) in markMissingParents() 184 for (const LVType *Target : *Targets) in markMissingParents() 195 if (!Reference->findIn(Targets)) in markMissingParents() 200 LVType *LVType::findIn(const LVTypes *Targets) const { in findIn() 201 if (!Targets) in findIn() 210 for (const LVType *Target : *Targets) in findIn() 217 for (LVType *Target : *Targets) in findIn() 226 const LVTypes *Targets) { in parametersMatch() argument 227 if (!References && !Targets) in parametersMatch() [all …]
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 13 CFLAGS.Targets.cpp+= -include ../freebsd_cc_version.h 226 SRCS_MIN+= Basic/Targets.cpp 227 SRCS_MIN+= Basic/Targets/AArch64.cpp 228 SRCS_MIN+= Basic/Targets/AMDGPU.cpp 229 SRCS_MIN+= Basic/Targets/ARC.cpp 230 SRCS_MIN+= Basic/Targets/ARM.cpp 231 SRCS_MIN+= Basic/Targets/AVR.cpp 232 SRCS_MIN+= Basic/Targets/BPF.cpp 233 SRCS_MIN+= Basic/Targets/CSKY.cpp 234 SRCS_MIN+= Basic/Targets/DirectX.cpp [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | TargetRegistry.cpp | 210 std::vector<std::pair<StringRef, const Target*> > Targets; in printRegisteredTargetsForVersion() local 213 Targets.push_back(std::make_pair(T.getName(), &T)); in printRegisteredTargetsForVersion() 214 Width = std::max(Width, Targets.back().first.size()); in printRegisteredTargetsForVersion() 216 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion() 220 for (const auto &Target : Targets) { in printRegisteredTargetsForVersion() 225 if (Targets.empty()) in printRegisteredTargetsForVersion()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.cpp | 48 Targets.push_back({"", 0, 0}); in CodeGenIntrinsicTable() 50 if (Intrinsics[I].TargetPrefix != Targets.back().Name) { in CodeGenIntrinsicTable() 51 Targets.back().Count = I - Targets.back().Offset; in CodeGenIntrinsicTable() 52 Targets.push_back({Intrinsics[I].TargetPrefix, I, 0}); in CodeGenIntrinsicTable() 54 Targets.back().Count = Intrinsics.size() - Targets.back().Offset; in CodeGenIntrinsicTable()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 100 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); in ExegesisEmitter() 101 if (Targets.size() == 0) in ExegesisEmitter() 103 if (Targets.size() != 1) in emitPfmCountersInfo() 105 Target = std::string(Targets[0]->getName()); in emitPfmCountersInfo() 95 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); ExegesisEmitter() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 67 LVSymbol *findIn(const LVSymbols *Targets) const; 163 const LVSymbols *Targets); 171 const LVSymbols *Targets); 178 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
|
H A D | LVLine.h | 46 LVLine *findIn(const LVLines *Targets) const; 93 const LVLines *Targets); 100 static bool equals(const LVLines *References, const LVLines *Targets);
|
H A D | LVType.h | 60 LVType *findIn(const LVTypes *Targets) const; 118 const LVTypes *Targets); 127 const LVTypes *Targets); 134 static bool equals(const LVTypes *References, const LVTypes *Targets);
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | depsrc-meta.exp | 3 Targets from meta mode: 5 Targets from meta mode in jobs mode:
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossImpSubsection.cpp | 57 std::vector<support::ulittle32_t> Targets = {support::ulittle32_t(ImportId)}; in addImport() local 58 auto Result = Mappings.insert(std::make_pair(Module, Targets)); in addImport() 60 Result.first->getValue().push_back(Targets[0]); in addImport()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 205 uint64_t findLowestOffset(ArrayRef<VirtualCallTarget> Targets, bool IsAfter, 211 void setBeforeReturnValues(MutableArrayRef<VirtualCallTarget> Targets, 218 void setAfterReturnValues(MutableArrayRef<VirtualCallTarget> Targets,
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.cpp | 90 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget() local 91 if (Targets.size() == 0) in CodeGenTarget() 93 if (Targets.size() != 1) in CodeGenTarget() 95 TargetRec = Targets[0]; in CodeGenTarget()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 345 SmallSetVector<BasicBlock *, 16> Targets; in SplitIndirectBrCriticalEdges() local 349 Targets.insert(Succ); in SplitIndirectBrCriticalEdges() 352 if (Targets.empty()) in SplitIndirectBrCriticalEdges() 357 for (BasicBlock *Target : Targets) { in SplitIndirectBrCriticalEdges()
|