Searched refs:llvm (Results 76 - 100 of 4004) sorted by last modified time

1234567891011>>

/external/mesa3d/src/gallium/drivers/radeon/
H A DR600RegisterInfo.cpp18 using namespace llvm;
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/mesa3d/src/gallium/drivers/radeon/TargetInfo/
H A DAMDGPUTargetInfo.cpp15 #include "llvm/Support/TargetRegistry.h"
17 using namespace llvm;
20 Target llvm::TheAMDGPUTarget;
/external/mesa3d/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/mesa3d/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/llvm/unittests/IR/
H A DMetadataTest.cpp1 //===- llvm/unittest/IR/Metadata.cpp - Metadata unit tests ----------------===//
10 #include "llvm/IR/Metadata.h"
11 #include "llvm/IR/Constants.h"
12 #include "llvm/IR/Instructions.h"
13 #include "llvm/IR/LLVMContext.h"
14 #include "llvm/IR/Module.h"
15 #include "llvm/IR/Type.h"
16 #include "llvm/IR/ValueHandle.h"
17 #include "llvm/Support/raw_ostream.h"
19 using namespace llvm;
[all...]
H A DPassManagerTest.cpp1 //===- llvm/unittest/IR/PassManager.cpp - PassManager tests ---------------===//
10 #include "llvm/AsmParser/Parser.h"
11 #include "llvm/IR/Function.h"
12 #include "llvm/IR/LLVMContext.h"
13 #include "llvm/IR/Module.h"
14 #include "llvm/IR/PassManager.h"
15 #include "llvm/Support/SourceMgr.h"
18 using namespace llvm;
H A DPatternMatch.cpp1 //===---- llvm/unittest/IR/PatternMatch.cpp - PatternMatch unit tests ----===//
10 #include "llvm/ADT/STLExtras.h"
11 #include "llvm/Analysis/ValueTracking.h"
12 #include "llvm/IR/BasicBlock.h"
13 #include "llvm/IR/Constants.h"
14 #include "llvm/IR/DataLayout.h"
15 #include "llvm/IR/DerivedTypes.h"
16 #include "llvm/IR/Function.h"
17 #include "llvm/IR/IRBuilder.h"
18 #include "llvm/I
[all...]
H A DTypeBuilderTest.cpp1 //===- llvm/unittest/TypeBuilderTest.cpp - TypeBuilder tests --------------===//
10 #include "llvm/IR/TypeBuilder.h"
11 #include "llvm/ADT/ArrayRef.h"
12 #include "llvm/IR/LLVMContext.h"
15 using namespace llvm;
183 namespace llvm { namespace
229 } // namespace llvm
H A DTypesTest.cpp1 //===- llvm/unittest/IR/TypesTest.cpp - Type unit tests -------------------===//
10 #include "llvm/IR/DerivedTypes.h"
11 #include "llvm/IR/LLVMContext.h"
13 using namespace llvm;
H A DUserTest.cpp1 //===- llvm/unittest/IR/UserTest.cpp - User unit tests --------------------===//
10 #include "llvm/AsmParser/Parser.h"
11 #include "llvm/IR/Function.h"
12 #include "llvm/IR/LLVMContext.h"
13 #include "llvm/IR/Module.h"
14 #include "llvm/IR/User.h"
15 #include "llvm/IR/Instructions.h"
16 #include "llvm/Support/SourceMgr.h"
18 using namespace llvm;

Completed in 1343 milliseconds

1234567891011>>