1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm/IR
Matt Arsenault 4f8f93ccba AMDGPU: Use unique PSVs for buffer resources
Also fixes using the wrong memory type for some
intrinsics when custom lowering them.

llvm-svn: 321557
2017-12-29 17:18:21 +00:00
..
Argument.h
AssemblyAnnotationWriter.h
Attributes.h Add missing const qualifier to AttributeSet::operator== 2017-11-14 18:08:05 +00:00
Attributes.td Hardware-assisted AddressSanitizer (llvm part). 2017-12-09 00:21:41 +00:00
AutoUpgrade.h Bitcode: add an auto-upgrade for LTO section name 2017-10-06 18:06:59 +00:00
BasicBlock.h Irreducible loop metadata for more accurate block frequency under PGO. 2017-11-02 22:26:51 +00:00
CallingConv.h [AMDGPU] calling conventions for AMDPAL OS type 2017-09-29 09:51:22 +00:00
CallSite.h Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on call site with operand bundle 2017-11-02 12:18:33 +00:00
CFG.h
CMakeLists.txt
Comdat.h
Constant.h Fix -Werror when compiling rL318083 2017-11-13 21:25:35 +00:00
ConstantFolder.h
ConstantRange.h [ConstantRange] Support for ashr in ConstantRange computation 2017-12-18 13:01:32 +00:00
Constants.h
DataLayout.h NFC Remove default argument of DataLayout::getPointerABIAlignment 2017-11-15 06:17:32 +00:00
DebugInfo.h
DebugInfoFlags.def
DebugInfoMetadata.h Generalize llvm::replaceDbgDeclare and actually support the use-case that 2017-12-08 21:58:18 +00:00
DebugLoc.h
DerivedTypes.h
DerivedUser.h
DiagnosticHandler.h Allow ORE.emit to take a closure to delay building the remark object 2017-09-19 23:00:55 +00:00
DiagnosticInfo.h Revert "[ADT] Make Twine's copy constructor private." 2017-10-11 23:54:34 +00:00
DiagnosticPrinter.h
DIBuilder.h Let replaceVTableHolder accept any type. 2017-11-08 22:04:43 +00:00
Dominators.h
Function.h Add hasProfileData() to check if a function has profile data. NFC. 2017-12-22 01:33:52 +00:00
GetElementPtrTypeIterator.h
GlobalAlias.h
GlobalIFunc.h
GlobalIndirectSymbol.h
GlobalObject.h
GlobalValue.h Represent runtime preemption in the IR. 2017-10-26 15:00:26 +00:00
GlobalVariable.h
GVMaterializer.h
InlineAsm.h [inlineasm] Fix crash when number of matched input constraint operands overflows signed char 2017-10-25 12:51:32 +00:00
InstIterator.h
InstrTypes.h Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on call site with operand bundle 2017-11-02 12:18:33 +00:00
Instruction.def
Instruction.h Remove redundant includes from lib/IR. 2017-12-13 21:30:52 +00:00
Instructions.h Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on call site with operand bundle 2017-11-02 12:18:33 +00:00
InstVisitor.h
IntrinsicInst.h Create instruction classes for identifying any atomicity of memory intrinsic. (NFC) 2017-10-30 19:51:48 +00:00
Intrinsics.h
Intrinsics.td TableGen: Allow setting SDNodeProperties on intrinsics 2017-12-20 19:36:28 +00:00
IntrinsicsAArch64.td
IntrinsicsAMDGPU.td AMDGPU: Use unique PSVs for buffer resources 2017-12-29 17:18:21 +00:00
IntrinsicsARM.td
IntrinsicsBPF.td
IntrinsicsHexagon.td [Hexagon] Add support for Hexagon V65 2017-12-11 18:57:54 +00:00
IntrinsicsMips.td
IntrinsicsNVVM.td [NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nvvm_fns builtin in clang. 2017-12-06 17:50:05 +00:00
IntrinsicsPowerPC.td
IntrinsicsSystemZ.td [SystemZ] Add IntrWriteMem flag to int_s390_tabort intrinsic 2017-12-06 17:01:08 +00:00
IntrinsicsWebAssembly.td
IntrinsicsX86.td [X86] Remove GCCBuiltin from kand/kandn/kor/kxor/kxnor/knot intrinsics so clang can implement with native IR. 2017-12-16 08:25:30 +00:00
IntrinsicsXCore.td
IRBuilder.h Let llvm.invariant.group.barrier accepts pointer to any address space 2017-11-16 16:32:16 +00:00
IRPrintingPasses.h
LegacyPassManager.h
LegacyPassManagers.h
LegacyPassNameParser.h
LLVMContext.h Irreducible loop metadata for more accurate block frequency under PGO. 2017-11-02 22:26:51 +00:00
Mangler.h
MDBuilder.h [IR] Add MDBuilder helpers for the new TBAA metadata format 2017-12-18 16:49:39 +00:00
Metadata.def
Metadata.h [Metadata][NFC] Make MDNode::resolve() public in preparation for the fix to PR33930. 2017-10-31 18:25:28 +00:00
Module.h
ModuleSlotTracker.h
ModuleSummaryIndex.h [ThinLTO] Enable importing of aliases as copy of aliasee 2017-12-16 00:18:12 +00:00
ModuleSummaryIndexYAML.h [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. 2017-11-04 17:04:39 +00:00
NoFolder.h
OperandTraits.h
Operator.h [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag 2017-11-06 16:27:15 +00:00
OptBisect.h [IR] Missing changes for r312289 (NFC). 2017-08-31 22:06:09 +00:00
PassManager.h [PM] Fix Typo 2017-10-23 23:42:05 +00:00
PassManagerInternal.h
PatternMatch.h [PatternMatch] Add matcher for LoadInst, NFC. 2017-12-08 15:17:37 +00:00
PredIteratorCache.h
ProfileSummary.h
SafepointIRVerifier.h
Statepoint.h
SymbolTableListTraits.h
TrackingMDRef.h
Type.h Type.h: Don't mark header functions as file local 2017-10-24 21:29:16 +00:00
TypeBuilder.h
TypeFinder.h
Use.h
UseListOrder.h
User.h
Value.def Reorder Value.def to optimize code size 2017-11-13 20:57:40 +00:00
Value.h Re-commit "Properly handle multi-element and dynamically sized allocas in getPointerDereferenceableBytes()"" 2017-12-17 21:20:16 +00:00
ValueHandle.h
ValueMap.h
ValueSymbolTable.h
Verifier.h [IR] Support the new TBAA metadata format in IR verifier 2017-12-18 18:46:44 +00:00