/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 221 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local 237 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local 244 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local 250 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, in opCastElem() 287 HexagonTargetLowering::convertToByteIndex(SDValue ElemIdx, MVT ElemTy, in convertToByteIndex() 303 HexagonTargetLowering::getIndexInWord32(SDValue Idx, MVT ElemTy, in getIndexInWord32() 325 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local 355 MVT ElemTy = VecTy.getVectorElementType(); in buildHvxVectorReg() local 666 MVT ElemTy = ty(VecV).getVectorElementType(); in extractHvxElementReg() local 709 MVT ElemTy = ty(VecV).getVectorElementType(); in insertHvxElementReg() local [all …]
|
D | HexagonISelLowering.h | 388 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
|
D | HexagonISelLowering.cpp | 873 MVT ElemTy = OpTy.getVectorElementType(); in LowerSETCC() local 931 MVT ElemTy = OpTy.getVectorElementType(); in LowerVSELECT() local 1927 MVT ElemTy = VT.getVectorElementType(); in getPreferredVectorAction() local 2155 MVT ElemTy = VecTy.getVectorElementType(); in getBuildVectorConstInts() local 2184 MVT ElemTy = VecTy.getVectorElementType(); in buildVector32() local 2267 MVT ElemTy = VecTy.getVectorElementType(); in buildVector64() local 2591 MVT ElemTy = VecTy.getVectorElementType(); in LowerCONCAT_VECTORS() local 2649 MVT ElemTy = ty(Vec).getVectorElementType(); in LowerEXTRACT_VECTOR_ELT() local
|
D | HexagonTargetTransformInfo.cpp | 268 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 246 for (MVT ElemTy : Subtarget.getHVXElementTypes()) { in initializeHVXLowering() local 271 MVT ElemTy = VecTy.getVectorElementType(); in getPreferredHvxVectorAction() local 314 MVT ElemTy = Tys.first.getVectorElementType(); in typeJoin() local 330 MVT ElemTy = VecTy.getVectorElementType(); in typeExtElem() local 337 MVT ElemTy = VecTy.getVectorElementType(); in typeTruncElem() local 343 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, in opCastElem() 411 HexagonTargetLowering::convertToByteIndex(SDValue ElemIdx, MVT ElemTy, in convertToByteIndex() 427 HexagonTargetLowering::getIndexInWord32(SDValue Idx, MVT ElemTy, in getIndexInWord32() 449 MVT ElemTy = OpTy.getVectorElementType(); in getByteShuffle() local 479 MVT ElemTy = VecTy.getVectorElementType(); in buildHvxVectorReg() local [all …]
|
D | HexagonSubtarget.cpp | 142 MVT ElemTy = VecTy.getVectorElementType(); in isHVXVectorType() local 186 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); in isTypeForHVX() local
|
D | HexagonISelLowering.h | 403 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
|
D | HexagonISelLowering.cpp | 1017 MVT ElemTy = OpTy.getVectorElementType(); in LowerSETCC() local 1075 MVT ElemTy = OpTy.getVectorElementType(); in LowerVSELECT() local 2076 MVT ElemTy = VT.getVectorElementType(); in getPreferredVectorAction() local 2303 MVT ElemTy = VecTy.getVectorElementType(); in getBuildVectorConstInts() local 2332 MVT ElemTy = VecTy.getVectorElementType(); in buildVector32() local 2414 MVT ElemTy = VecTy.getVectorElementType(); in buildVector64() local 2759 MVT ElemTy = VecTy.getVectorElementType(); in LowerCONCAT_VECTORS() local 2817 MVT ElemTy = ty(Vec).getVectorElementType(); in LowerEXTRACT_VECTOR_ELT() local
|
D | HexagonTargetTransformInfo.cpp | 284 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Program.cpp | 126 QualType ElemTy = PD->getType()->castAs<PointerType>()->getPointeeType(); in getOrCreateDummy() local 307 QualType ElemTy = ArrayType->getElementType(); in createDescriptor() local 359 PrimType ElemTy = *Ctx.classify(CT->getElementType()); in createDescriptor() local
|
D | EvalEmitter.cpp | 173 QualType ElemTy = AT->getElementType(); in emitRetValue() local
|
/external/llvm-project/llvm/lib/IR/ |
D | Type.cpp | 521 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 583 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 607 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 685 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 690 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 511 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 599 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 628 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 663 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 668 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 530 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 620 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 650 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 689 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 694 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
/external/clang/lib/AST/ |
D | APValue.cpp | 360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local 427 QualType ElemTy; in printPretty() local 476 QualType ElemTy = AT->getElementType(); in printPretty() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 606 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 624 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 916 Type* ElemTy; in getConstantValue() local
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 655 QualType ElemTy = Ty->castAs<VectorType>()->getElementType(); in printPretty() local 736 QualType ElemTy = Base.getType(); in printPretty() local 788 QualType ElemTy = AT->getElementType(); in printPretty() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 615 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 630 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 919 Type* ElemTy; in getConstantValue() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 613 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 628 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 914 Type* ElemTy; in getConstantValue() local
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 551 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/external/llvm-project/polly/lib/CodeGen/ |
D | ManagedMemoryRewrite.cpp | 185 Type *ElemTy = ArrayTy->getElementType(); in replaceGlobalArray() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 530 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 530 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|