1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include/llvm/IR
Craig Topper 05cf9a7247 [IR] Inline Type::getScalarType() by using isVectorTy() and getVectorElementType() that were already available inline.
Seems to have very little compiled code size impact. But might give a tiny performance boost.

llvm-svn: 299811
2017-04-08 05:47:09 +00:00
..
Argument.h Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
AssemblyAnnotationWriter.h
Attributes.h Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
Attributes.td
AutoUpgrade.h
BasicBlock.h [IR] Share implementation for pairs of const and non-const methods using const_cast. NFCI 2017-03-27 05:46:58 +00:00
CallingConv.h
CallSite.h Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
CFG.h
CMakeLists.txt
Comdat.h
Constant.h [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI 2017-03-27 05:47:03 +00:00
ConstantFolder.h
ConstantRange.h [ConstantRange] Add setSizeSmallerThanOf method. 2017-03-20 06:33:07 +00:00
Constants.h
DataLayout.h [IR] Use a binary search in DataLayout::getAlignmentInfo 2017-03-23 06:15:56 +00:00
DebugInfo.h
DebugInfoFlags.def Revert "Debug Info: Add basic support for external types references." 2017-03-13 22:56:14 +00:00
DebugInfoMetadata.h Revert "Debug Info: Add basic support for external types references." 2017-03-13 22:56:14 +00:00
DebugLoc.h
DerivedTypes.h
DiagnosticInfo.h
DiagnosticPrinter.h
DIBuilder.h Revert "Debug Info: Add basic support for external types references." 2017-03-13 22:56:14 +00:00
Dominators.h [Dominators] Simplify a member function. NFCI. 2017-04-07 17:34:37 +00:00
Function.h Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
GetElementPtrTypeIterator.h
GlobalAlias.h
GlobalIFunc.h
GlobalIndirectSymbol.h [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI 2017-03-27 05:47:03 +00:00
GlobalObject.h [IR] Inline some Function accessors 2017-03-16 16:57:31 +00:00
GlobalValue.h [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI 2017-03-27 05:47:03 +00:00
GlobalVariable.h
GVMaterializer.h
InlineAsm.h
InstIterator.h
InstrTypes.h
Instruction.def
Instruction.h [IR] Add AllowContract to FastMathFlags 2017-03-28 20:11:52 +00:00
Instructions.h Fix signed/unsigned comparison warnings. 2017-03-26 17:39:41 +00:00
InstVisitor.h
IntrinsicInst.h
Intrinsics.h Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
Intrinsics.td Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonly 2017-03-25 20:20:23 +00:00
IntrinsicsAArch64.td
IntrinsicsAMDGPU.td AMDGPU: Add all atomicrmw fields to atomic.inc/dec 2017-03-30 22:21:40 +00:00
IntrinsicsARM.td
IntrinsicsBPF.td
IntrinsicsHexagon.td
IntrinsicsMips.td
IntrinsicsNVVM.td
IntrinsicsPowerPC.td
IntrinsicsSystemZ.td
IntrinsicsWebAssembly.td
IntrinsicsX86.td [X86][LLVM] Converting __mm{|256|512}_movm_epi{8|16|32|64} LLVMIR call into generic intrinsics. 2017-04-04 13:32:14 +00:00
IntrinsicsXCore.td
IRBuilder.h LLVM Changes for alloc_align 2017-03-23 20:38:34 +00:00
IRPrintingPasses.h
LegacyPassManager.h
LegacyPassManagers.h
LegacyPassNameParser.h
LLVMContext.h Add !associated metadata. 2017-03-17 22:17:24 +00:00
Mangler.h Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler. 2017-03-31 04:46:50 +00:00
MDBuilder.h
Metadata.def
Metadata.h
Module.h Revert "Turn some C-style vararg into variadic templates" 2017-04-06 20:23:57 +00:00
ModuleSlotTracker.h
ModuleSummaryIndex.h [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI 2017-03-27 05:47:03 +00:00
ModuleSummaryIndexYAML.h Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR 2017-04-04 06:02:32 +00:00
NoFolder.h
OperandTraits.h
Operator.h [IR] Add AllowContract to FastMathFlags 2017-03-28 20:11:52 +00:00
OptBisect.h
PassManager.h
PassManagerInternal.h Avoid potential ADL ambiguity between llvm::make_unique and std::make_unique (when building as C++14+) 2017-03-20 16:35:33 +00:00
PatternMatch.h [IR] Add commutable matchers for Add and Mul to go with the logic operations that are already present. NFC 2017-04-06 04:02:33 +00:00
PredIteratorCache.h Make PredIteratorCache size() logically const. Do not require copying predecessors to get size. 2017-03-14 11:25:45 +00:00
ProfileSummary.h
Statepoint.h Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
SymbolTableListTraits.h
TrackingMDRef.h
Type.h [IR] Inline Type::getScalarType() by using isVectorTy() and getVectorElementType() that were already available inline. 2017-04-08 05:47:09 +00:00
TypeBuilder.h
TypeFinder.h
Use.h [IR] Mark Use::getUser and Use::getImpliedUse as LLVM_READONLY. 2017-03-23 05:25:25 +00:00
UseListOrder.h
User.h [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI 2017-03-27 05:47:03 +00:00
Value.def
Value.h [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI 2017-03-27 05:47:03 +00:00
ValueHandle.h
ValueMap.h
ValueSymbolTable.h
Verifier.h