Searched defs:Target (Results 76 - 100 of 144) sorted by relevance

123456

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp56 unsigned Target = (Index + 1) / 2 - 1; local
57 if (!Precedes(data[Index], data[Target])) return;
58 std::swap(data[Index], data[Target]);
59 if (Target == 0) return;
60 Index = Target;
/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp90 // This class is used to represent InstrMapping class defined in Target.td file.
185 const CodeGenTarget &Target; member in class:__anon21893::MapTableEmitter
202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument
203 Target(Target), InstrMapDesc(IMRec) {
364 Target.getInstructionsByEnumValue();
365 std::string TargetName = Target.getName();
566 CodeGenTarget Target(Records);
567 std::string TargetName = Target.getName();
586 MapTableEmitter IMap(Target, Record
[all...]
H A DCodeGenSchedule.h221 const CodeGenTarget &Target; member in class:llvm::CodeGenSchedModels
H A DRegisterInfoEmitter.cpp39 void runEnums(raw_ostream &o, CodeGenTarget &Target, CodeGenRegBank &Bank);
42 void runMCDesc(raw_ostream &o, CodeGenTarget &Target, CodeGenRegBank &Bank);
45 void runTargetHeader(raw_ostream &o, CodeGenTarget &Target,
49 void runTargetDesc(raw_ostream &o, CodeGenTarget &Target,
70 CodeGenTarget &Target, CodeGenRegBank &Bank) {
78 emitSourceFileHeader("Target Register Enum Values", OS);
124 const std::vector<Record*> RegAltNameIndices = Target.getRegAltNameIndices();
701 RegisterInfoEmitter::runMCDesc(raw_ostream &OS, CodeGenTarget &Target, argument
786 const std::string &TargetName = Target.getName();
875 BVE.add(Target
69 runEnums(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &Bank) argument
951 runTargetHeader(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
1010 runTargetDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h64 CodeEmitter(const Target *);
87 const Target *targ;
116 class Target class in namespace:nv50_ir
119 Target(bool j, bool s) : joinAnterior(j), hasSWSched(s) { } function in class:nv50_ir::Target
121 static Target *create(uint32_t chipset);
122 static void destroy(Target *);
213 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const
218 const Target::OpInfo& Target
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py106 class Target: class in inherits:
107 """Target represents the paths used within a single gyp target.
366 Returns a Target object, which represents the output paths for this spec.
374 self.target = Target(spec['type'])
1950 # target_outputs is a map from qualified target name to a Target object.
1952 # target_short_names is a map from target short name to a list of Target
/external/clang/lib/Lex/
H A DHeaderSearch.cpp48 const TargetInfo *Target)
50 ModMap(FileMgr, *Diags.getClient(), LangOpts, Target, *this)
479 void HeaderSearch::setTarget(const TargetInfo &Target) { argument
480 ModMap.setTarget(Target);
45 HeaderSearch(IntrusiveRefCntPtr<HeaderSearchOptions> HSOpts, FileManager &FM, DiagnosticsEngine &Diags, const LangOptions &LangOpts, const TargetInfo *Target) argument
H A DPreprocessor.cpp63 : PPOpts(PPOpts), Diags(&diags), LangOpts(opts), Target(target),
135 assert(Target && "Must provide target information for PP initialization");
136 Initialize(*Target);
177 void Preprocessor::Initialize(const TargetInfo &Target) { argument
178 assert((!this->Target || this->Target == &Target) &&
180 this->Target = &Target;
183 BuiltinInfo.InitializeTarget(Target);
[all...]
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp79 LabelDecl *Target, unsigned TargetScope);
507 LabelDecl *Target = IGS->getConstantTarget(); local
508 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
595 LabelDecl *&Target = TargetScopes[LabelScope]; local
596 if (!Target) Target = TheLabel;
688 LabelDecl *Target, bool &Diagnosed) {
692 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
707 LabelDecl *Target,
717 DiagnoseIndirectJumpStmt(S, Jump, Target, Diagnose
687 DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, LabelDecl *Target, bool &Diagnosed) argument
705 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
H A DSemaExceptionSpec.cpp691 QualType Target, SourceLocation TargetLoc,
694 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target);
711 const FunctionProtoType *Target, SourceLocation TargetLoc,
717 Target->getResultType(), TargetLoc,
723 assert(Target->getNumArgs() == Source->getNumArgs() &&
725 for (unsigned i = 0, E = Target->getNumArgs(); i != E; ++i) {
729 Target->getArgType(i), TargetLoc,
739 // Target type must be a function, function pointer or function reference.
689 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
710 CheckParamExceptionSpec(const PartialDiagnostic & NoteID, const FunctionProtoType *Target, SourceLocation TargetLoc, const FunctionProtoType *Source, SourceLocation SourceLoc) argument
/external/eigen/Eigen/src/Core/util/
H A DConstants.h403 Target = SSE enumerator in enum:Eigen::Architecture::Type
405 Target = AltiVec
407 Target = Generic
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp55 #include "llvm/Target/TargetInstrInfo.h"
56 #include "llvm/Target/TargetRegisterInfo.h"
651 int Target = SlotRemap[i]; local
653 while (SlotRemap.count(Target)) {
654 Target = SlotRemap[Target];
655 SlotRemap[i] = Target;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp211 uint64_t *Target = reinterpret_cast<uint64_t*>(Section.Address + Offset); local
212 *Target = Value + Addend;
214 << " at " << format("%p\n",Target));
224 uint32_t *Target = reinterpret_cast<uint32_t*>(Section.Address + Offset); local
225 *Target = TruncatedAddr;
227 << " at " << format("%p\n",Target));
235 uint32_t *Target = reinterpret_cast<uint32_t*>(Section.Address + Offset); local
240 *Target = TruncOffset;
257 uint32_t *Target = reinterpret_cast<uint32_t*>(Section.Address + Offset); local
258 *Target
266 uint32_t *Target = reinterpret_cast<uint32_t*>(Section.Address + Offset); local
947 uint8_t *Target = Section.Address + Offset; local
995 uint8_t *Target = Section.Address + Offset; local
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp46 ARMAsmBackend(const Target &T, const StringRef TT)
111 /// processFixupValue - Target hook to process the literal value of a fixup
115 MCValue &Target, uint64_t &Value,
527 MCValue &Target, uint64_t &Value,
529 const MCSymbolRefExpr *A = Target.getSymA();
631 ELFARMAsmBackend(const Target &T, const StringRef TT,
644 DarwinARMAsmBackend(const Target &T, const StringRef TT,
663 MCAsmBackend *llvm::createARMAsmBackend(const Target &T, StringRef TT, StringRef CPU) {
523 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h64 CodeEmitter(const Target *);
87 const Target *targ;
116 class Target class in namespace:nv50_ir
119 Target(bool j, bool s) : joinAnterior(j), hasSWSched(s) { } function in class:nv50_ir::Target
121 static Target *create(uint32_t chipset);
122 static void destroy(Target *);
213 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const
218 const Target::OpInfo& Target
[all...]
/external/clang/include/clang/Frontend/
H A DASTUnit.h72 IntrusiveRefCntPtr<TargetInfo> Target; member in class:clang::ASTUnit
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h670 /// \param Target The object region to be destructed.
674 const MemRegion *Target, bool IsBaseDestructor,
677 Data = DtorDataTy(Target, IsBaseDestructor).getOpaqueValue();
715 /// \param Target The region where the object should be constructed. If NULL,
719 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, argument
722 Data = Target;
980 getCXXConstructorCall(const CXXConstructExpr *E, const MemRegion *Target, argument
982 return create<CXXConstructorCall>(E, Target, State, LCtx);
987 const MemRegion *Target, bool IsBase,
989 return create<CXXDestructorCall>(DD, Trigger, Target, IsBas
673 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBaseDestructor, ProgramStateRef St, const LocationContext *LCtx) argument
986 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBase, ProgramStateRef State, const LocationContext *LCtx) argument
[all...]
/external/clang/lib/Basic/
H A DDiagnostic.cpp446 static const char *ScanFormat(const char *I, const char *E, char Target) { argument
450 if (Depth == 0 && *I == Target) return I;
979 Target.HandleDiagnostic(DiagLevel, Info);
984 Target.clear();
988 return Target.IncludeInDiagnosticCounts();
/external/clang/lib/Driver/
H A DDriver.cpp661 OS << "Target: " << TC.getTripleString() << '\n';
1798 llvm::Triple Target(llvm::Triple::normalize(DefaultTargetTriple));
1801 if (Target.isOSDarwin()) {
1804 Target.setArch(
1806 return Target;
1814 Target.setArch(DarwinArch);
1821 if (Target.getArch() == llvm::Triple::mips)
1822 Target.setArch(llvm::Triple::mipsel);
1823 else if (Target.getArch() == llvm::Triple::mips64)
1824 Target
1860 llvm::Triple Target = computeTargetTriple(DefaultTargetTriple, Args, local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp613 const MemRegion *Target = Ctor.getCXXThisVal().getAsRegion(); local
614 if (Target && isa<ElementRegion>(Target))
643 if (!Target || !isa<DeclRegion>(Target))
660 const MemRegion *Target = Dtor.getCXXThisVal().getAsRegion(); local
661 if (Target && isa<ElementRegion>(Target))
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===//
14 // Target specific class implementations should register themselves using the
70 /// Target - Wrapper for Target specific information.
78 class Target { class in namespace:llvm
96 typedef TargetMachine *(*TargetMachineCtorTy)(const Target &T,
106 typedef MCAsmBackend *(*MCAsmBackendCtorTy)(const Target &T,
111 typedef MCDisassembler *(*MCDisassemblerCtorTy)(const Target &T,
113 typedef MCInstPrinter *(*MCInstPrinterCtorTy)(const Target &T,
123 typedef MCStreamer *(*MCObjectStreamerCtorTy)(const Target
237 Target() : AsmStreamerCtorFn(llvm::createAsmStreamer), function in class:llvm::Target
[all...]
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1277 Instruction *Target = PInfo[i].getResult().getInst(); local
1278 if (Target == 0) continue; // Ignore non-local dep results.
1279 assert(Target->getParent() == PInfo[i].getBB());
1282 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Target, P);
/external/llvm/lib/MC/
H A DMCAssembler.cpp124 MCValue Target; local
125 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
130 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined())
132 Target.getSymA()->getSymbol().getName() + "'");
133 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined())
135 Target.getSymB()->getSymbol().getName() + "'");
137 uint64_t Offset = Target.getConstant();
138 if (Target
361 evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value) const argument
748 MCValue Target; local
838 MCValue Target; local
[all...]
H A DMachObjectWriter.cpp85 MCValue Target;
86 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout))
91 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined())
93 Target.getSymA()->getSymbol().getName() + "'");
94 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined())
96 Target.getSymB()->getSymbol().getName() + "'");
98 uint64_t Address = Target.getConstant();
99 if (Target
413 RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
H A DWinCOFFObjectWriter.cpp178 MCValue Target,
639 MCValue Target,
641 assert(Target.getSymA() != NULL && "Relocation must reference a symbol!");
643 const MCSymbol &Symbol = Target.getSymA()->getSymbol();
657 const MCSymbolRefExpr *SymA = Target.getSymA();
658 const MCSymbolRefExpr *SymB = Target.getSymB();
662 if (Target.getSymB()) {
663 const MCSymbol *B = &Target.getSymB()->getSymbol();
679 FixedValue = Target.getConstant();
698 Reloc.Data.Type = TargetObjectWriter->getRelocType(Target, Fixu
635 RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]

Completed in 3628 milliseconds

123456