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

12345678

/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp57 const CodeGenTarget &Target; member in struct:__anon26579::InstRegexOp
58 InstRegexOp(const CodeGenTarget &t): Target(t) {}
77 for (CodeGenTarget::inst_iterator I = Target.inst_begin(),
78 E = Target.inst_end(); I != E; ++I) {
91 Records(RK), Target(TGT) {
98 Sets.addOperator("instregex", new InstRegexOp(Target));
217 for (CodeGenTarget::inst_iterator I = Target.inst_begin(),
218 E = Target.inst_end(); I != E; ++I) {
512 for (CodeGenTarget::inst_iterator I = Target.inst_begin(),
513 E = Target
[all...]
H A DInstrInfoEmitter.cpp60 void emitOperandTypesEnum(raw_ostream &OS, const CodeGenTarget &Target);
66 void emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target,
179 const CodeGenTarget &Target = CDP.getTargetInfo(); local
180 for (const CodeGenInstruction *Inst : Target.instructions()) {
237 const CodeGenTarget &Target,
240 const std::string &Namespace = Target.getInstNamespace();
308 /// Operand types are all definitions derived of the Operand Target.td class.
310 const CodeGenTarget &Target) {
312 const std::string &Namespace = Target.getInstNamespace();
342 emitSourceFileHeader("Target Instructio
236 emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, const std::vector<const CodeGenInstruction*> &NumberedInstructions) argument
309 emitOperandTypesEnum(raw_ostream &OS, const CodeGenTarget &Target) argument
352 CodeGenTarget &Target = CDP.getTargetInfo(); local
543 CodeGenTarget &Target = CDP.getTargetInfo(); local
[all...]
H A DPseudoLoweringEmitter.cpp51 CodeGenTarget Target; member in class:__anon26603::PseudoLoweringEmitter
62 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
201 o << "bool " << Target.getName() + "AsmPrinter" << "::\n"
H A DCodeGenMapTable.cpp90 // This class is used to represent InstrMapping class defined in Target.td file.
185 const CodeGenTarget &Target; member in class:__anon26574::MapTableEmitter
202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument
203 Target(Target), InstrMapDesc(IMRec) {
363 Target.getInstructionsByEnumValue();
364 std::string TargetName = Target.getName();
565 CodeGenTarget Target(Records);
566 std::string TargetName = Target.getName();
585 MapTableEmitter IMap(Target, Record
[all...]
H A DCodeGenSchedule.h221 const CodeGenTarget &Target; member in class:llvm::CodeGenSchedModels
/external/clang/include/clang/Lex/
H A DLiteralSupport.h186 const TargetInfo &Target; member in class:clang::StringLiteralParser
205 : SM(sm), Features(features), Target(target), Diags(diags),
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp183 const MemRegion *Target = nullptr; local
191 Target = getRegionForConstructedObject(CE, Pred, *this, currStmtIdx);
221 Target = ThisVal.getAsRegion();
228 Target = BaseVal.getAsRegion();
236 CEMgr.getCXXConstructorCall(CE, Target, State, LCtx);
264 State = State->bindDefault(loc::MemRegionVal(Target), ZeroVal);
278 bool IsArray = isa<ElementRegion>(Target);
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp487 struct Target struct
494 static const Target floatTargets[] =
/external/kernel-headers/original/uapi/linux/
H A Dcciss_defs.h50 #define LEVEL2LUN 1 /* index into Target(x) structure, due to byte swapping */
79 SCSI3Addr_struct Target[2]; /* 2 level target device addr */ member in struct:_PhysDevAddr_struct
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp31 AArch64AsmBackend(const Target &T) : MCAsmBackend() {}
311 DarwinAArch64AsmBackend(const Target &T, const MCRegisterInfo &MRI)
495 ELFAArch64AsmBackend(const Target &T, uint8_t OSABI, bool IsLittleEndian)
504 const MCValue &Target, uint64_t &Value,
513 const MCFragment *DF, const MCValue &Target, uint64_t &Value,
545 MCAsmBackend *llvm::createAArch64leAsmBackend(const Target &T,
557 MCAsmBackend *llvm::createAArch64beAsmBackend(const Target &T,
511 processFixupValue( const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, const MCValue &Target, uint64_t &Value, bool &IsResolved) argument
/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/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/third_party/skia/bench/
H A Dnanobench.cpp61 DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
272 struct Target { struct
273 explicit Target(const Config& c) : config(c) {} function in struct:Target
351 // If bench is enabled for config, returns a Target* for it, otherwise NULL.
352 static Target* is_enabled(Benchmark* bench, const Config& config) {
360 Target* target = new Target(config);
381 static void create_targets(SkTDArray<Target*>* targets, Benchmark* b,
384 if (Target* t = is_enabled(b, configs[i])) {
626 SkTDArray<Target*> target
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h299 struct Target { struct in class:SkImageDecoder
/external/chromium_org/tools/gn/
H A Dtarget.h31 class Target : public Item { class in inherits:Item
47 Target(const Settings* settings, const Label& label);
48 virtual ~Target();
54 virtual Target* AsTarget() OVERRIDE;
55 virtual const Target* AsTarget() const OVERRIDE;
181 const UniqueVector<const Target*>& inherited_libraries() const {
195 const std::set<const Target*>& recursive_hard_deps() const {
238 void PullForwardedDependentConfigsFrom(const Target* from);
282 UniqueVector<const Target*> inherited_libraries_;
291 std::set<const Target*> recursive_hard_deps
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py111 class Target: class in inherits:
112 """Target represents the paths used within a single gyp target.
371 Returns a Target object, which represents the output paths for this spec.
379 self.target = Target(spec['type'])
2147 # target_outputs is a map from qualified target name to a Target object.
2149 # target_short_names is a map from target short name to a list of Target
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h76 IntrusiveRefCntPtr<TargetInfo> Target; member in class:clang::CompilerInstance
317 /// @name Target Info
320 bool hasTarget() const { return Target != nullptr; }
323 assert(Target && "Compiler instance has no target!");
324 return *Target;
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h50 Target(FoundDecl.getDecl()), NamingClass(NamingClass),
60 Target(BaseClass),
70 NamedDecl *getTargetDecl() const { return Target; }
75 assert(!IsMember); return cast<CXXRecordDecl>(Target);
106 NamedDecl *Target; member in class:clang::sema::AccessedEntity
/external/clang/lib/Lex/
H A DLiteralSupport.cpp26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { argument
32 return Target.getCharWidth();
35 return Target.getWCharWidth();
38 return Target.getChar16Width();
41 return Target.getChar32Width();
1261 Target(PP.getTargetInfo()), Diags(Complain ? &PP.getDiagnostics() :nullptr),
1320 CharByteWidth = getCharWidth(Kind, Target);
H A DPreprocessor.cpp63 : PPOpts(PPOpts), Diags(&diags), LangOpts(opts), Target(nullptr),
175 void Preprocessor::Initialize(const TargetInfo &Target) { argument
176 assert((!this->Target || this->Target == &Target) &&
178 this->Target = &Target;
181 BuiltinInfo.InitializeTarget(Target);
182 HeaderInfo.setTarget(Target);
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp83 LabelDecl *Target, unsigned TargetScope);
501 LabelDecl *Target = IGS->getConstantTarget(); local
502 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
590 LabelDecl *&Target = TargetScopes[LabelScope]; local
591 if (!Target) Target = TheLabel;
683 LabelDecl *Target, bool &Diagnosed) {
687 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
703 LabelDecl *Target,
714 DiagnoseIndirectJumpStmt(S, Jump, Target, Diagnose
682 DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, LabelDecl *Target, bool &Diagnosed) argument
701 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
H A DSemaExceptionSpec.cpp707 QualType Target, SourceLocation TargetLoc,
710 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target);
727 const FunctionProtoType *Target, SourceLocation TargetLoc,
732 Target->getReturnType(), TargetLoc, Source->getReturnType(),
738 assert(Target->getNumParams() == Source->getNumParams() &&
740 for (unsigned i = 0, E = Target->getNumParams(); i != E; ++i) {
743 Target->getParamType(i), TargetLoc, Source->getParamType(i),
753 // Target type must be a function, function pointer or function reference.
705 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
726 CheckParamExceptionSpec(const PartialDiagnostic & NoteID, const FunctionProtoType *Target, SourceLocation TargetLoc, const FunctionProtoType *Source, SourceLocation SourceLoc) argument
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp564 struct Target struct
571 static const Target floatTargets[] =
588 static const Target intTargets[] =
596 static const Target uintTargets[] =
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c18 #include "llvm-c/Target.h"
180 /*===---- Target ----------------------------------------------------------===*/
182 static value llvm_target_option(LLVMTargetRef Target) { argument
183 if(Target != NULL) {
185 Store_field(Result, 0, (value) Target);
201 /* unit -> Target.t option */
206 /* Target.t -> Target.t option */
207 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { argument
208 return llvm_target_option(LLVMGetNextTarget(Target));
228 llvm_target_name(LLVMTargetRef Target) argument
233 llvm_target_description(LLVMTargetRef Target) argument
238 llvm_target_has_jit(LLVMTargetRef Target) argument
243 llvm_target_has_target_machine(LLVMTargetRef Target) argument
248 llvm_target_has_asm_backend(LLVMTargetRef Target) argument
282 llvm_create_targetmachine_native(value Triple, value CPU, value Features, value OptLevel, value RelocMode, value CodeModel, LLVMTargetRef Target) argument
[all...]
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp55 #include "llvm/Target/TargetInstrInfo.h"
56 #include "llvm/Target/TargetRegisterInfo.h"
626 int Target = SlotRemap[i]; local
628 while (SlotRemap.count(Target)) {
629 Target = SlotRemap[Target];
630 SlotRemap[i] = Target;

Completed in 537 milliseconds

12345678