Searched defs:ScalarTy (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dparameter-passing.c14 typedef int ScalarTy; typedef
24 static ScalarTy scalar_id(ScalarTy a) { return a; }
33 static void scalar_mul(ScalarTy a) { result *= a; }
/external/clang/lib/Sema/
H A DSema.cpp358 /// to the conversion from scalar type ScalarTy to the Boolean type.
359 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) { argument
360 switch (ScalarTy->getScalarTypeKind()) {
/external/llvm/lib/IR/
H A DConstants.cpp169 Type *ScalarTy = Ty->getScalarType(); local
175 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2409 Type *ScalarTy = AllocaTy->getScalarType(); local
2417 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) ||
2418 DL.getTypeSizeInBits(ScalarTy)%8 != 0)) {
2438 assert(ElementTy == ScalarTy);
2480 V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1144 Type *ScalarTy = VL[0]->getType(); local
1146 ScalarTy = SI->getValueOperand()->getType();
1147 VectorType *VecTy = VectorType::get(ScalarTy, VL.size());
1228 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty());
1261 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK);
1274 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1283 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0);
1290 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0);
1307 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys);
1329 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1V
1415 Type *ScalarTy = VL[0]->getType(); local
1597 Type *ScalarTy = VL[0]->getType(); local
1614 Type *ScalarTy = VL0->getType(); local
2779 Type *ScalarTy = FirstReducedVal->getType(); local
[all...]

Completed in 1902 milliseconds