Searched refs:OpTy (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DPatternMatch.h53 template<typename OpTy>
54 bool match(OpTy *V) {
380 template<typename OpTy>
381 bool match(OpTy *V) {
511 template<typename OpTy>
512 bool match(OpTy *V) {
555 template<typename OpTy>
556 bool match(OpTy *V) {
579 template<typename OpTy>
580 bool match(OpTy *
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp53 Type *OpTy) const {
54 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
264 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) const {
274 assert(OpTy && "Cast instructions must provide the operand type");
275 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
288 unsigned OpSize = OpTy->getScalarSizeInBits();
304 DestSize >= DL->getPointerTypeSizeInBits(OpTy))
H A DInstructionSimplify.cpp1876 Type *OpTy = LHS->getType(); // The operand type. local
1885 if (OpTy->getScalarType()->isIntegerTy(1)) {
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1356 Type *OpTy = getTypeByID(Record[1]); local
1357 if (!OpTy)
1359 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1403 VectorType *OpTy =
1405 if (OpTy == 0)
1407 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1414 VectorType *OpTy = dyn_cast<VectorType>(CurTy); local
1415 if (Record.size() < 3 || OpTy == 0)
1417 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
1419 OpTy
1426 VectorType *OpTy = dyn_cast<VectorType>(CurTy); local
1439 VectorType *OpTy = local
2532 Type *OpTy = getTypeByID(Record[1]); local
2771 Type *OpTy = getTypeByID(Record[1]); local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h113 Type *OpTy = 0) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp3715 llvm::Type *OpTy = local
3717 Ops[0] = Builder.CreateBitCast(Ops[0], OpTy);
3779 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3780 llvm::Type *Tys[2] = { Ty, OpTy };
3786 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3787 llvm::Type *Tys[2] = { Ty, OpTy };
3793 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3794 llvm::Type *Tys[2] = { Ty, OpTy };
3800 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3801 llvm::Type *Tys[2] = { Ty, OpTy };
3807 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3814 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3821 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3828 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3835 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3842 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3849 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3856 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3863 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3870 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
3877 llvm::Type *OpTy = llvm::VectorType::get(FloatTy, VTy->getNumElements()); local
3884 llvm::Type *OpTy = llvm::VectorType::get(DoubleTy, VTy->getNumElements()); local
[all...]
H A DCGExprScalar.cpp1184 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType()); local
1186 if (OpTy->getNumElements() == ResElts) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4395 Type *OpTy = LF.OperandValToReplace->getType(); local
4400 Ty = OpTy;
4401 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
4403 Ty = OpTy;
4524 if (ICmpScaledV->getType() != OpTy) {
4527 OpTy, false),
4528 ICmpScaledV, OpTy, "tmp", CI);
4536 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
4538 if (C->getType() != OpTy)
4540 OpTy, fals
4610 Type *OpTy = LF.OperandValToReplace->getType(); local
4640 Type *OpTy = LF.OperandValToReplace->getType(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2183 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); local
2185 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
2188 OpTy = PtrTy->getElementType();
2192 if (StructType *STy = dyn_cast<StructType>(OpTy))
2194 OpTy = STy->getElementType(0);
2196 // If OpTy is not a single value, it may be a struct/union that we
2198 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
2199 unsigned BitSize = getDataLayout()->getTypeSizeInBits(OpTy);
2209 MVT::getVT(IntegerType::get(OpTy
[all...]
H A DSelectionDAGBuilder.cpp6041 llvm::Type *OpTy = CallOperandVal->getType();
6047 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
6050 OpTy = PtrTy->getElementType();
6054 if (StructType *STy = dyn_cast<StructType>(OpTy))
6056 OpTy = STy->getElementType(0);
6058 // If OpTy is not a single value, it may be a struct/union that we
6060 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
6061 unsigned BitSize = TD->getTypeSizeInBits(OpTy);
6070 OpTy
[all...]
H A DLegalizeIntegerTypes.cpp490 EVT OpTy = N->getOperand(1).getValueType(); local
493 Mask = PromoteTargetBoolean(Mask, getSetCCResultType(OpTy));
984 EVT OpTy = N->getOperand(1).getValueType(); local
988 OpTy.getScalarType() : OpTy);
H A DLegalizeDAG.cpp3165 EVT OpTy = Node->getOperand(0).getValueType();
3168 Tmp1 = DAG.getNode(ISD::SRL, dl, OpTy, Node->getOperand(0),
3169 DAG.getConstant(OpTy.getSizeInBits()/2,
H A DSelectionDAG.cpp1586 EVT OpTy = Op.getValueType(); local
1588 if (OpTy == ShTy || OpTy.isVector()) return Op;
1590 ISD::NodeType Opcode = OpTy.bitsGT(ShTy) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1693 Type *OpTy = I->getOperand(0)->getType(); local
1694 if (OpTy->isFloatTy()) Opc = isSigned ? ARM::VTOSIZS : ARM::VTOUIZS;
1695 else if (OpTy->isDoubleTy()) Opc = isSigned ? ARM::VTOSIZD : ARM::VTOUIZD;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8881 QualType OpTy = Op->getType(); local
8886 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true,
8890 // Note that per both C89 and C99, indirection is always legal, even if OpTy
8894 if (const PointerType *PT = OpTy->getAs<PointerType>())
8897 OpTy->getAs<ObjCObjectPointerType>())
8908 << OpTy << Op->getSourceRange();

Completed in 320 milliseconds