Home
last modified time | relevance | path

Searched defs:To (Results 1 – 25 of 110) 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()
DAliasAnalysisSummary.cpp89 auto To = instantiateInterfaceValue(ERelation.To, Call); in instantiateExternalRelation() local
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()
/third_party/boost/boost/algorithm/string/detail/
Dsequence.hpp57 BOOST_STRING_TYPENAME InputT::iterator To ) in erase()
170 BOOST_STRING_TYPENAME InputT::iterator To, in replace()
182 BOOST_STRING_TYPENAME InputT::iterator To, in replace()
/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/boost/boost/atomic/detail/
Dbitwise_cast.hpp47 BOOST_FORCEINLINE void clear_tail_padding_bits(To&, atomics::detail::false_type) BOOST_NOEXCEPT in clear_tail_padding_bits() argument
/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
/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/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()
/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/boost/libs/hana/test/core/
Dto.cpp53 using To = hana::tag_of_t<T>; in check_convert() typedef
/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/boost/boost/algorithm/string/
Dclassification.hpp219 inline detail::is_from_rangeF<CharT> is_from_range(CharT From, CharT To) in is_from_range()
/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/boost/boost/units/
Dabsolute.hpp133 #define BOOST_UNITS_DEFINE_CONVERSION_OFFSET(From, To, type_, value_) \ argument
/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/include/llvm/IR/
DConstants.h60 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()

12345