Searched defs:EltTy (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DTinyPtrVector.h[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h377 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); local
387 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2); local
399 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp403 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); local
452 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); local
H A DCGExprComplex.cpp358 llvm::Type *EltTy = local
818 llvm::Type *EltTy = local
H A DCGBuiltin.cpp3708 llvm::Type *EltTy = FloatTy; local
4561 llvm::Type *EltTy = local
4576 llvm::Type *EltTy = llvm::IntegerType::get(getLLVMContext(), EltBits / 2); local
H A DCGCall.cpp541 llvm::Type *EltTy = ConvertType(CT->getElementType()); local
556 QualType EltTy = AT->getElementType(); local
598 QualType EltTy = CT->getElementType(); local
2196 QualType EltTy local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp55 Type *EltTy = ATy->getElementType(); local
91 Type *EltTy = ATy->getElementType(); local
H A DTargetLoweringBase.cpp845 MVT EltTy = VT.getVectorElementType(); local
1137 EVT EltTy = VT.getVectorElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp425 EVT EltTy = N->getValueType(0).getVectorElementType(); local
500 EVT EltTy = N->getValueType(0).getVectorElementType(); local
531 EVT EltTy = N->getValueType(0).getVectorElementType(); local
564 EVT EltTy local
585 EVT EltTy = N->getValueType(0).getVectorElementType(); local
[all...]
H A DMipsSEISelLowering.cpp1256 EVT EltTy = Vec->getValueType(0).getVectorElementType(); local
1468 EVT EltTy = VecTy.getVectorElementType(); local
1480 EVT EltTy = VecTy.getVectorElementType(); local
2154 EVT EltTy = VecTy.getVectorElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp349 Type *EltTy = C->getType()->getSequentialElementType(); local
H A DValueTracking.cpp319 Type *EltTy = cast<PointerType>(A->getType())->getElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp790 Type *EltTy = V1->getType()->getVectorElementType(); local
H A DType.cpp730 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
H A DConstants.cpp1969 Type *EltTy = V1->getType()->getVectorElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp693 Type *EltTy = DstTy->getElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1242 Type *EltTy = ATy->getElementType(); local
1247 Type *EltTy = VTy->getElementType(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1017 Type *EltTy = CDS->getType()->getElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp623 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { argument
644 RecTy *EltTy = ListType->getElementType(); local
610 ProfileListInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range, RecTy *EltTy) argument
H A DTGParser.cpp1314 RecTy *EltTy = 0; local
1598 ParseValueList(Record *CurRec, Record *ArgsRec, RecTy *EltTy) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp982 Type *EltTy = VTy->getElementType(); local
H A DInstCombineCompares.cpp255 Type *EltTy = Init->getType()->getArrayElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1832 Type *EltTy; local
1749 isHomogeneousAggregate(Type *T, unsigned &NumElts, Type *&EltTy) argument
2231 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); local
2244 Type *EltTy = cast<PointerType>(EltPtr->getType())->getElementType(); local
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h786 explicit ListInit(ArrayRef<Init *> Range, RecTy *EltTy) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp249 void addComplexUnchecked(QualType EltTy, bool Imag) { argument
959 void addComplex(EvalInfo &Info, const Expr *E, QualType EltTy, bool Imag) { argument
1314 QualType EltTy = Type->castAsArrayTypeUnsafe()->getElementType(); local
1527 QualType EltTy = VecTy->castAs<VectorType>()->getElementType(); local
1844 HandleLValueArrayAdjustment(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, int64_t Adjustment) argument
1862 HandleLValueComplexElement(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, bool Imag) argument
[all...]

Completed in 574 milliseconds

12