Searched refs:OutTy (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 617 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt() local 618 if (Context.hasSameType(InTy, OutTy)) in ActOnGCCAsmStmt() 634 if (OutTy->isIntegerType() || OutTy->isPointerType()) in ActOnGCCAsmStmt() 636 else if (OutTy->isRealFloatingType()) in ActOnGCCAsmStmt() 647 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() 679 if (OutTy->isStructureType() && in ActOnGCCAsmStmt() 696 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast); in ActOnGCCAsmStmt() 697 InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).get(); in ActOnGCCAsmStmt() 704 << InTy << OutTy << OutputExpr->getSourceRange() in ActOnGCCAsmStmt()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrAltivec.td | 275 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy, 279 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>; 283 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy, 287 [(set OutTy:$vD, 298 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy, 302 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB))]>; 306 class VX1_Int_Ty3<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy, 310 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>; 320 class VX2_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy, 324 [(set OutTy:$vD, (IntID InTy:$vB))]>;
|
H A D | PPCInstrVSX.td | 147 ValueType OutTy, ValueType InTy> { 151 [(set OutTy:$XT, (Int InTy:$XA, InTy:$XB))]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 767 auto *OutTy = dyn_cast<ScalableVectorType>(II.getType()); in instCombineSVECmpNE() local 768 if (!VecTy || !OutTy || VecTy->getNumElements() != OutTy->getMinNumElements()) in instCombineSVECmpNE()
|