Home
last modified time | relevance | path

Searched defs:Destination (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceUtils.h32 D Destination; in bitCopy() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h77 Instruction *Destination) : in Dependence()
DLoopAccessAnalysis.h148 unsigned Destination; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp192 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h70 const MachineOperand *Destination; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp256 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp124 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() local
/third_party/python/Tools/clinic/
Dclinic.py1808 class Destination: class