/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TaskQueue.h | 41 using ResultTy = typename std::result_of<Callable()>::type; member 43 : C(std::move(C)), P(std::make_shared<std::promise<ResultTy>>()), in Task() 57 ResultTy *Dummy = nullptr; in operator() 63 std::shared_ptr<std::promise<ResultTy>> P; 87 using ResultTy = typename std::result_of<Callable()>::type; in async() local 88 std::future<ResultTy> F = T.P->get_future(); in async()
|
D | GenericDomTreeConstruction.h | 110 using ResultTy = SmallVector<NodePtr, 8>; member 112 static ResultTy Get(NodePtr N, std::integral_constant<bool, false>) { in Get() 114 return ResultTy(RChildren.begin(), RChildren.end()); in Get() 117 static ResultTy Get(NodePtr N, std::integral_constant<bool, true>) { in Get() 119 return ResultTy(IChildren.begin(), IChildren.end()); in Get() 128 static ResultTy Get(NodePtr N, BatchUpdatePtr BUI) { in Get() 129 ResultTy Res = Get(N, Tag()); in Get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | SpeculateAnalyses.h | 33 using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>; 42 ResultTy operator()(Function &F); 78 ResultTy operator()(Function &F);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() 107 RetTy = ResultTy; in setCallee() 126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, 130 RetTy = ResultTy; 150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, 153 RetTy = ResultTy; 162 CallingConv::ID CC, Type *ResultTy, 166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, 169 RetTy = ResultTy;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1812 Type *ResultTy; in ConstantFoldCompareInstruction() local 1814 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()), in ConstantFoldCompareInstruction() 1817 ResultTy = Type::getInt1Ty(C1->getContext()); in ConstantFoldCompareInstruction() 1821 return Constant::getNullValue(ResultTy); in ConstantFoldCompareInstruction() 1824 return Constant::getAllOnesValue(ResultTy); in ConstantFoldCompareInstruction() 1834 return UndefValue::get(ResultTy); in ConstantFoldCompareInstruction() 1839 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction() 1843 return ConstantInt::get(ResultTy, CmpInst::isUnordered(Predicate)); in ConstantFoldCompareInstruction() 1891 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2); in ConstantFoldCompareInstruction() 1892 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2); in ConstantFoldCompareInstruction() [all …]
|
D | AutoUpgrade.cpp | 894 Type *ResultTy = Op->getType(); in UpgradeX86PSLLDQIntrinsics() local 895 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSLLDQIntrinsics() 921 return Builder.CreateBitCast(Res, ResultTy, "cast"); in UpgradeX86PSLLDQIntrinsics() 928 Type *ResultTy = Op->getType(); in UpgradeX86PSRLDQIntrinsics() local 929 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSRLDQIntrinsics() 955 return Builder.CreateBitCast(Res, ResultTy, "cast"); in UpgradeX86PSRLDQIntrinsics() 2146 Type *ResultTy = CI->getType(); in UpgradeIntrinsicCall() local 2147 Type *PtrTy = ResultTy->getVectorElementType(); in UpgradeIntrinsicCall() 2154 ResultTy->getVectorNumElements()); in UpgradeIntrinsicCall() 2158 ResultTy); in UpgradeIntrinsicCall() [all …]
|
D | Constants.cpp | 2150 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp() local 2152 ResultTy = VectorType::get(ResultTy, VT->getNumElements()); in getICmp() 2155 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getICmp() 2175 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp() local 2177 ResultTy = VectorType::get(ResultTy, VT->getNumElements()); in getFCmp() 2180 return pImpl->ExprConstants.getOrCreate(ResultTy, Key); in getFCmp()
|
D | Verifier.cpp | 4735 Type *ResultTy = Call.getType(); in visitIntrinsicCall() local 4736 Assert(!ValTy->isVectorTy() && !ResultTy->isVectorTy(), in visitIntrinsicCall() 4786 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local 4787 Assert(!ValTy->isVectorTy() && !ResultTy->isVectorTy(), in visitConstrainedFPIntrinsic() 4795 Type *ResultTy = FPI.getType(); in visitConstrainedFPIntrinsic() local 4796 Assert(!ValTy->isVectorTy() && !ResultTy->isVectorTy(), in visitConstrainedFPIntrinsic() 4859 Type *ResultTy = Result->getType(); in visitConstrainedFPIntrinsic() local 4862 Assert(ResultTy->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic() 4864 Assert(OperandTy->isVectorTy() == ResultTy->isVectorTy(), in visitConstrainedFPIntrinsic() 4868 auto *ResultVecTy = cast<VectorType>(ResultTy); in visitConstrainedFPIntrinsic() [all …]
|
D | Function.cpp | 1074 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() local 1084 return FunctionType::get(ResultTy, ArgTys, true); in getType() 1086 return FunctionType::get(ResultTy, ArgTys, false); in getType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1710 Type *ResultTy = nullptr; in parseTypeTableBody() local 1725 ResultTy = Type::getVoidTy(Context); in parseTypeTableBody() 1728 ResultTy = Type::getHalfTy(Context); in parseTypeTableBody() 1731 ResultTy = Type::getFloatTy(Context); in parseTypeTableBody() 1734 ResultTy = Type::getDoubleTy(Context); in parseTypeTableBody() 1737 ResultTy = Type::getX86_FP80Ty(Context); in parseTypeTableBody() 1740 ResultTy = Type::getFP128Ty(Context); in parseTypeTableBody() 1743 ResultTy = Type::getPPC_FP128Ty(Context); in parseTypeTableBody() 1746 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody() 1749 ResultTy = Type::getMetadataTy(Context); in parseTypeTableBody() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 82 insertRMWLLSCLoop(IRBuilder<> &Builder, Type *ResultTy, Value *Addr, 86 Instruction *I, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, 1004 IRBuilder<> &Builder, Type *ResultTy, Value *Addr, in insertRMWLLSCLoop() argument 1346 IRBuilder<> &Builder, Type *ResultTy, Value *Addr, in insertRMWCmpXchgLoop() argument 1378 LoadInst *InitLoaded = Builder.CreateLoad(ResultTy, Addr); in insertRMWCmpXchgLoop() 1380 InitLoaded->setAlignment(MaybeAlign(ResultTy->getPrimitiveSizeInBits() / 8)); in insertRMWCmpXchgLoop() 1385 PHINode *Loaded = Builder.CreatePHI(ResultTy, 2, "loaded"); in insertRMWCmpXchgLoop() 1691 Type *ResultTy; in expandAtomicOpToLibcall() local 1763 ResultTy = Type::getInt1Ty(Ctx); in expandAtomicOpToLibcall() 1766 ResultTy = SizedIntTy; in expandAtomicOpToLibcall() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | SpeculateAnalyses.cpp | 88 BlockFreqQuery::ResultTy BlockFreqQuery::operator()(Function &F) { in operator ()() 283 SpeculateQuery::ResultTy SequenceBBQuery::operator()(Function &F) { in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerHelper.h | 162 void insertParts(Register DstReg, LLT ResultTy,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 1286 for (auto ResultTy : Shape.getRetconResultTypes()) in splitRetconCoroutine() local 1287 ReturnPHIs.push_back(Builder.CreatePHI(ResultTy, in splitRetconCoroutine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 407 Type *&ResultTy);
|
D | LLParser.cpp | 2690 Type *&ResultTy) { in ParseStructDefinition() argument 2704 ResultTy = Entry.first; in ParseStructDefinition() 2718 ResultTy = nullptr; in ParseStructDefinition() 2720 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition() 2721 return ParseType(ResultTy); in ParseStructDefinition() 2739 ResultTy = STy; in ParseStructDefinition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 196 LLT ResultTy, LLT PartTy, in insertParts() argument 203 if (!ResultTy.isVector()) { in insertParts() 218 Register CurResultReg = MRI.createGenericVirtualRegister(ResultTy); in insertParts() 223 Register NewResultReg = MRI.createGenericVirtualRegister(ResultTy); in insertParts() 232 DstReg : MRI.createGenericVirtualRegister(ResultTy); in insertParts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 767 Type *ResultTy, Optional<unsigned> InRangeIndex, in CastGEPIndices() argument 769 Type *IntIdxTy = DL.getIndexType(ResultTy); in CastGEPIndices()
|
D | ScalarEvolution.cpp | 1125 Type *ResultTy) { in BinomialCoefficient() argument 1128 return SE.getTruncateOrZeroExtend(It, ResultTy); in BinomialCoefficient() 1184 unsigned W = SE.getTypeSizeInBits(ResultTy); in BinomialCoefficient() 1230 SE.getTruncateOrZeroExtend(DivResult, ResultTy)); in BinomialCoefficient()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 895 const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, in setCallee() argument 900 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs); in setCallee()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3736 Type *ResultTy = VectorType::get(VecTy->getVectorElementType(), in getInterleavedMemoryOpCostAVX512() local 3739 getTLI()->getTypeLegalizationCost(DL, ResultTy).first * in getInterleavedMemoryOpCostAVX512()
|