/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 23 LLT ScalarTy = getLLTForType(*VTy->getElementType(), DL); in getLLTForType() local
|
/third_party/skia/third_party/externals/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 | 8494 Type *ScalarTy = Type::getIntNTy(*Ctx, SplatBitSize); in lowerBuildVectorAsBroadcast() local 32907 MVT ScalarTy = MaskVT.isInteger() ? MaskVT.getScalarType() : in matchUnaryShuffle() local
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 356 Type *ScalarTy = Ty->getScalarType(); in getIntegerValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2780 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst() local
|