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

  /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
  /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...]
HexagonBitTracker.cpp 884 const CellMapType &Inputs, BranchTargetList &Targets,
904 Targets.insert(BI->getOperand(0).getMBB());
932 Targets.insert(BI->getOperand(1).getMBB());
    [all...]
BitTracker.h 405 // User-provided functions for individual targets:
423 // a list of all possible branch targets and indicate (through a flag)
427 BranchTargetList &Targets, bool &FallsThru) const = 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.
CompilerInvocation.cpp 725 Opts.Targets = Args.getAllArgValues(OPT_MT);
    [all...]
  /external/clang/lib/Basic/
Android.mk 42 Targets.cpp \
  /external/icu/icu4c/source/test/testdata/
testdata.mak 103 # Targets for nfscsi.spp
108 # Targets for nfscss.spp
113 # Targets for nfscis.spp
118 # Targets for nfsmxs.spp
123 # Targets for nfsmxp.spp
129 # Targets for test converter data
  /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];
  /frameworks/compile/slang/
slang.cpp 371 DepOpts.Targets = mAdditionalDepTargets;
372 DepOpts.Targets.push_back(mDepTargetBCFileName);
377 DepOpts.Targets.push_back(*I);
  /external/llvm/
Makefile 204 include/llvm/Config/Targets.def \
286 # declare all targets at this level to be serial:
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 73 // SmallVectorImpl. Returns true if targets found, false otherwise.
380 SmallVector<Function *, 4> Targets;
381 if (getPossibleTargets(&Inst, Targets)) {
382 if (tryInterproceduralAnalysis(Targets, &Inst, Inst.arg_operands()))
702 // targets of the call and return them, rather than just failing.
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 141 $# must do Actions/Mark All Targets for Remake. This is because the compiler
  /external/icu/icu4c/source/data/
makedata.mak 504 @echo All targets are up to date
    [all...]
  /build/core/
main.mk 96 # Targets that provide quick help on the build system.
285 # These are the modifier targets that don't do anything themselves, but
457 $(error The 'sdk' target may not be specified with any other targets)
527 # Stub out the notice targets, which probably aren't defined
609 # unambiguous enough. Maybe declare short targets like
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 579 // Takes a RelocatedBase (base pointer relocation instruction) and Targets to
583 const SmallVectorImpl<IntrinsicInst *> &Targets) {
585 for (auto &ToReplace : Targets) {
704 // Item.second is the vector of Targets to replace
852 /// targets with multiple condition code registers (PowerPC), where it might
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 480 milliseconds