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

12

/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DTinyPtrVector.h[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp32 StructType *EltTy; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp489 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); local
538 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); local
H A DCGCall.cpp620 QualType EltTy; member in struct:__anon3763::ConstantArrayExpansion
623 ConstantArrayExpansion(QualType EltTy, uint64_t NumElts) argument
644 QualType EltTy; member in struct:__anon3763::ComplexExpansion
646 ComplexExpansion(QualType EltTy) : TypeExpansion(TEK_Complex), EltTy(EltTy) {} argument
751 llvm::Type *EltTy = ConvertType(CExp->EltTy); local
[all...]
H A DCGExprComplex.cpp366 llvm::Type *EltTy = local
1028 llvm::Type *EltTy = local
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h413 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); local
423 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2); local
435 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp363 Type *EltTy = V->getType()->getPointerElementType(); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp61 Type *EltTy = ATy->getElementType(); local
103 Type *EltTy = ATy->getElementType(); local
H A DTargetLoweringBase.cpp1039 MVT EltTy = VT.getVectorElementType(); local
1434 EVT EltTy = VT.getVectorElementType(); local
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp480 Type *EltTy = VecTy->getVectorElementType(); local
H A DType.cpp682 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
H A DConstantFold.cpp834 Type *EltTy = V1->getType()->getVectorElementType(); local
H A DFunction.cpp782 Type *EltTy = DecodeFixedType(Infos, Tys, Context); local
798 Type *EltTy = VTy->getVectorElementType(); local
H A DConstants.cpp2112 Type *EltTy = V1->getType()->getVectorElementType(); local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp362 Type *EltTy = C->getType()->getSequentialElementType(); local
H A DValueTracking.cpp1580 Type *EltTy = cast<PointerType>(A->getType())->getElementType(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp524 EVT EltTy = N->getValueType(0).getVectorElementType(); local
600 EVT EltTy = N->getValueType(0).getVectorElementType(); local
631 EVT EltTy = N->getValueType(0).getVectorElementType(); local
665 EVT EltTy = N->getValueType(0).getVectorElementType(); local
687 EVT EltTy = N->getValueType(0).getVectorElementType(); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h595 explicit ListInit(ArrayRef<Init *> Range, RecTy *EltTy) argument
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1629 Type *EltTy = CDS->getType()->getElementType(); local
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DIRMover.cpp877 Type *EltTy = cast<ArrayType>(TypeMap.get(SrcGV->getType()->getElementType())) local
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp478 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { argument
496 RecTy *EltTy = cast<ListRecTy>(getType())->getElementType(); local
468 ProfileListInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range, RecTy *EltTy) argument
H A DTGParser.cpp1352 RecTy *EltTy = nullptr; local
1636 ParseValueList(Record *CurRec, Record *ArgsRec, RecTy *EltTy) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1365 auto EltTy = SelectorType->getElementType(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1847 Type *EltTy; local
1762 isHomogeneousAggregate(Type *T, unsigned &NumElts, Type *&EltTy) argument
2252 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); local
2265 Type *EltTy = cast<PointerType>(EltPtr->getType())->getElementType(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1236 MVT EltTy = VT.getVectorElementType().getSimpleVT(); local
1252 MVT EltTy = VT.getVectorElementType().getSimpleVT(); local

Completed in 222 milliseconds

12