HomeSort by: relevance | last modified time | path
    Searched refs:Assemble (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Phases.cpp 21 case Assemble: return "assembler";
ToolChain.cpp 288 if (!Assemble)
289 Assemble.reset(buildAssembler());
290 return Assemble.get();
294 if (!Assemble)
295 Assemble.reset(new tools::ClangAs(*this));
296 return Assemble.get();
Types.cpp 359 LastPhase = phases::Assemble;
Driver.cpp 323 FinalPhase = phases::Assemble;
2813 // assemble to cubin, then feed the cubin *and* the ptx into a device
2820 // Produce the device action from the current phase up to the assemble
2833 if (Ph == phases::Assemble)
2837 // If we didn't reach the assemble phase, we can't generate the fat
2939 // backend and assemble phases to output LLVM IR. Except for generating
2962 // to skip the backend and assemble phases and use lld to link
2973 // compiler phases, including backend and assemble phases.
2979 C, Args, phases::Assemble, BackendAction,
3891 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Phases.h 22 Assemble,
ToolChain.h 141 mutable std::unique_ptr<Tool> Assemble;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
PS4CPU.h 28 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
30 Assemble(const ToolChain &TC) : Tool("PS4cpu::Assemble", "assembler", TC) {}
PS4CPU.cpp 49 void tools::PS4cpu::Assemble::ConstructJob(Compilation &C, const JobAction &JA,
221 return new tools::PS4cpu::Assemble(*this);
  /src/external/lgpl3/gmp/dist/mpn/cray/cfp/
mulwwc90.s 34 * Assemble with Cal Version 2.0 *
mulwwj90.s 34 * Assemble with Cal Version 2.0 *
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpbit-sf.S 562 ;; Assemble the final floating point value. We have...
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpbit-sf.S 562 ;; Assemble the final floating point value. We have...
  /src/external/gpl3/autoconf/dist/
maint.mk 487 # | sort | perl -MRegexp::Assemble -le \
488 # 'print Regexp::Assemble->new(file => "/dev/stdin")->as_string'|sed 's/\?://g'
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
des_enc-sparc.S 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S

Completed in 78 milliseconds