Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dparameter-passing.c14 typedef int ScalarTy; typedef
24 static ScalarTy scalar_id(ScalarTy a) { return a; } in scalar_id()
33 static void scalar_mul(ScalarTy a) { result *= a; } in scalar_mul()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1418 Type *ScalarTy = VL[0]->getType(); in getEntryCost() local
1420 ScalarTy = SI->getValueOperand()->getType(); in getEntryCost()
1421 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getEntryCost()
1502 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty()); in getEntryCost()
1543 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK, in getEntryCost()
1558 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK); in getEntryCost()
1567 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0); in getEntryCost()
1574 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0); in getEntryCost()
1591 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys); in getEntryCost()
1613 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK); in getEntryCost()
[all …]
/external/clang/lib/Sema/
DSema.cpp377 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) { in ScalarTypeToBooleanCastKind() argument
378 switch (ScalarTy->getScalarTypeKind()) { in ScalarTypeToBooleanCastKind()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2787 Type *ScalarTy = AllocaTy->getScalarType(); in visitMemSetInst() local
2795 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) || in visitMemSetInst()
2796 DL.getTypeSizeInBits(ScalarTy) % 8 != 0)) { in visitMemSetInst()
2816 assert(ElementTy == ScalarTy); in visitMemSetInst()
2858 V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8); in visitMemSetInst()
/external/llvm/lib/IR/
DConstants.cpp214 Type *ScalarTy = Ty->getScalarType(); in getIntegerValue() local
220 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy)) in getIntegerValue()
/external/clang/include/clang/Sema/
DSema.h7731 static CastKind ScalarTypeToBooleanCastKind(QualType ScalarTy);