| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | LowLevelTypeImpl.h | 65 static LLT vector(uint16_t NumElements, LLT ScalarTy) { in vector() 73 static LLT scalarOrVector(uint16_t NumElements, LLT ScalarTy) { in scalarOrVector()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LowLevelType.cpp | 23 LLT ScalarTy = getLLTForType(*VTy->getElementType(), DL); in getLLTForType() local
|
| /external/clang/test/CodeGen/ |
| D | parameter-passing.c | 14 typedef int ScalarTy; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.cpp | 3347 Type *ScalarTy = DataTy->getScalarType(); in isLegalMaskedLoad() local 3413 Type *ScalarTy = DataTy->getVectorElementType(); in isLegalMaskedExpandLoad() local 3454 Type *ScalarTy = DataTy->getScalarType(); in isLegalMaskedGather() local 3590 Type *ScalarTy = VecTy->getVectorElementType(); in getInterleavedMemoryOpCostAVX2() local
|
| D | X86ISelLowering.cpp | 8497 Type *ScalarTy = Type::getIntNTy(*Ctx, SplatBitSize); in lowerBuildVectorAsBroadcast() local 32910 MVT ScalarTy = MaskVT.isInteger() ? MaskVT.getScalarType() : in matchUnaryShuffle() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.cpp | 1571 Type *ScalarTy = DataTy->getScalarType(); in isLegalMaskedLoad() local 1596 Type *ScalarTy = DataTy->getScalarType(); in isLegalMaskedGather() local
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 1148 Type *ScalarTy = VL[0]->getType(); in buildTree_rec() local 1531 Type *ScalarTy = VL[0]->getType(); in getEntryCost() local 1908 Type *ScalarTy = VL[0]->getType(); in getGatherCost() local 2185 Type *ScalarTy = VL[0]->getType(); in vectorizeTree() local 2202 Type *ScalarTy = VL0->getType(); in vectorizeTree() local 4132 Type *ScalarTy = FirstReducedVal->getType(); in getReductionCost() local
|
| D | LoopVectorize.cpp | 2283 Type *ScalarTy = LI ? LI->getType() : SI->getValueOperand()->getType(); in vectorizeInterleaveGroup() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 1609 Type *ScalarTy = Ty->getVectorElementType(); in getArithmeticReductionCost() local 1659 Type *ScalarTy = Ty->getVectorElementType(); in getMinMaxReductionCost() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 2657 Type *ScalarTy = VL0->getType(); in buildTree_rec() local 2925 llvm::Type *ScalarTy = cast<StoreInst>(VL0)->getValueOperand()->getType(); in buildTree_rec() local 3219 Type *ScalarTy = VL[0]->getType(); in getEntryCost() local 3840 Type *ScalarTy = VL[0]->getType(); in getGatherCost() local 3997 Type *ScalarTy = S.OpValue->getType(); in vectorizeTree() local 4052 Type *ScalarTy = VL0->getType(); in vectorizeTree() local 6857 Type *ScalarTy = FirstReducedVal->getType(); in getReductionCost() local
|
| D | LoopVectorize.cpp | 2184 Type *ScalarTy = getMemInstValueType(Instr); in vectorizeInterleaveGroup() local 4647 auto *ScalarTy = getMemInstValueType(I); in interleavedAccessCanBeWidened() local 4694 auto *ScalarTy = LI ? LI->getType() : SI->getValueOperand()->getType(); in memoryInstructionCanBeWidened() local
|
| /external/clang/lib/Sema/ |
| D | Sema.cpp | 409 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) { in ScalarTypeToBooleanCastKind()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 1204 Type *ScalarTy = SrcTy->getScalarType(); in computeKnownBitsFromOperator() local 1731 Type *ScalarTy = V->getType()->getScalarType(); in computeKnownBits() local 2479 Type *ScalarTy = V->getType()->getScalarType(); in ComputeNumSignBitsImpl() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 2388 MVT ScalarTy = tyScalar(VecTy); in extractVector() local 2462 MVT ScalarTy = MVT::getIntegerVT(VecWidth); in insertVector() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64InstructionSelector.cpp | 2901 Optional<Register> DstReg, const RegisterBank &DstRB, LLT ScalarTy, in emitExtractVectorElt() 3396 const LLT ScalarTy = LLT::scalar(Op1Ty.getSizeInBits()); in emitVectorConcat() local
|
| D | AArch64ISelLowering.cpp | 3032 EVT ScalarTy = Scalar.getValueType(); in LowerINTRINSIC_WO_CHAIN() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 2616 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst() local
|
| /external/llvm/lib/IR/ |
| D | Constants.cpp | 233 Type *ScalarTy = Ty->getScalarType(); in getIntegerValue() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 2780 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Constants.cpp | 356 Type *ScalarTy = Ty->getScalarType(); in getIntegerValue() local
|