Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1279 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
1287 if ((EltVT == MVT::f16 && OrigType == MVT::v2f16) || in tryLDGLDU()
1288 (EltVT == MVT::bf16 && OrigType == MVT::v2bf16) || in tryLDGLDU()
1289 (EltVT == MVT::i16 && OrigType == MVT::v2i16)) { in tryLDGLDU()
1291 EltVT = OrigType; in tryLDGLDU()
1293 } else if (OrigType == MVT::v4i8) { in tryLDGLDU()
1294 EltVT = OrigType; in tryLDGLDU()
1632 if (OrigType != EltVT && in tryLDGLDU()
1633 (LdNode || (OrigType.isFloatingPoint() && EltVT.isFloatingPoint()))) { in tryLDGLDU()
1638 GetConvertOpcode(OrigType.getSimpleVT(), EltVT.getSimpleVT(), LdNode); in tryLDGLDU()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3774 QualType OrigType = Converted[1].getAsType(); in checkBuiltinTemplateIdType() local
3777 if (!OrigType->isDependentType() && !OrigType->isIntegralType(Context)) { in checkBuiltinTemplateIdType()
3792 TemplateArgumentLoc(TemplateArgument(OrigType), in checkBuiltinTemplateIdType()
3794 OrigType, TemplateArgs[1].getLocation()))); in checkBuiltinTemplateIdType()
3800 TemplateArgument TA(Context, I, OrigType); in checkBuiltinTemplateIdType()
3802 TA, OrigType, TemplateArgs[2].getLocation())); in checkBuiltinTemplateIdType()
H A DSemaOpenMP.cpp19817 QualType OrigType = Type; in actOnOMPReductionKindClause() local
19818 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()
19831 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()
19833 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()
19836 Type = OrigType; in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3070 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
3093 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1307 llvm::Type *OrigType = Ty; in CreateCoercedLoad() local
1320 Result = CGF.Builder.CreateBitCast(Result, OrigType); in CreateCoercedLoad()
H A DCGExprScalar.cpp2143 llvm::Type *OrigType = DstTy; in VisitCastExpr() local
2156 Result = Builder.CreateBitCast(Result, OrigType); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp8586 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local
8587 while (BaseType != OrigType) { in generateInfoForCapture()
8588 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()
8589 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()