Home
last modified time | relevance | path

Searched defs:ElemTy (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h100 RawAddress withElementType(llvm::Type *ElemTy) const { in withElementType() argument
136 withElementType(llvm::Type * ElemTy) withElementType() argument
H A DCGOpenMPRuntimeGPU.cpp1766 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 DTypedPointerType.cpp39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
H A DType.cpp597 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 DDataLayout.cpp920 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 DHexagonISelLoweringHVX.cpp41 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 DHexagonISelLowering.cpp1037 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 DHexagonSubtarget.cpp192 MVT ElemTy = VecTy.getSimpleVT().getVectorElementType(); isHVXVectorType() local
238 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); isTypeForHVX() local
H A DHexagonISelLowering.h429 tyVector(MVT Ty,MVT ElemTy) tyVector() argument
H A DHexagonTargetTransformInfo.cpp338 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() getVectorInstrCost() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp321 QualType ElemTy = AT->getElementType(); toRValue() local
339 QualType ElemTy = CT->getElementType(); toRValue() local
H A DProgram.cpp326 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 DVETargetTransformInfo.h35 static bool isVectorLaneType(llvm::Type &ElemTy) { in isVectorLaneType() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h156 Type *ElemTy = getIndexedType(); in getSequentialElementStride() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp606 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 DAPValue.cpp158 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 DSparc.cpp181 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
H A DARM.cpp431 llvm::Type* ElemTy; classifyArgumentType() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp759 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 DEvaluator.cpp463 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp225 QualType ElemTy = addArraySubscriptOperator() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp309 Type *ElemTy = nullptr; generateAssignInstrs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2263 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 DRISCVTargetTransformInfo.cpp1177 Type *ElemTy = FixedVecTy->getElementType(); getVectorInstrCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp680 Type *ElemTy = Base->getType(); in getConstantAtOffset() local
946 Type *ElemTy = SrcElemTy; SymbolicallyEvaluateGEP() local

123