Searched defs:ScalarTy (Results 1 - 4 of 4) 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.cpp376 /// to the conversion from scalar type ScalarTy to the Boolean type.
377 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) { argument
378 switch (ScalarTy->getScalarTypeKind()) {
/external/llvm/lib/IR/
H A DConstants.cpp214 Type *ScalarTy = Ty->getScalarType(); local
220 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1418 Type *ScalarTy = VL[0]->getType(); local
1420 ScalarTy = SI->getValueOperand()->getType();
1421 VectorType *VecTy = VectorType::get(ScalarTy, VL.size());
1502 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty());
1543 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK,
1558 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1567 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0);
1574 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0);
1591 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys);
1613 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1V
1769 Type *ScalarTy = VL[0]->getType(); local
2085 Type *ScalarTy = VL[0]->getType(); local
2102 Type *ScalarTy = VL0->getType(); local
3699 Type *ScalarTy = FirstReducedVal->getType(); local
[all...]

Completed in 555 milliseconds