Home
last modified time | relevance | path

Searched refs:ScalarTy (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp1423 Type *ScalarTy = VL[0]->getType(); in getEntryCost() local
1425 ScalarTy = SI->getValueOperand()->getType(); in getEntryCost()
1426 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getEntryCost()
1507 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty()); in getEntryCost()
1548 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK, in getEntryCost()
1563 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK); in getEntryCost()
1572 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0); in getEntryCost()
1579 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0); in getEntryCost()
1596 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys); in getEntryCost()
1618 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK); in getEntryCost()
[all …]
HDLoopVectorize.cpp2029 Type *ScalarTy = LI ? LI->getType() : SI->getValueOperand()->getType(); in vectorizeInterleaveGroup() local
2031 Type *VecTy = VectorType::get(ScalarTy, InterleaveFactor * VF); in vectorizeInterleaveGroup()
2084 if (Member->getType() != ScalarTy) { in vectorizeInterleaveGroup()
2100 VectorType *SubVT = VectorType::get(ScalarTy, VF); in vectorizeInterleaveGroup()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp392 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) { in ScalarTypeToBooleanCastKind() argument
393 switch (ScalarTy->getScalarTypeKind()) { in ScalarTypeToBooleanCastKind()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSROA.cpp2838 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst() local
2846 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) || in visitMemSetInst()
2847 DL.getTypeSizeInBits(ScalarTy) % 8 != 0)) { in visitMemSetInst()
2867 assert(ElementTy == ScalarTy); in visitMemSetInst()
2909 V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8); in visitMemSetInst()
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp214 Type *ScalarTy = Ty->getScalarType(); in getIntegerValue() local
220 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy)) in getIntegerValue()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8044 static CastKind ScalarTypeToBooleanCastKind(QualType ScalarTy);