HomeSort by relevance Sort by last modified time
    Searched refs:Targets (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 30 VirtualCallTarget Targets[] = {
35 EXPECT_EQ(2ull, findLowestOffset(Targets, /*IsAfter=*/false, 1));
36 EXPECT_EQ(66ull, findLowestOffset(Targets, /*IsAfter=*/true, 1));
38 EXPECT_EQ(8ull, findLowestOffset(Targets, /*IsAfter=*/false, 8));
39 EXPECT_EQ(72ull, findLowestOffset(Targets, /*IsAfter=*/true, 8));
42 EXPECT_EQ(33ull, findLowestOffset(Targets, /*IsAfter=*/false, 1));
43 EXPECT_EQ(65ull, findLowestOffset(Targets, /*IsAfter=*/true, 1));
45 EXPECT_EQ(40ull, findLowestOffset(Targets, /*IsAfter=*/false, 8));
46 EXPECT_EQ(72ull, findLowestOffset(Targets, /*IsAfter=*/true, 8));
50 EXPECT_EQ(66ull, findLowestOffset(Targets, /*IsAfter=*/false, 1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 28 // Provide special warning when no targets are initialized.
30 Error = "Unable to find target for this triple (no targets are registered)";
47 Error = "No available targets are compatible with this triple, "
48 "see -version for the available targets.";
53 // good best targets.
55 Error = std::string("Cannot choose between targets \"") +
76 // Add to the list of targets.
103 std::vector<std::pair<StringRef, const Target*> > Targets;
108 Targets.push_back(std::make_pair(I->getName(), &*I));
109 Width = std::max(Width, Targets.back().first.size())
    [all...]
  /frameworks/compile/mclinker/include/mcld/Config/
Targets.def 1 /*===- llvm/Config/Targets.def - MCLD Target Architectures ------*- C++ -*-===*\
14 |* enumerate all of the targets. *|
16 |* The set of targets supported by MCLD is generated at configuration *|
31 #include <llvm/Config/Targets.def>
  /external/llvm/lib/Support/
TargetRegistry.cpp 21 iterator_range<TargetRegistry::iterator> TargetRegistry::targets() { function in class:TargetRegistry
34 std::find_if(targets().begin(), targets().end(),
37 if (I == targets().end()) {
66 // Provide special warning when no targets are initialized.
67 if (targets().begin() == targets().end()) {
68 Error = "Unable to find target for this triple (no targets are registered)";
73 auto I = std::find_if(targets().begin(), targets().end(), ArchMatch)
    [all...]
  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 27 unsigned UsePhonyTargets : 1; ///< Include phony targets for each
46 /// A list of names to use as the targets in the dependency file; this list
48 std::vector<std::string> Targets;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
extern.d 11 # 2) Targets which define EXTERN_FORCE_RELOC to 0 in their
  /build/kati/
depgraph.go 74 Targets []string
84 var targets []string
90 targets = append(targets, arg)
98 Targets: targets,
130 g, err := loadCache(req.Makefile, req.Targets)
136 bmk, err := bootstrapMakefile(req.Targets)
182 nodes, err := db.Eval(req.Targets)
212 saveCache(gd, req.Targets)
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 198 uint64_t findLowestOffset(ArrayRef<VirtualCallTarget> Targets, bool IsAfter,
201 // Set the stored value in each of Targets to VirtualCallTarget::RetVal at the
204 void setBeforeReturnValues(MutableArrayRef<VirtualCallTarget> Targets,
208 // Set the stored value in each of Targets to VirtualCallTarget::RetVal at the
211 void setAfterReturnValues(MutableArrayRef<VirtualCallTarget> Targets,
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.h 32 BranchTargetList &Targets, bool &FallsThru) const override;
BitTracker.cpp 912 BranchTargetList Targets, BTs;
925 // If the evaluation failed, we will add all targets. Keep going in
932 // If evaluated successfully add the targets to the cumulative list.
934 dbgs() << " adding targets:";
942 Targets.insert(BTs.begin(), BTs.end());
955 Targets.insert(SB);
961 Targets.insert(&*Next);
965 Targets.insert(*I);
968 for (unsigned i = 0, n = Targets.size(); i < n; ++i) {
969 int TargetN = Targets[i]->getNumber()
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 159 getEncoder(O) << DecorationGroup << Targets;
164 getDecoder(I) >> DecorationGroup >> Targets;
170 for(auto &I:Targets) {
181 for(auto &I:Targets) {
SPIRVDecorate.h 273 DecorationGroup(TheGroup), Targets(TheTargets){
281 Targets.resize(WC - FixedWC);
287 std::vector<SPIRVId> Targets;
SPIRVModule.cpp 172 const std::vector<SPIRVEntry *> &Targets);
176 SPIRVDecorationGroup *Group, const std::vector<SPIRVEntry *> &Targets);
387 // multiple targets.
413 std::vector<SPIRVId> Targets;
414 Targets.push_back(D->getTargetId());
421 Targets.push_back(E->getTargetId());
426 // For now, just skip using a group if the number of targets to too big
427 if (Targets.size() < 65530) {
429 auto GD = new SPIRVGroupDecorate(G, Targets);
    [all...]
SPIRVModule.h 177 const std::vector<SPIRVEntry *> &Targets) = 0;
179 SPIRVDecorationGroup *Group, const std::vector<SPIRVEntry *> &Targets) = 0;
  /external/clang/lib/Frontend/
DependencyFile.cpp 158 std::vector<std::string> Targets;
173 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
236 if (Opts.Targets.empty()) {
405 // Write out the dependency targets, trying to avoid overly long
413 I = Targets.begin(), E = Targets.end(); I != E; ++I) {
424 // Targets already quoted as needed.
449 // Create phony targets if requested.
  /external/icu/icu4c/source/test/testdata/
testdata.mak 105 # Targets for nfscsi.spp
110 # Targets for nfscss.spp
115 # Targets for nfscis.spp
120 # Targets for nfsmxs.spp
125 # Targets for nfsmxp.spp
131 # Targets for test converter data
  /build/soong/android/
config.go 69 Targets map[OsClass][]Target
88 targets []Arch
218 targets, err := decodeTargetProductVariables(config)
235 targets[Device] = deviceTargets
238 config.Targets = targets
239 config.BuildOsVariant = targets[Host][0].String()
409 for _, t := range c.Targets[Device] {
438 switch c.Targets[Device][0].Arch.ArchType {
452 for _, target := range c.config.Targets[Device]
    [all...]
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 60 wholeprogramdevirt::findLowestOffset(ArrayRef<VirtualCallTarget> Targets,
64 for (const VirtualCallTarget &Target : Targets) {
92 for (const VirtualCallTarget &Target : Targets) {
134 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore,
142 for (VirtualCallTarget &Target : Targets) {
151 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocAfter,
159 for (VirtualCallTarget &Target : Targets) {
390 // Give up if we couldn't find any targets.
583 // and (if applicable) a bit offset, and store the values in the targets.
  /external/llvm/lib/Analysis/
CFLGraph.h 165 // Returns true if targets found, false otherwise.
175 // targets of the call and return them, rather than just failing.
385 SmallVector<Function *, 4> Targets;
386 if (getPossibleTargets(CS, Targets))
387 if (tryInterproceduralAnalysis(CS, Targets))
  /external/abi-compliance-checker/
Makefile.pl 255 if($Path=~/Targets\//)
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 149 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
150 if (Targets.size() == 0)
152 if (Targets.size() != 1)
154 TargetRec = Targets[0];
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.cpp 114 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
115 if (Targets.size() == 0)
117 if (Targets.size() != 1)
119 TargetRec = Targets[0];
  /build/kati/cmd/kati/
main.go 142 func save(g *kati.DepGraph, targets []string) error {
145 err = kati.GOB.Save(g, saveGOB, targets)
148 serr := kati.JSON.Save(g, saveJSON, targets)
281 err = save(g, req.Targets)
297 return n.Save(g, "", req.Targets)
316 err = ex.Exec(g, req.Targets)
  /build/soong/cc/
makevars.go 92 hostTargets := ctx.Config().Targets[android.Host]
98 crossTargets := ctx.Config().Targets[android.HostCross]
106 deviceTargets := ctx.Config().Targets[android.Device]
  /frameworks/compile/slang/
slang.cpp 370 DepOpts.Targets = mAdditionalDepTargets;
371 DepOpts.Targets.push_back(mDepTargetBCFileName);
376 DepOpts.Targets.push_back(*I);

Completed in 576 milliseconds

1 2 3