Searched defs:SmallVector (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DArrayRef.h266 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { argument
H A DSmallVector.h874 class SmallVector class in namespace:llvm
878 SmallVector() : SmallVectorImpl<T>(N) { function in class:llvm::SmallVector
881 explicit SmallVector(unsigned Size, const T &Value = T()) function in class:llvm::SmallVector
887 SmallVector(ItTy S, ItTy E) : SmallVectorImpl<T>(N) { function in class:llvm::SmallVector
891 SmallVector(const SmallVector &RHS) : SmallVectorImpl<T>(N) { function in class:llvm::SmallVector
902 SmallVector(SmallVector &&RHS) : SmallVectorImpl<T>(N) { function in class:llvm::SmallVector
916 capacity_in_bytes(const SmallVector<T, N> &X) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp197 lookupCandidateBaseReg(const SmallVector<std::pair<unsigned, int64_t>, 8> &Regs, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantsContext.h169 ExtractValueConstantExpr(Constant *Agg, const SmallVector<unsigned, 4> &IdxList, Type *DestTy) argument
195 InsertValueConstantExpr(Constant *Agg, Constant *Val, const SmallVector<unsigned, 4> &IdxList, Type *DestTy) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenRegisters.h520 addConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex*, 8> &Parts, CodeGenSubRegIndex *Idx) argument
[all...]
H A DCodeGenRegisters.cpp1120 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex*, 8> &Parts) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3303 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVector<std::pair<ConstantInt*, Constant*>, 4>& Values, Constant *DefaultValue, const TargetData *TD) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp602 RegsForValue(const SmallVector<unsigned, 4> &regs, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2483 StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG, SDValue Chain, const SmallVector<TailCallArgumentInfo, 8> &TailCallArgs, SmallVector<SDValue, 8> &MemOpChains, DebugLoc dl) argument
[all...]

Completed in 245 milliseconds