Searched refs:RTy (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 112 template <typename LTy, typename RTy> struct match_combine_or { 114 RTy R; 116 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_or() 127 template <typename LTy, typename RTy> struct match_combine_and { 129 RTy R; 131 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} in match_combine_and() 142 template <typename LTy, typename RTy> 143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 144 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr() 148 template <typename LTy, typename RTy> [all …]
|
D | DIBuilder.h | 228 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1051 auto *RTy = cast<IntegerType>(Range.getType()); in calculateSubRanges() local 1054 if (!AllowNarrowLatchCondition && RTy != Ty) in calculateSubRanges() 1056 if (RTy->getBitWidth() < Ty->getBitWidth()) in calculateSubRanges() 1065 RTy, SE, IsSignedPredicate); in calculateSubRanges() 1066 const SCEV *End = NoopOrExtend(SE.getSCEV(MainLoopStructure.LoopExitAt), RTy, in calculateSubRanges() 1077 const SCEV *One = SE.getOne(RTy); in calculateSubRanges()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 297 unsigned Tag, DIType *RTy, in createReferenceType() argument 301 assert(RTy && "Unable to create reference type"); in createReferenceType() 302 return DIDerivedType::get(VMContext, Tag, "", nullptr, 0, nullptr, RTy, in createReferenceType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 229 const RecordRecTy *RTy = dyn_cast<RecordRecTy>(RHS); in typeIsConvertibleTo() local 230 if (!RTy) in typeIsConvertibleTo() 233 return llvm::all_of(RTy->getClasses(), [this](Record *TargetClass) { in typeIsConvertibleTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 853 if (auto RTy = Elements[0]) in constructTypeDIE() local 854 addType(Buffer, RTy); in constructTypeDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 2332 Type *RTy = CalledFunc->getReturnType(); in InlineFunction() local 2339 PHI = PHINode::Create(RTy, Returns.size(), TheCall->getName(), in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2701 VectorType *RTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2704 if (Record.size() < 4 || !RTy || !OpTy) in parseConstants() 2709 RTy->getNumElements()); in parseConstants()
|