Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp221 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 …]
DHexagonISelLowering.h388 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
DHexagonISelLowering.cpp873 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
DHexagonTargetTransformInfo.cpp268 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp246 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 …]
DHexagonSubtarget.cpp142 MVT ElemTy = VecTy.getVectorElementType(); in isHVXVectorType() local
186 MVT ElemTy = Ty.getVectorElementType().getSimpleVT(); in isTypeForHVX() local
DHexagonISelLowering.h403 MVT tyVector(MVT Ty, MVT ElemTy) const { in tyVector()
DHexagonISelLowering.cpp1017 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
DHexagonTargetTransformInfo.cpp284 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType() in getVectorInstrCost() local
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp126 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
DEvalEmitter.cpp173 QualType ElemTy = AT->getElementType(); in emitRetValue() local
/external/llvm-project/llvm/lib/IR/
DType.cpp521 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/
DType.cpp511 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/
DType.cpp530 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/
DAPValue.cpp360 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/
DSITypeRewriter.cpp77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp606 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/
DAPValue.cpp655 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/
DExecutionEngine.cpp615 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/
DExecutionEngine.cpp613 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/
DOMPIRBuilder.h551 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp185 Type *ElemTy = ArrayTy->getElementType(); in replaceGlobalArray() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DEvaluator.cpp530 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp530 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local

1234