/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomTreeUpdater.cpp | 28 const auto *To = Update.getTo(); in isUpdateValid() local 317 void DomTreeUpdater::insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() 342 void DomTreeUpdater::insertEdgeRelaxed(BasicBlock *From, BasicBlock *To) { in insertEdgeRelaxed() 363 void DomTreeUpdater::deleteEdge(BasicBlock *From, BasicBlock *To) { in deleteEdge() 388 void DomTreeUpdater::deleteEdgeRelaxed(BasicBlock *From, BasicBlock *To) { in deleteEdgeRelaxed() 476 BasicBlock *To = U.getTo(); in dump() local
|
D | AliasAnalysisSummary.h | 151 InterfaceValue From, To; member 229 InstantiatedValue From, To; member
|
D | CFLGraph.h | 231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge() 251 void addLoadEdge(Value *From, Value *To) { addDerefEdge(From, To, true); } in addLoadEdge() 252 void addStoreEdge(Value *From, Value *To) { addDerefEdge(From, To, false); } in addStoreEdge()
|
D | MemorySSAUpdater.cpp | 522 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { in removeEdge() 530 const BasicBlock *To) { in removeDuplicatePhiEdgesBetween() 1172 void MemorySSAUpdater::moveAllAccesses(BasicBlock *From, BasicBlock *To, in moveAllAccesses() 1208 BasicBlock *To, in moveAllAfterSpliceBlocks() 1218 void MemorySSAUpdater::moveAllAfterMergeBlocks(BasicBlock *From, BasicBlock *To, in moveAllAfterMergeBlocks() 1405 const BasicBlock *To) { in changeCondBranchToUnconditionalTo()
|
D | AliasAnalysisSummary.cpp | 89 auto To = instantiateInterfaceValue(ERelation.To, Call); in instantiateExternalRelation() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CFGUpdate.h | 34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() 76 NodePtr To = U.getTo(); in LegalizeUpdates() local
|
/third_party/typescript/tests/cases/compiler/ |
D | intersectionsAndOptionalProperties.ts | 12 interface To { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 514 MVT::SimpleValueType To) { in zeroExtend() 536 MVT::SimpleValueType To) { in signExtend() 558 MVT::SimpleValueType To = getLegalType(From); in getRegForUnsignedValue() local 567 MVT::SimpleValueType To = getLegalType(From); in getRegForSignedValue() local 970 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt() local 987 MVT::SimpleValueType To = getLegalType(getSimpleType(SExt->getType())); in selectSExt() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 149 BasicBlock *To; variable 157 BasicBlock *To, Value *Cond) in PredicateWithEdge()
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 59 #define OT_DISTANCE(From,To) ((unsigned int) \ argument 85 #define OT_OFFSET(From, To) /* Offset from From to To in bytes */ \ argument
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 59 #define OT_DISTANCE(From,To) ((unsigned int) \ argument 85 #define OT_OFFSET(From, To) /* Offset from From to To in bytes */ \ argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 59 #define OT_DISTANCE(From,To) ((unsigned int) \ argument 85 #define OT_OFFSET(From, To) /* Offset from From to To in bytes */ \ argument
|
D | hb-meta.hh | 135 #define hb_is_convertible(From,To) std::is_convertible<From, To>::value argument 143 #define hb_is_cr_convertible(From,To) hb_is_cr_convertible<From, To>::value argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 63 bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() 83 template <class NodeRef> bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge()
|
D | TinyPtrVector.h | 332 iterator insert(iterator I, ItTy From, ItTy To) { in insert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXProxyRegErasure.cpp | 111 MachineOperand &To) { in replaceRegisterUsage()
|
D | NVPTXImageOptimizer.cpp | 147 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | StringView.h | 54 StringView substr(size_t From, size_t To) const { in substr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceRegAlloc.h | 86 void moveItem(UnorderedRanges &From, SizeT Index, UnorderedRanges &To) { in moveItem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | BlockVerifier.cpp | 61 Error BlockVerifier::transition(State To) { in transition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCOptAddrMode.cpp | 389 bool ARCOptAddrMode::canHoistLoadStoreTo(MachineInstr *Ldst, MachineInstr *To) { in canHoistLoadStoreTo() 416 bool ARCOptAddrMode::canSinkLoadStoreTo(MachineInstr *Ldst, MachineInstr *To) { in canSinkLoadStoreTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | User.cpp | 20 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 60 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 585 void StructurizeCFG::delPhiValues(BasicBlock *From, BasicBlock *To) { in delPhiValues() 596 void StructurizeCFG::addPhiValues(BasicBlock *From, BasicBlock *To) { in addPhiValues() 609 BasicBlock *To = AddedPhi.first; in setPhiValues() local
|
D | CallSiteSplitting.cpp | 132 static void recordCondition(CallSite CS, BasicBlock *From, BasicBlock *To, in recordCondition() 158 BasicBlock *To = Pred; in recordConditions() local
|