Searched defs:Target (Results 1 - 25 of 72) sorted by relevance

123

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.h29 std::string Target; member in class:llvm::SubtargetEmitter
H A DPseudoLoweringEmitter.h46 CodeGenTarget Target; member in class:llvm::PseudoLoweringEmitter
57 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
H A DCodeEmitterGen.cpp26 // be a CodeEmitter class in the Target.td that controls this sort of thing
86 std::string &Case, CodeGenTarget &Target) {
87 CodeGenInstruction &CGI = Target.getInstruction(R);
185 CodeGenTarget &Target) {
200 AddCodeToMergeInOperand(R, BI, Vals[i].getName(), NumberedOp, Case, Target);
211 CodeGenTarget Target(Records);
215 if (Target.isLittleEndianEncoding()) reverseBits(Insts);
220 Target.getInstructionsByEnumValue();
223 o << "unsigned " << Target.getName();
271 Case = getInstructionCase(R, Target);
84 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName, unsigned &NumberedOp, std::string &Case, CodeGenTarget &Target) argument
184 getInstructionCase(Record *R, CodeGenTarget &Target) argument
[all...]
H A DFixedLenDecoderEmitter.h59 Records(R), Target(R),
60 NumberedInstructions(Target.getInstructionsByEnumValue()),
70 CodeGenTarget Target; member in class:llvm::FixedLenDecoderEmitter
H A DInstrInfoEmitter.cpp143 const CodeGenTarget &Target = CDP.getTargetInfo(); local
144 for (CodeGenTarget::inst_iterator II = Target.inst_begin(),
145 E = Target.inst_end(); II != E; ++II) {
168 EmitSourceFileHeader("Target Instruction Descriptors", OS);
175 CodeGenTarget &Target = CDP.getTargetInfo(); local
176 const std::string &TargetName = Target.getName();
177 Record *InstrInfo = Target.getInstructionSet();
184 for (CodeGenTarget::inst_iterator II = Target.inst_begin(),
185 E = Target.inst_end(); II != E; ++II) {
208 Target
[all...]
/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h35 typedef llvm::PointerUnion<const FileEntry *, llvm::MemoryBuffer *> Target; typedef in class:clang::arcmt::FileRemapper
36 typedef llvm::DenseMap<const FileEntry *, Target> MappingsTy;
66 void resetTarget(Target &targ);
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml33 (*===-- Target Data -------------------------------------------------------===*)
0 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa %s -o %t module
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp1 //===-- TargetSelect.cpp - Target Chooser Code ----------------------------===//
20 #include "llvm/Target/TargetMachine.h"
41 const Target *TheTarget = 0;
88 TargetMachine *Target = TheTarget->createTargetMachine(TheTriple.getTriple(), local
91 assert(Target && "Could not allocate target machine!");
92 return Target;
/external/llvm/include/llvm/ADT/
H A DInMemoryStruct.h33 value_type *Target; member in class:llvm::InMemoryStruct
42 InMemoryStruct() : Target(0) {}
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {}
44 InMemoryStruct(pointer Value) : Target(Value) {}
48 if (Value.Target != &Value.Contents) {
49 Target = Value.Target;
51 Target = &Contents;
57 assert(Target && "Cannot dereference null pointer");
58 return *Target;
[all...]
/external/clang/lib/Basic/
H A DBuiltins.cpp41 void Builtin::Context::InitializeTarget(const TargetInfo &Target) { argument
43 Target.getTargetBuiltins(TSRecords, NumTSRecords);
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cc24 class Target class in namespace:PR9325
36 static Target<T> Instance;
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}}
44 Target<int*>* traits = &Provider<int*>::Instance;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h34 static bool HandleDirective(MCAsmParserExtension *Target, argument
37 T *Obj = static_cast<T*>(Target);
/external/llvm/tools/llc/
H A Dllc.cpp37 #include "llvm/Target/TargetData.h"
38 #include "llvm/Target/TargetMachine.h"
69 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
76 cl::desc("Target specific attributes (-mattr=help for details)"),
85 "Target default relocation model"),
99 "Target default code model"),
269 const Target *TheTarget = 0;
314 TargetMachine &Target = *target.get(); local
317 Target.setMCUseLoc(false);
320 Target
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h60 const TargetInfo &Target; member in class:clang::CodeGen::CodeGenTypes
110 const TargetInfo &getTarget() const { return Target; }
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h1 //===- Target/TargetJITInfo.h - Target Information for JIT ------*- C++ -*-===//
30 /// TargetJITInfo - Target specific information required by the Just-In-Time
69 virtual void *emitFunctionStub(const Function* F, void *Target, argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h104 std::string Target; // Object this relocation is contained in. member in struct:llvm::RuntimeDyldMachO::RelocationEntry
111 : Target(t), Offset(offset), Data(data), Addend(addend),
H A DRuntimeDyldMachO.cpp499 uint8_t *Target = SymbolTable[RE.Target] + RE.Offset; local
504 DEBUG(dbgs() << "Resolving relocation at '" << RE.Target
505 << "' + " << RE.Offset << " (" << format("%p", Target) << ")"
510 resolveRelocation(Target, Addr, isPCRel, Type, Size);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp32 MCValue Target,
39 const MCFixup &Fixup, MCValue Target,
51 MCValue Target, uint64_t &FixedValue);
127 MCValue Target,
134 const MCSymbol *A = &Target.getSymA()->getSymbol();
147 if (const MCSymbolRefExpr *B = Target.getSymB()) {
224 MCValue Target,
232 const MCSymbol *A = &Target.getSymA()->getSymbol();
244 if (const MCSymbolRefExpr *B = Target.getSymB()) {
285 MCValue Target,
122 RecordARMMovwMovtRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
219 RecordARMScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
280 RecordRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/icu4c/i18n/
H A Dbmsearch.cpp49 class Target : public UMemory class in inherits:UMemory
52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
53 ~Target();
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status) function in class:Target
141 Target::~Target()
149 void Target::setTargetString(const UnicodeString *target)
175 const CEI *Target::nextCE(int32_t offset)
225 const CEI *Target
[all...]
/external/chromium/net/http/
H A Dhttp_auth.h30 enum Target { enum in class:net::HttpAuth
112 static std::string GetChallengeHeaderName(Target target);
116 static std::string GetAuthorizationHeaderName(Target target);
118 // Returns a string representation of a Target value that can be used in log
120 static std::string GetAuthTargetString(Target target);
137 Target target,
167 Target target,
/external/clang/include/clang/Lex/
H A DLiteralSupport.h151 const TargetInfo &Target; member in class:clang::StringLiteralParser
166 : SM(sm), Features(features), Target(target), Diags(diags),
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h49 Target(FoundDecl.getDecl()), NamingClass(NamingClass),
59 Target(BaseClass),
69 NamedDecl *getTargetDecl() const { return Target; }
74 assert(!IsMember); return cast<CXXRecordDecl>(Target);
105 NamedDecl *Target; member in class:clang::sema::AccessedEntity
/external/clang/lib/Lex/
H A DLiteralSupport.cpp32 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { argument
38 return Target.getCharWidth();
41 return Target.getWCharWidth();
44 return Target.getChar16Width();
47 return Target.getChar32Width();
913 Target(PP.getTargetInfo()), Diags(Complain ? &PP.getDiagnostics() : 0),
976 CharByteWidth = getCharWidth(Kind, Target);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h76 const TargetMachine &Target; member in class:llvm::MachineFunction
150 const TargetMachine &getTarget() const { return Target; }
H A DMachineRelocation.h1 //===-- llvm/CodeGen/MachineRelocation.h - Target Relocation ----*- C++ -*-===//
41 isGV, // The Target.GV field is valid.
44 isExtSym, // The Target.ExtSym field is valid.
47 isGOTIndex // The Target.GOTIndex field is valid.
64 } Target; member in class:llvm::MachineRelocation
67 AddressType AddrType : 4; // The field of Target to use
95 Result.Target.GV = GV;
115 Result.Target.GV = GV;
132 Result.Target.MBB = MBB;
152 Result.Target
[all...]

Completed in 1568 milliseconds

123