HomeSort by relevance Sort by last modified time
    Searched defs:Target (Results 201 - 225 of 533) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 601 const MemRegion *Target = Ctor.getCXXThisVal().getAsRegion();
602 if (Target && isa<ElementRegion>(Target))
631 if (!Target || !isa<DeclRegion>(Target))
648 const MemRegion *Target = Dtor.getCXXThisVal().getAsRegion();
649 if (Target && isa<ElementRegion>(Target))
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 52 #include "llvm/Target/TargetInstrInfo.h"
53 #include "llvm/Target/TargetRegisterInfo.h"
805 // derived from the alloca being remapped and the target of that remapping.
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 171 MCValue &Target, uint64_t &Value) const {
178 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) {
191 if (Target.getSymB()) {
193 } else if (!Target.getSymA()) {
196 const MCSymbolRefExpr *A = Target.getSymA();
206 IsResolved = Target.isAbsolute();
209 Value = Target.getConstant();
211 if (const MCSymbolRefExpr *A = Target.getSymA()) {
216 if (const MCSymbolRefExpr *B = Target.getSymB()) {
239 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 356 HexagonII::SubTarget Target = static_cast<HexagonII::SubTarget>(
359 switch (Target) {
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 10 // This tablegen backend emits a target specifier matcher for converting parsed
17 // The input to the target specific matcher is a list of literal tokens and
18 // operands. The target specific parser should generally eliminate any syntax
81 // instructions. The target specific custom operand parsing works in the
86 // class/mnemonic and target features to be checked while trying to match.
89 // mnemonic and will check if the target feature for this mnemonic also
193 /// ParserMethod - The name of the operand method to do a target specific
463 /// AsmVariantID - Target's assembly syntax variant no.
625 // Tokens and operand kinds are unambiguous (assuming a correct target
701 /// Target - The target information
    [all...]
FixedLenDecoderEmitter.cpp 93 : Target(R), PredicateNamespace(std::move(PredicateNamespace)),
113 CodeGenTarget Target;
591 // to the destination. The Target is calculated from after the 16-bit
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 39 Target ///< Target specific expression.
290 ///< target-specific non-zero value)
292 ///< some target-specific non-zero value).
296 ///< some target-specific non-zero value).
298 ///< some target-specific non-zero value).
304 Shr, ///< Shift right (arithmetic or logical, depending on target)
416 /// MCTargetExpr - This is an extension point for target-specific MCExpr
424 MCTargetExpr() : MCExpr(Target) {}
435 return E->getKind() == MCExpr::Target;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
58 /// Target - Wrapper for Target specific information.
66 class Target {
72 typedef MCAsmInfo *(*MCAsmInfoCtorFnTy)(const Target &T,
83 typedef TargetMachine *(*TargetMachineCtorTy)(const Target &T,
91 typedef MCAsmBackend *(*MCAsmBackendCtorTy)(const Target &T, StringRef TT);
92 typedef MCTargetAsmLexer *(*MCAsmLexerCtorTy)(const Target &T
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 34 #include "llvm/Target/TargetData.h"
255 // If we have no target data, we can't do this.
272 /// 2) safe for the target, and 3) would provide the specified memory
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 109 MCValue Target;
110 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
115 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined())
117 Target.getSymA()->getSymbol().getName() + "'");
118 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined())
120 Target.getSymB()->getSymbol().getName() + "'");
122 uint64_t Offset = Target.getConstant();
123 if (Target.getSymA()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 25 #include "llvm/Target/TargetOptions.h"
61 /// getI32Imm - Return a target constant with the specified value, of type
67 /// getI64Imm - Return a target constant with the specified value, of type
73 /// getSmallIPtrImm - Return a target constant of pointer type.
94 // Select - Convert the specified operand from a target-independent to a
95 // target-specific node if it hasn't already been changed.
157 // Include the pieces autogenerated from the target description.
734 // Select - Convert the specified operand from a target-independent to a
735 // target-specific node if it hasn't already been changed.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 166 TargetLowering *getTarget() const { return Target.get(); }
335 std::unique_ptr<TargetLowering> Target;
IceInstX86BaseImpl.h 95 TargetLowering *Target)
97 LabelNumber(Target->makeNextLabelNumber()) {
170 InstImpl<TraitsType>::InstX86Jmp::InstX86Jmp(Cfg *Func, Operand *Target)
172 this->addSource(Target);
433 auto *Target = static_cast<TargetLowering *>(Func->getTarget());
434 Target->emitWithoutPrefix(Target->createGetIPForRegister(Dest));
589 Operand *Target = getJmpTarget();
590 if (const auto *Var = llvm::dyn_cast<Variable>(Target)) {
600 } else if (const auto *Mem = llvm::dyn_cast<X86OperandMem>(Target)) {
    [all...]
IceTargetLowering.h 53 #define UnimplementedLoweringError(Target, Instr) \
56 (Target)->addFakeDefUses(Instr); \
161 /// implementing the abstract methods in this class, each concrete target must
175 // Each target must define a public static method:
180 static std::unique_ptr<TargetLowering> createLowering(TargetArch Target,
202 Func->setError("Target doesn't specify Om1 lowering steps.");
205 Func->setError("Target doesn't specify O0 lowering steps.");
208 Func->setError("Target doesn't specify O1 lowering steps.");
211 Func->setError("Target doesn't specify O2 lowering steps.");
214 /// Generates calls to intrinsics for operations the Target can't handle
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 215 Target dd 0 ; Target address
216 Target_Seg dw 20h ; Target CS
733 ; - Target offset
734 ; - Target segment
  /external/turbine/java/com/google/turbine/bytecode/
ClassFile.java 488 private final Target target; field in class:ClassFile.TypeAnnotationInfo
493 TargetType targetType, Target target, TypePath path, AnnotationInfo anno) {
495 this.target = target;
514 public Target target() { method in class:ClassFile.TypeAnnotationInfo
515 return target;
550 public abstract static class Target {
    [all...]
  /frameworks/base/tools/bit/
main.cpp 40 struct Target {
56 Target(bool b, bool i, bool t, const string& p);
59 Target::Target(bool b, bool i, bool t, const string& p)
86 vector<Target*> targets;
151 // The original target that requested this action
152 Target* target; member in struct:TestAction
238 m_currentAction->target->testPassCount++;
249 line << ": " << m_currentAction->target->name << ':' << className << "\\#" << testName
486 Target* target = new Target(flagBuild || !anyPhases, flagInstall || !anyPhases, local
637 Target* target = targets[i]; local
653 Target* target = targets[i]; local
666 Target* target = targets[i]; local
796 Target* target = targets[i]; local
959 Target* target = targets[i]; local
969 Target* target = targets[i]; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
205 /// - Clients should have initialized any LLVM target features that may be
349 /// @name Target Info
352 bool hasTarget() const { return Target != nullptr; }
355 assert(Target && "Compiler instance has no target!");
356 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
70 /// hold private target-specific information for each MachineFunction. Objects
114 // - target-specific
120 // target-specific or non-pre-isel generic instructions (e.g., COPY).
199 const TargetMachine &Target;
207 // Used to keep track of target-specific per-machine function information for
208 // the target implementation.
313 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
317 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
364 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
338 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
342 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
388 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
338 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
342 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
388 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CompilerInstance.h 59 /// for example the preprocessor, the target information, and the AST
79 /// The target being compiled for.
80 IntrusiveRefCntPtr<TargetInfo> Target;
82 /// Auxiliary Target info.
212 /// - Clients should have initialized any LLVM target features that may be
356 /// @name Target Info
359 bool hasTarget() const { return Target != nullptr; }
362 assert(Target && "Compiler instance has no target!");
363 return *Target;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 14 // target-specific information about the generated code.
93 /// hold private target-specific information for each MachineFunction. Objects
137 // - target-specific
143 // target-specific or non-pre-isel generic instructions (e.g., COPY).
227 const TargetMachine &Target;
235 // Used to keep track of target-specific per-machine function information for
236 // the target implementation.
341 /// unchanged the references to Fn, Target, MMI, and FunctionNumber.
345 /// \pre Fn, Target, MMI, and FunctionNumber are properly set.
391 /// getTarget - Return the target machine this machine code is compiled wit
    [all...]

Completed in 1182 milliseconds

1 2 3 4 5 6 7 891011>>