Searched refs:llvm (Results 76 - 100 of 4004) sorted by path

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600RegisterInfo.h20 namespace llvm { namespace
61 } // End namespace llvm
H A DSIAssignInterpRegs.cpp24 #include "llvm/CodeGen/MachineFunctionPass.h"
25 #include "llvm/CodeGen/MachineInstrBuilder.h"
26 #include "llvm/CodeGen/MachineRegisterInfo.h"
28 using namespace llvm;
63 FunctionPass *llvm::createSIAssignInterpRegsPass(TargetMachine &tm) {
H A DSIISelLowering.cpp20 #include "llvm/CodeGen/MachineInstrBuilder.h"
21 #include "llvm/CodeGen/MachineRegisterInfo.h"
22 #include "llvm/CodeGen/SelectionDAG.h"
24 using namespace llvm;
73 AppendS_WAITCNT(MI, *BB, llvm::next(I));
H A DSIISelLowering.h20 namespace llvm { namespace
57 } // End namespace llvm
H A DSIInstrInfo.cpp17 #include "llvm/CodeGen/MachineInstrBuilder.h"
18 #include "llvm/CodeGen/MachineRegisterInfo.h"
19 #include "llvm/MC/MCInstrDesc.h"
23 using namespace llvm;
H A DSIInstrInfo.h21 namespace llvm { namespace
53 } // End namespace llvm
H A DSIMachineFunctionInfo.cpp13 using namespace llvm;
H A DSIMachineFunctionInfo.h20 #include "llvm/CodeGen/MachineFunction.h"
22 namespace llvm { namespace
34 } // End namespace llvm
H A DSIRegisterInfo.cpp18 using namespace llvm;
H A DSIRegisterInfo.h20 namespace llvm { namespace
52 } // End namespace llvm
H A Dloader.cpp4 #include <llvm/Support/CommandLine.h>
5 #include <llvm/Support/IRReader.h>
6 #include <llvm/Support/SourceMgr.h>
7 #include <llvm/LLVMContext.h>
8 #include <llvm/Module.h>
11 #include <llvm-c/Core.h>
13 using namespace llvm;
29 cl::ParseCommandLineOptions(argc, argv, "llvm system compiler\n");
H A Dradeon_llvm.h30 #include <llvm-c/Core.h>
H A Dradeon_llvm_emit.cpp28 #include <llvm/LLVMContext.h>
29 #include <llvm/Module.h>
30 #include <llvm/PassManager.h>
31 #include <llvm/ADT/Triple.h>
32 #include <llvm/Support/FormattedStream.h>
33 #include <llvm/Support/Host.h>
34 #include <llvm/Support/IRReader.h>
35 #include <llvm/Support/SourceMgr.h>
36 #include <llvm/Support/TargetRegistry.h>
37 #include <llvm/Suppor
[all...]
H A Dradeon_llvm_emit.h30 #include <llvm-c/Core.h>
H A Dradeon_setup_tgsi_llvm.c40 #include <llvm-c/Core.h>
41 #include <llvm-c/Transforms/Scalar.h>
529 LLVMValueRef v = build_intrinsic(builder, "llvm.AMDGPU.cube",
541 coords[2] = build_intrinsic(builder, "llvm.AMDIL.fabs.",
543 coords[2] = build_intrinsic(builder, "llvm.AMDGPU.rcp",
550 coords[0] = build_intrinsic(builder, "llvm.AMDIL.mad.",
554 coords[1] = build_intrinsic(builder, "llvm.AMDIL.mad.",
1022 ctx->store_output_intr = "llvm.AMDGPU.store.output.";
1023 ctx->swizzle_intr = "llvm.AMDGPU.swizzle";
1056 bld_base->op_actions[TGSI_OPCODE_IABS].intr_name = "llvm
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/TargetInfo/
H A DAMDGPUTargetInfo.cpp15 #include "llvm/Support/TargetRegistry.h"
17 using namespace llvm;
20 Target llvm::TheAMDGPUTarget;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen.c75 const char *build = "", *llvm = "", *mutex = ""; local
83 llvm = "LLVM;";
89 util_snprintf(name, sizeof(name), "SVGA3D; %s %s %s", build, mutex, llvm);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp28 #include <llvm/Bitcode/BitstreamWriter.h>
29 #include <llvm/Bitcode/ReaderWriter.h>
30 #include <llvm/DerivedTypes.h>
31 #include <llvm/Linker.h>
32 #include <llvm/LLVMContext.h>
33 #include <llvm/Module.h>
34 #include <llvm/PassManager.h>
35 #include <llvm/Support/TargetSelect.h>
36 #include <llvm/Support/MemoryBuffer.h>
37 #include <llvm/Suppor
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp885 llvm::errs()
1415 llvm::raw_string_ostream OS(loc_str);
1849 llvm::StringRef ref) {
1850 return llvm::make_unique<BlinkGCPluginConsumer>(instance, options_);
1868 llvm::errs() << "Unknown blink-gc-plugin argument: " << args[i] << "\n";
H A DJsonWriter.h8 #include "llvm/Support/raw_ostream.h"
13 static JsonWriter* from(llvm::raw_fd_ostream* os) {
59 JsonWriter(llvm::raw_fd_ostream* os) : os_(*os) {}
69 llvm::raw_fd_ostream& os_;
/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp18 #include "llvm/Support/CommandLine.h"
171 static llvm::cl::extrahelp common_help(CommonOptionsParser::HelpMessage);
174 llvm::cl::OptionCategory category("EmptyString Tool");
197 llvm::outs() << "==== BEGIN EDITS ====\n";
199 llvm::outs() << "r:" << r.getFilePath() << ":" << r.getOffset() << ":"
202 llvm::outs() << "==== END EDITS ====\n";
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp234 llvm::raw_string_ostream OS(name_str);
H A DFindBadConstructsAction.cpp20 llvm::StringRef ref) {
21 return llvm::make_unique<FindBadConstructsConsumer>(instance, options_);
41 llvm::errs() << "Unknown clang plugin argument: " << args[i] << "\n";
H A DFindBadConstructsAction.h22 llvm::StringRef ref);
H A DFindBadConstructsConsumer.cpp9 #include "llvm/Support/raw_ostream.h"
123 llvm::APSInt max_so_far;
128 llvm::APSInt current_value = iter->getInitVal();

Completed in 1413 milliseconds

1234567891011>>