Home
last modified time | relevance | path

Searched refs:OutTy (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp610 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt() local
611 if (Context.hasSameType(InTy, OutTy)) in ActOnGCCAsmStmt()
627 if (OutTy->isIntegerType() || OutTy->isPointerType()) in ActOnGCCAsmStmt()
629 else if (OutTy->isRealFloatingType()) in ActOnGCCAsmStmt()
640 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt()
680 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast); in ActOnGCCAsmStmt()
681 InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).get(); in ActOnGCCAsmStmt()
688 << InTy << OutTy << OutputExpr->getSourceRange() in ActOnGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td275 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 DPPCInstrVSX.td163 ValueType OutTy, ValueType InTy> {
167 [(set OutTy:$XT, (Int InTy:$XA, InTy:$XB))]>;