Home
last modified time | relevance | path

Searched defs:To (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp28 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
DAliasAnalysisSummary.h151 InterfaceValue From, To; member
229 InstantiatedValue From, To; member
DCFLGraph.h231 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()
DMemorySSAUpdater.cpp522 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()
DAliasAnalysisSummary.cpp89 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/
DCFGUpdate.h34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update()
76 NodePtr To = U.getTo(); in LegalizeUpdates() local
/third_party/typescript/tests/cases/compiler/
DintersectionsAndOptionalProperties.ts12 interface To { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp514 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/
DPredicateInfo.h149 BasicBlock *To; variable
157 BasicBlock *To, Value *Cond) in PredicateWithEdge()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh59 #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/
Dhb-ot-shape-complex-arabic-win1256.hh59 #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/
Dhb-ot-shape-complex-arabic-win1256.hh59 #define OT_DISTANCE(From,To) ((unsigned int) \ argument
85 #define OT_OFFSET(From, To) /* Offset from From to To in bytes */ \ argument
Dhb-meta.hh135 #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/
DPostOrderIterator.h63 bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge()
83 template <class NodeRef> bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge()
DTinyPtrVector.h332 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/
DNVPTXProxyRegErasure.cpp111 MachineOperand &To) { in replaceRegisterUsage()
DNVPTXImageOptimizer.cpp147 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/
DStringView.h54 StringView substr(size_t From, size_t To) const { in substr()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegAlloc.h86 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/
DBlockVerifier.cpp61 Error BlockVerifier::transition(State To) { in transition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp389 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/
DUser.cpp20 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/
DConstants.h60 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp585 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
DCallSiteSplitting.cpp132 static void recordCondition(CallSite CS, BasicBlock *From, BasicBlock *To, in recordCondition()
158 BasicBlock *To = Pred; in recordConditions() local

12345