/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 100 RawAddress withElementType(llvm::Type *ElemTy) const { in withElementType() argument 136 withElementType(llvm::Type * ElemTy) withElementType() argument
|
H A D | CGOpenMPRuntimeGPU.cpp | 1766 llvm::Type *ElemTy = CGF.ConvertTypeForMem(ReductionArrayTy); emitInterWarpCopyFunction() local 2030 llvm::Type *ElemTy = CGF.ConvertTypeForMem(ReductionArrayTy); emitShuffleAndReduceFunction() local 2187 llvm::Type *ElemTy = CGF.ConvertTypeForMem(ReductionArrayTy); emitListToGlobalCopyFunction() local 2393 llvm::Type *ElemTy = CGF.ConvertTypeForMem(ReductionArrayTy); emitGlobalToListCopyFunction() local 3161 QualType ElemTy = CurField->getType(); createParallelDataSharingWrapper() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | TypedPointerType.cpp | 39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
|
H A D | Type.cpp | 597 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() argument 659 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() argument 683 isValidElementType(Type * ElemTy) isValidElementType() argument 764 isValidElementType(Type * ElemTy) isValidElementType() argument 770 isLoadableOrStorableType(Type * ElemTy) isLoadableOrStorableType() argument [all...] |
H A D | DataLayout.cpp | 920 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() argument 968 std::optional<APInt> DataLayout::getGEPIndexForOffset(Type *&ElemTy, in getGEPIndexForOffset() argument 998 getGEPIndicesForOffset(Type * & ElemTy,APInt & Offset) const getGEPIndicesForOffset() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 41 MVT ElemTy = Ty.getScalarType(); in getIEEEProperties() local 409 for (MVT ElemTy : Subtarget.getHVXElementTypes()) { in initializeHVXLowering() local 444 MVT ElemTy = VecTy.getVectorElementType(); in getPreferredHvxVectorAction() local 510 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local 526 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local 533 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local 539 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, in opCastElem() 717 HexagonTargetLowering::convertToByteIndex(SDValue ElemIdx, MVT ElemTy, in convertToByteIndex() 733 HexagonTargetLowering::getIndexInWord32(SDValue Idx, MVT ElemTy, in getIndexInWord32() 755 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local [all …]
|
H A D | HexagonISelLowering.cpp | 1037 MVT ElemTy = OpTy.getVectorElementType(); LowerSETCC() local 1095 MVT ElemTy = OpTy.getVectorElementType(); LowerVSELECT() local 2190 MVT ElemTy = VT.getVectorElementType(); getPreferredVectorAction() local 2476 MVT ElemTy = VecTy.getVectorElementType(); getBuildVectorConstInts() local 2505 MVT ElemTy = VecTy.getVectorElementType(); buildVector32() local 2596 MVT ElemTy = VecTy.getVectorElementType(); buildVector64() local 2907 MVT ElemTy = ty(Hi); getCombine() local 2990 MVT ElemTy = VecTy.getVectorElementType(); LowerCONCAT_VECTORS() local 3045 MVT ElemTy = ty(Vec).getVectorElementType(); LowerEXTRACT_VECTOR_ELT() local [all...] |
H A D | HexagonSubtarget.cpp | 192 MVT ElemTy = VecTy.getSimpleVT().getVectorElementType(); isHVXVectorType() local 238 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); isTypeForHVX() local
|
H A D | HexagonISelLowering.h | 429 tyVector(MVT Ty,MVT ElemTy) tyVector() argument
|
H A D | HexagonTargetTransformInfo.cpp | 338 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() getVectorInstrCost() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 321 QualType ElemTy = AT->getElementType(); toRValue() local 339 QualType ElemTy = CT->getElementType(); toRValue() local
|
H A D | Program.cpp | 326 QualType ElemTy = ArrayType->getElementType(); createDescriptor() local 380 PrimType ElemTy = *Ctx.classify(CT->getElementType()); createDescriptor() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 35 static bool isVectorLaneType(llvm::Type &ElemTy) { in isVectorLaneType() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 606 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 623 Type *ElemTy = ArrTy->getElementType(); in getConstantValue() local 635 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 934 Type* ElemTy; getConstantValue() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 158 ArrayRef<LValuePathEntry> Path, QualType ElemTy) in LValuePathSerializationHelper() argument 728 QualType ElemTy = Ty->castAs<VectorType>()->getElementType(); printPretty() local 811 QualType ElemTy = Base.getType(); printPretty() local 871 QualType ElemTy = AT->getElementType(); printPretty() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Sparc.cpp | 181 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
|
H A D | ARM.cpp | 431 llvm::Type* ElemTy; classifyArgumentType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 759 QualType ElemTy = ArrayTy->getElementType(); in VisitMemRegionVal() local 819 QualType ElemTy = ArrayTy->getElementType(); in VisitMemRegionVal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 463 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 225 QualType ElemTy = addArraySubscriptOperator() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 309 Type *ElemTy = nullptr; generateAssignInstrs() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2263 OMP_ARRAY_TYPE(VarName,ElemTy,ArraySize) global() argument 2420 Type *ElemTy = nullptr; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1177 Type *ElemTy = FixedVecTy->getElementType(); getVectorInstrCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 680 Type *ElemTy = Base->getType(); in getConstantAtOffset() local 946 Type *ElemTy = SrcElemTy; SymbolicallyEvaluateGEP() local
|