HomeSort by relevance Sort by last modified time
    Searched refs:IR (Results 1 - 19 of 19) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 60 .IR text ,
67 .IR text ,
82 .IR filename .
86 .IR filename .
97 .IR label ;
106 .IR label ;
115 .IR label ;
125 .IR text ,
170 .IR replacement .
178 .IR regexp
    [all...]
  /external/clang/lib/Rewrite/
DeltaTree.cpp 134 DeltaTreeInteriorNode(const InsertResult &IR)
136 Children[0] = IR.LHS;
137 Children[1] = IR.RHS;
138 Values[0] = IR.Split;
139 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta;
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 12 This interface provides an ocaml API for LLVM IR analyses, the classes in
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 219 am->Aam.IR.imm = imm32;
220 am->Aam.IR.reg = reg;
237 //.. return AMD64AMode_IR( am->Xam.IR.imm, am->Xam.IR.reg );
249 if (am->Aam.IR.imm == 0)
252 vex_printf("0x%x(", am->Aam.IR.imm);
253 ppHRegAMD64(am->Aam.IR.reg);
271 addHRegUse(u, HRmRead, am->Aam.IR.reg);
285 am->Aam.IR.reg = lookupHRegRemap(m, am->Aam.IR.reg)
    [all...]
host_x86_defs.c 164 am->Xam.IR.imm = imm32;
165 am->Xam.IR.reg = reg;
182 return X86AMode_IR( am->Xam.IR.imm, am->Xam.IR.reg );
194 if (am->Xam.IR.imm == 0)
197 vex_printf("0x%x(", am->Xam.IR.imm);
198 ppHRegX86(am->Xam.IR.reg);
216 addHRegUse(u, HRmRead, am->Xam.IR.reg);
230 am->Xam.IR.reg = lookupHRegRemap(m, am->Xam.IR.reg)
    [all...]
host_ppc_defs.c 316 am->Pam.IR.base = base;
317 am->Pam.IR.index = idx;
331 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
342 if (am->Pam.IR.index == 0)
345 vex_printf("%d(", (Int)am->Pam.IR.index);
346 ppHRegPPC(am->Pam.IR.base);
362 addHRegUse(u, HRmRead, am->Pam.IR.base);
376 am->Pam.IR.base = lookupHRegRemap(m, am->Pam.IR.base)
    [all...]
host_x86_defs.h 125 } IR;
host_amd64_defs.h 141 } IR;
host_ppc_defs.h 211 } IR;
host_ppc_isel.c 240 - An IRExpr*, which may be NULL, holding the IR expression (an
527 && am4->Pam.IR.index + 4 <= 32767) {
528 am4->Pam.IR.index += 4;
884 /* Convert IR rounding mode to PPC encoding */
888 rounding mode | PPC | IR
930 env->previous_rm.) If 'mode' is a single IR temporary 't' and
933 This is safe because of the SSA property of IR: an IR temporary ca
    [all...]
host_x86_isel.c 315 am4->Xam.IR.imm += 4; break;
901 /* assert that the IR is well-typed */
    [all...]
host_amd64_isel.c 243 toBool( hregClass(am->Aam.IR.reg) == HRcInt64
244 && (hregIsVirtual(am->Aam.IR.reg)
245 || am->Aam.IR.reg == hregAMD64_RBP()) );
347 //.. am4->Xam.IR.imm += 4; break;
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
60 stack[StIn].r=(ushort)(IR); \
66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \
69 IR=stack[StIn].r;\
  /external/clang/lib/Basic/
SourceManager.cpp 571 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
572 assert(IR && "getOrCreateContentCache() cannot return NULL");
573 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
579 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
580 assert(IR && "getOrCreateContentCache() cannot return NULL");
582 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 635 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
636 assert(IR && "getOrCreateContentCache() cannot return NULL");
637 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 104 1000 0000 show conversion into IR
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 24 (** The top-level container for all other LLVM Intermediate Representation (IR)
28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
32 (** Any value in the LLVM IR. Functions, instructions, global variables,
40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
287 through the various value lists maintained by the LLVM IR. *)
294 lists maintained by the LLVM IR. *)
332 (** [dispose_module m] destroys a module [m] and all of the IR objects it
    [all...]
  /external/opencv/cv/src/
_cvipp.h 55 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##IR, \
56 "ippiCopy" #bordertype "Border_" #flavor "IR", CV_PLUGINS1(CV_PLUGIN_IPPI), \
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 438 CV_DEF_INIT_PIXSIZE_TAB_2D( Transpose, IR )
    [all...]

Completed in 249 milliseconds