Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1674 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
1677 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
1682 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()
1692 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2347 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
2357 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9200 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local
9201 while (BaseType != OrigType) { in generateInfoForCapture()
9202 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()
9203 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17105 QualType OrigType = Type; in actOnOMPReductionKindClause() local
17106 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()
17120 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()
17122 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()
17125 Type = OrigType; in actOnOMPReductionKindClause()