HomeSort by relevance Sort by last modified time
    Searched refs:IR (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 19 #include <llvm/IR/Module.h>
  /external/clang/lib/Basic/
SourceManager.cpp 624 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
625 assert(IR && "getOrCreateContentCache() cannot return NULL");
626 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
632 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
633 assert(IR && "getOrCreateContentCache() cannot return NULL");
635 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
636 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
656 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
657 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(0);
658 const_cast<SrcMgr::ContentCache *>(IR)->ContentsEntry = IR->OrigEntry
    [all...]
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 25 #include <llvm/IR/LLVMContext.h>
26 #include <llvm/IR/Module.h>
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 208 am->Aam.IR.imm = imm32;
209 am->Aam.IR.reg = reg;
226 if (am->Aam.IR.imm == 0)
229 vex_printf("0x%x(", am->Aam.IR.imm);
230 ppHRegAMD64(am->Aam.IR.reg);
248 addHRegUse(u, HRmRead, am->Aam.IR.reg);
262 am->Aam.IR.reg = lookupHRegRemap(m, am->Aam.IR.reg);
    [all...]
host_mips_defs.c 825 am->Mam.IR.base = base;
826 am->Mam.IR.index = idx;
846 ret = MIPSAMode_IR(am->Mam.IR.index, am->Mam.IR.base);
863 ret = MIPSAMode_IR(am->Mam.IR.index + 8, am->Mam.IR.base);
880 ret = MIPSAMode_IR(am->Mam.IR.index + 4, am->Mam.IR.base);
896 if (am->Mam.IR.index == 0)
899 vex_printf("%d(", (Int) am->Mam.IR.index)
    [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_mips_isel.c 259 rounding mode | MIPS | IR
553 return toBool(hregClass(am->Mam.IR.base) == HRcGPR(mode64) &&
554 hregIsVirtual(am->Mam.IR.base) &&
555 uInt_fits_in_16_bits(am->Mam.IR.index));
560 hregIsVirtual(am->Mam.IR.index));
    [all...]
host_ppc_defs.c 323 am->Pam.IR.base = base;
324 am->Pam.IR.index = idx;
338 return PPCAMode_IR( am->Pam.IR.index, am->Pam.IR.base );
349 if (am->Pam.IR.index == 0)
352 vex_printf("%d(", (Int)am->Pam.IR.index);
353 ppHRegPPC(am->Pam.IR.base);
369 addHRegUse(u, HRmRead, am->Pam.IR.base);
383 am->Pam.IR.base = lookupHRegRemap(m, am->Pam.IR.base)
    [all...]
host_amd64_defs.h 137 } IR;
host_mips_defs.h 193 } IR;
host_x86_defs.h 125 } IR;
host_x86_isel.c 333 am4->Xam.IR.imm += 4; break;
920 /* assert that the IR is well-typed */
    [all...]
host_ppc_defs.h 212 } IR;
    [all...]
host_amd64_isel.c 257 toBool( hregClass(am->Aam.IR.reg) == HRcInt64
258 && (hregIsVirtual(am->Aam.IR.reg)
259 || am->Aam.IR.reg == hregAMD64_RBP()) );
962 /* assert that the IR is well-typed */
    [all...]
host_ppc_isel.c 248 - An IRExpr*, which may be NULL, holding the IR expression (an
577 && am4->Pam.IR.index + 4 <= 32767) {
578 am4->Pam.IR.index += 4;
    [all...]
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 24 #include <llvm/IR/LLVMContext.h>
  /external/llvm/
Makefile 14 # 2. Build utils, which is used by IR.
15 # 3. Build IR, which builds the Intrinsics.inc file used by libs.
33 DIRS := lib/Support lib/TableGen utils lib/IR lib tools/llvm-shlib \
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 29 #include <llvm/IR/DataLayout.h>
MCLinker.cpp 31 #include <llvm/IR/Module.h>
  /external/clang/include/clang/Basic/
SourceManager.h 779 IR = getOrCreateContentCache(SourceFile,
781 assert(IR && "getOrCreateContentCache() cannot return NULL");
782 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 27 #include <llvm/IR/Module.h>
28 #include <llvm/IR/DataLayout.h>
29 #include <llvm/IR/LLVMContext.h>
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 101 $libpath =~ s/^Core/IR/;
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 130 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]
288 through the various value lists maintained by the LLVM IR. *)
295 lists maintained by the LLVM IR. *)
333 (** [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...]

Completed in 632 milliseconds

12 3