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

/external/llvm/include/llvm/Support/
H A DPatternMatch.h51 template<typename OpTy>
52 bool match(OpTy *V) {
299 template<typename OpTy>
300 bool match(OpTy *V) {
430 template<typename OpTy>
431 bool match(OpTy *V) {
474 template<typename OpTy>
475 bool match(OpTy *V) {
498 template<typename OpTy>
499 bool match(OpTy *
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1159 Type *OpTy = getTypeByID(Record[1]); local
1160 if (!OpTy) return Error("Invalid CE_CAST record");
1161 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1190 VectorType *OpTy =
1192 if (OpTy == 0) return Error("Invalid CE_EXTRACTELT record");
1193 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1199 VectorType *OpTy = dyn_cast<VectorType>(CurTy); local
1200 if (Record.size() < 3 || OpTy == 0)
1202 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
1204 OpTy
1210 VectorType *OpTy = dyn_cast<VectorType>(CurTy); local
1223 VectorType *OpTy = local
2260 Type *OpTy = getTypeByID(Record[1]); local
2484 Type *OpTy = getTypeByID(Record[1]); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4278 Type *OpTy = LF.OperandValToReplace->getType(); local
4283 Ty = OpTy;
4284 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
4286 Ty = OpTy;
4407 if (ICmpScaledV->getType() != OpTy) {
4410 OpTy, false),
4411 ICmpScaledV, OpTy, "tmp", CI);
4419 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
4421 if (C->getType() != OpTy)
4423 OpTy, fals
4489 Type *OpTy = LF.OperandValToReplace->getType(); local
4519 Type *OpTy = LF.OperandValToReplace->getType(); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2927 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); local
2929 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
2932 OpTy = PtrTy->getElementType();
2936 if (StructType *STy = dyn_cast<StructType>(OpTy))
2938 OpTy = STy->getElementType(0);
2940 // If OpTy is not a single value, it may be a struct/union that we
2942 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
2943 unsigned BitSize = TD->getTypeSizeInBits(OpTy);
2953 EVT::getEVT(IntegerType::get(OpTy
[all...]
H A DSelectionDAGBuilder.cpp5761 llvm::Type *OpTy = CallOperandVal->getType();
5767 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
5770 OpTy = PtrTy->getElementType();
5774 if (StructType *STy = dyn_cast<StructType>(OpTy))
5776 OpTy = STy->getElementType(0);
5778 // If OpTy is not a single value, it may be a struct/union that we
5780 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
5781 unsigned BitSize = TD->getTypeSizeInBits(OpTy);
5790 OpTy
[all...]
H A DLegalizeIntegerTypes.cpp492 EVT OpTy = N->getOperand(1).getValueType(); local
495 Mask = PromoteTargetBoolean(Mask, TLI.getSetCCResultType(OpTy));
975 EVT OpTy = N->getOperand(1).getValueType(); local
979 OpTy.getScalarType() : OpTy);
H A DLegalizeDAG.cpp2917 EVT OpTy = Node->getOperand(0).getValueType();
2920 Tmp1 = DAG.getNode(ISD::SRL, dl, OpTy, Node->getOperand(0),
2921 DAG.getConstant(OpTy.getSizeInBits()/2,
H A DSelectionDAG.cpp1529 EVT OpTy = Op.getValueType(); local
1531 if (OpTy == ShTy || OpTy.isVector()) return Op;
1533 ISD::NodeType Opcode = OpTy.bitsGT(ShTy) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1617 Type *OpTy = I->getOperand(0)->getType(); local
1618 if (OpTy->isFloatTy()) Opc = isSigned ? ARM::VTOSIZS : ARM::VTOUIZS;
1619 else if (OpTy->isDoubleTy()) Opc = isSigned ? ARM::VTOSIZD : ARM::VTOUIZD;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp932 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType()); local
934 if (OpTy->getNumElements() == ResElts) {
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1651 Type *OpTy = LHS->getType(); // The operand type. local
1660 if (OpTy->getScalarType()->isIntegerTy(1)) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5597 MVT OpTy; local
5603 OpTy = MVT::v8i16;
5608 OpTy = MVT::v4f32;
5613 OpTy = MVT::v2f64;
5620 OpTy = MVT::v8f32;
5627 OpTy = MVT::v4f64;
5644 V1 = DAG.getNode(ISD::BITCAST, dl, OpTy, V1);
5645 V2 = DAG.getNode(ISD::BITCAST, dl, OpTy, V2);
5646 SDValue Ret = DAG.getNode(ISDNo, dl, OpTy, V1, V2,
/external/clang/lib/Sema/
H A DSemaExpr.cpp8077 QualType OpTy = Op->getType(); local
8082 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true,
8086 // Note that per both C89 and C99, indirection is always legal, even if OpTy
8090 if (const PointerType *PT = OpTy->getAs<PointerType>())
8093 OpTy->getAs<ObjCObjectPointerType>())
8104 << OpTy << Op->getSourceRange();

Completed in 481 milliseconds