Home
last modified time | relevance | path

Searched refs:LLC (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.h32 class LLC; variable
86 static LLC *createLLC(const char *Argv0, std::string &Message,
146 class LLC : public AbstractInterpreter {
153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() function
161 ~LLC() override { delete cc; } in ~LLC()
H A DToolRunner.cpp433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode, in OutputCode()
471 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram()
482 Expected<int> LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()
507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC()
525 return new LLC(*LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
/openbsd/gnu/llvm/llvm/docs/
H A DHowToSubmitABug.rst172 which code generator you wish to compile the program with (e.g. LLC or the JIT)
191 can debug incorrect code generation by either LLC or the JIT, using
206 Similarly, to debug the LLC, one would run:
216 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
226 backend and the *test* file which either LLC or the JIT
239 #. If debugging LLC, compile test bitcode native and link with the shared
H A DBugpoint.rst90 the JIT or the static LLC compiler. It uses several techniques to reduce the
H A DGettingStarted.rst1032 ``codegen-diff`` finds differences between code that LLC
1131 #. Compile the program to native assembly using the LLC code generator:
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DBRANCHES5 csl CodeSourcery, LLC
/openbsd/gnu/gcc/gcc/config/
H A Dvxworks.opt4 ; Contributed by CodeSourcery, LLC.
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp814 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode() local
816 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode()
817 W.printNumber("Data size", LLC.datasize); in printMachODataInCode()
819 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in printMachODataInCode()
822 LLC.dataoff, i); in printMachODataInCode()
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py66 class LLC: class
438 parser.add_argument('--llc-binary', default='llc', type=LLC,
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt44 Assume that there is 1 free register. On SPARC we use %g1, which LLC
63 LLC has been taught to recognize llvm_first_trigger() calls and NOT
H A D2003-06-26-Reoptimizer2.txt31 code. The mapping info inserted by LLC is not sufficient to determine
/openbsd/usr.sbin/tcpdump/
H A DINSTALL24 llc.h - LLC definitions
/openbsd/usr.bin/file/magdir/
H A Dsniffer151 >20 belong 169 (GPRS LLC
256 >20 lelong 169 (GPRS LLC
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm-cores.def3 Written by CodeSourcery, LLC
H A Darm926ejs.md3 ;; Written by CodeSourcery, LLC.
H A Darm1026ejs.md3 ;; Written by CodeSourcery, LLC.
H A Darm1136jfs.md3 ;; Written by CodeSourcery, LLC.
H A Dvfp.md3 ;; Written by CodeSourcery, LLC.
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1584 MachO::linkedit_data_command LLC = in dumpSymbolsFromDLInfoMachO() local
1587 MachO.ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolsFromDLInfoMachO()
/openbsd/lib/libcrypto/
H A Dcert.pem3589 ### Google Trust Services LLC
3591 === /C=US/O=Google Trust Services LLC/CN=GTS Root R1
3601 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R1
3642 === /C=US/O=Google Trust Services LLC/CN=GTS Root R2
3652 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R2
3693 === /C=US/O=Google Trust Services LLC/CN=GTS Root R3
3703 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R3
3726 === /C=US/O=Google Trust Services LLC/CN=GTS Root R4
3736 Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R4
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1378 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH); in expandPostRAPseudo()
H A DSystemZInstrInfo.td725 // 32-bit extensions from 8-bit memory. LLCMux expands to LLC or LLCH,
729 def LLC : UnaryRXY<"llc", 0xE394, azextloadi8, GR32, 1>;
H A DSystemZScheduleZ196.td231 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLC(Mux)?$")>;
H A DSystemZScheduleZEC12.td239 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLC(Mux)?$")>;
H A DSystemZScheduleZ13.td262 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLC(Mux)?$")>;

12