HomeSort by relevance Sort by last modified time
    Searched defs:Target (Results 126 - 150 of 188) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 11 // of the target-specific code is generated by tablegen in the file
826 MachineBasicBlock *Target = (Imm == 0) ? FBB : TBB;
828 .addMBB(Target);
829 FuncInfo.MBB->addSuccessor(Target);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 11 // of the target-specific code is generated by tablegen in the file
36 #include "llvm/Target/TargetLowering.h"
37 #include "llvm/Target/TargetMachine.h"
268 // fast-isel as a load target, and return its equivalent machine type in VT.
471 "64-bit load with 32-bit target??");
717 MachineBasicBlock *Target = (Imm == 0) ? FBB : TBB;
718 FastEmitBranch(Target, DbgLoc);
    [all...]
PPCISelDAGToDAG.cpp 34 #include "llvm/Target/TargetOptions.h"
80 /// getI32Imm - Return a target constant with the specified value, of type
86 /// getI64Imm - Return a target constant with the specified value, of type
92 /// getSmallIPtrImm - Return a target constant of pointer type.
113 // Select - Convert the specified operand from a target-independent to a
114 // target-specific node if it hasn't already been changed.
187 // Include the pieces autogenerated from the target description.
    [all...]
PPCISelLowering.cpp 39 #include "llvm/Target/TargetOptions.h"
639 // We have target-specific dag combine patterns for the following nodes:
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 764 /// last parameter, also switches branch target with BR if the need arise
771 SDValue Target = BRCOND.getOperand(2);
783 // Get the target from BR if we don't negate the condition
785 Target = BR->getOperand(1);
800 Ops.push_back(Target);
808 // Give the branch instruction our target
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 41 #include "llvm/Target/TargetLibraryInfo.h"
484 // Get the alignment of the global, either explicit or target-specific.
    [all...]
  /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
192 /// ParserMethod - The name of the operand method to do a target specific
391 /// AsmVariantID - Target's assembly syntax variant no.
532 // Tokens and operand kinds are unambiguous (assuming a correct target
607 /// Target - The target information
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 208 GLenum Target; /**< GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE */
354 compile_shader_with_debug(struct gl_context *ctx, GLenum target, const GLcharARB *source)
360 shader = _mesa_CreateShaderObjectARB(target);
1448 const GLenum target = texObj->Target; local
3608 const GLenum target = texObj->Target; local
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 205 /// \brief The typedef for the target specific predefined
412 const TargetInfo *Target;
494 const TargetInfo &getTargetInfo() const { return *Target; }
499 /// Returns empty type if there is no appropriate target types.
504 /// Returns empty type if there is no appropriate target types.
    [all...]
Stmt.h     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1037 : SExpr(COP_Call), Target(T), Cexpr(Ce) {}
1038 Call(const Call &C, SExpr *T) : SExpr(C), Target(T), Cexpr(C.Cexpr) {}
1040 SExpr *target() { return Target.get(); } function in class:clang::threadSafety::Call
1041 const SExpr *target() const { return Target.get(); } function in class:clang::threadSafety::Call
1047 auto Nt = Vs.traverse(Target, Vs.subExprCtx(Ctx));
1052 return Cmp.compare(target(), E->target());
1056 SExprRef Target;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 130 const TargetInfo &Target;
567 void ResolveBranchFixups(llvm::BasicBlock *Target);
570 /// target of a potentially scope-crossing jump; get a stable handle
572 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
573 return JumpDest(Target,
579 /// target of a potentially scope-crossing jump; get a stable handle
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaChecking.cpp 315 // Since the target specific builtins for each arch overlap, only check those
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 11 // of the target-specific code is generated by tablegen in the file
46 #include "llvm/Target/TargetInstrInfo.h"
47 #include "llvm/Target/TargetLowering.h"
48 #include "llvm/Target/TargetMachine.h"
49 #include "llvm/Target/TargetOptions.h"
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 208 GLenum Target; /**< GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE */
354 compile_shader_with_debug(struct gl_context *ctx, GLenum target, const GLcharARB *source)
360 shader = _mesa_CreateShaderObjectARB(target);
1448 const GLenum target = texObj->Target; local
3608 const GLenum target = texObj->Target; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 300 class Target;
738 class Target
741 Target(TexTarget targ = TEX_TARGET_2D) : target(targ) { }
743 const char *getName() const { return descTable[target].name; }
744 unsigned int getArgCount() const { return descTable[target].argc; }
745 unsigned int getDim() const { return descTable[target].dim; }
746 int isArray() const { return descTable[target].array ? 1 : 0; }
747 int isCube() const { return descTable[target].cube ? 1 : 0; }
748 int isShadow() const { return descTable[target].shadow ? 1 : 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 300 class Target;
738 class Target
741 Target(TexTarget targ = TEX_TARGET_2D) : target(targ) { }
743 const char *getName() const { return descTable[target].name; }
744 unsigned int getArgCount() const { return descTable[target].argc; }
745 unsigned int getDim() const { return descTable[target].dim; }
746 int isArray() const { return descTable[target].array ? 1 : 0; }
747 int isCube() const { return descTable[target].cube ? 1 : 0; }
748 int isShadow() const { return descTable[target].shadow ? 1 : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 548 char *Target;
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 232 // for a target where long int and pointer both use 64-bits and int uses 32-bit.
588 mDNSv6Addr target; variable
711 typedef packedstruct { mDNSu16 priority; mDNSu16 weight; mDNSIPPort port; domainname target; } rdataSRV; variable
    [all...]

Completed in 939 milliseconds

1 2 3 4 56 7 8