Searched refs:LLC (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h32 class LLC;
86 static LLC *createLLC(const char *Argv0, std::string &Message,
144 // LLC Implementation of AbstractIntepreter interface
146 class LLC : public AbstractInterpreter { class in namespace:llvm
147 std::string LLCPath; // The path to the LLC executable.
148 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, function in class:llvm::LLC
161 ~LLC() override { delete cc; }
H A DToolRunner.cpp431 // LLC Implementation of AbstractIntepreter interface
433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode,
449 // Add any extra LLC args.
471 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout,
482 Expected<int> LLC::ExecuteProgram(const std::string &Bitcode,
500 // Assuming LLC worked, compile the result with CC and run it.
505 /// createLLC - Try to find the LLC executable
507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message,
525 return new LLC(*LLCPath, cc, Args, UseIntegratedAssembler);
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_cohort.h53 #define CK_COHORT_TRYLOCK(N, C, GLC, LLC, LUC) ck_cohort_##N##_trylock(C, GLC, LLC, LUC)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp726 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); local
728 W.printNumber("Data offset", LLC.dataoff);
729 W.printNumber("Data size", LLC.datasize);
731 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
734 LLC.dataoff, i);
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y341 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
640 pllc: LLC { CHECK_PTR_VAL(($$ = gen_llc(cstate))); }
641 | LLC ID { CHECK_PTR_VAL($2);
657 bpf_set_error(cstate, "unknown LLC type name \"%s\"", $2);
665 | LLC PF_RNR { CHECK_PTR_VAL(($$ = gen_llc_s_subtype(cstate, LLC_RNR))); }
H A Dscanner.l349 llc return LLC;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1657 MachO::linkedit_data_command LLC = local
1660 MachO->ReadULEB128s(LLC.dataoff, FoundFns);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1260 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp383 MachO::linkedit_data_command LLC = local
386 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);

Completed in 224 milliseconds