Home
last modified time | relevance | path

Searched refs:InTy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h840 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy,
842 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
844 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, TreePattern &TP);
983 const TypeSetByHwMode &InTy, in UpdateNodeType() argument
985 TypeSetByHwMode VTS(InTy); in UpdateNodeType()
991 MVT::SimpleValueType InTy, in UpdateNodeType() argument
993 TypeSetByHwMode VTS(InTy); in UpdateNodeType()
999 ValueTypeByHwMode InTy, in UpdateNodeType() argument
1001 TypeSetByHwMode VTS(InTy); in UpdateNodeType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp618 QualType InTy = InputExpr->getType(); in ActOnGCCAsmStmt() local
620 if (Context.hasSameType(InTy, OutTy)) in ActOnGCCAsmStmt()
629 if (InTy->isIntegerType() || InTy->isPointerType()) in ActOnGCCAsmStmt()
631 else if (InTy->isRealFloatingType()) in ActOnGCCAsmStmt()
650 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt()
706 << InTy << OutTy << OutputExpr->getSourceRange() in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h768 InstructionCost getScalarizationOverhead(VectorType *InTy, in getScalarizationOverhead() argument
774 if (isa<ScalableVectorType>(InTy)) in getScalarizationOverhead()
776 auto *Ty = cast<FixedVectorType>(InTy); in getScalarizationOverhead()
798 InstructionCost getScalarizationOverhead(VectorType *InTy, bool Insert, in getScalarizationOverhead() argument
801 if (isa<ScalableVectorType>(InTy)) in getScalarizationOverhead()
803 auto *Ty = cast<FixedVectorType>(InTy); in getScalarizationOverhead()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td276 ValueType InTy>
279 [(set OutTy:$RT, (IntID InTy:$RA, InTy:$RB, InTy:$RC))]>;
299 ValueType InTy>
302 [(set OutTy:$VD, (IntID InTy:$VA, InTy:$VB))]>;
321 ValueType InTy>
324 [(set OutTy:$VD, (IntID InTy:$VB))]>;
H A DPPCInstrVSX.td145 ValueType OutTy, ValueType InTy> {
149 [(set OutTy:$XT, (Int InTy:$XA, InTy:$XB))]>;
153 [(set InTy:$XT,
154 (InTy (PPCvcmp_rec InTy:$XA, InTy:$XB, xo)))]>,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp11710 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty; in EmitAArch64BuiltinExpr() local
11712 Ops[0] = Builder.CreateBitCast(Ops[0], InTy); in EmitAArch64BuiltinExpr()
11727 llvm::Type *InTy; in EmitAArch64BuiltinExpr() local
11729 InTy = Int64Ty; in EmitAArch64BuiltinExpr()
11731 InTy = Int32Ty; in EmitAArch64BuiltinExpr()
11733 InTy = Int16Ty; in EmitAArch64BuiltinExpr()
11734 Ops[0] = Builder.CreateBitCast(Ops[0], InTy); in EmitAArch64BuiltinExpr()
11750 llvm::Type* InTy = Int32Ty; in EmitAArch64BuiltinExpr() local
11752 llvm::Type *Tys[2] = {InTy, FTy}; in EmitAArch64BuiltinExpr()
11785 llvm::Type* InTy = Int32Ty; in EmitAArch64BuiltinExpr() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22918 EVT InTy = In.getOperand(0).getValueType(); in reduceBuildVecExtToExtBuildVec() local
22923 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
22924 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()