Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/NVPTX/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1675 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
1678 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
1683 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()
1693 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2089 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
2092 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
2097 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()
2107 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1657 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
1672 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2170 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
2180 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/external/clang/lib/Sema/
DSemaOpenMP.cpp9346 QualType OrigType = Type; in ActOnOpenMPReductionClause() local
9347 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in ActOnOpenMPReductionClause()
9361 if (Init && OrigType->isAnyComplexType()) { in ActOnOpenMPReductionClause()
9363 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in ActOnOpenMPReductionClause()
9366 Type = OrigType; in ActOnOpenMPReductionClause()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2259 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
2269 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15344 QualType OrigType = Type; in actOnOMPReductionKindClause() local
15345 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()
15359 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()
15361 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()
15364 Type = OrigType; in actOnOMPReductionKindClause()