Home
last modified time | relevance | path

Searched defs:DstAlign (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h102 EVT getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, in getOptimalMemOpType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp155 CallInst *IRBuilderBase::CreateMemCpy(Value *Dst, unsigned DstAlign, Value *Src, in CreateMemCpy()
165 CallInst *IRBuilderBase::CreateMemCpy(Value *Dst, MaybeAlign DstAlign, in CreateMemCpy()
204 Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, in CreateElementUnorderedAtomicMemCpy()
244 CallInst *IRBuilderBase::CreateMemMove(Value *Dst, MaybeAlign DstAlign, in CreateMemMove()
279 Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, in CreateElementUnorderedAtomicMemMove()
DCore.cpp3450 LLVMValueRef Dst, unsigned DstAlign, in LLVMBuildMemCpy()
3459 LLVMValueRef Dst, unsigned DstAlign, in LLVMBuildMemMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp858 std::vector<LLT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, in findGISelOptimalMemOpLowering()
1078 unsigned DstAlign, unsigned SrcAlign, in optimizeMemcpy()
1186 unsigned DstAlign, unsigned SrcAlign, in optimizeMemmove()
1307 unsigned DstAlign = MemOp->getBaseAlignment(); in tryCombineMemCpyFamily() local
DIRTranslator.cpp1136 unsigned DstAlign = 0, SrcAlign = 0; in translateMemFunc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp555 const unsigned DstAlign = MI->getDestAlignment(); in getMemcpyCost() local
DARMISelLowering.cpp14840 static bool memOpAlign(unsigned DstAlign, unsigned SrcAlign, in memOpAlign()
14847 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5850 unsigned DstAlign = std::max<unsigned>(MCI.getDestAlignment(), 1); in visitIntrinsicCall() local
5886 unsigned DstAlign = std::max<unsigned>(MMI.getDestAlignment(), 1); in visitIntrinsicCall() local
5906 unsigned DstAlign = MI.getDestAlignment(); in visitIntrinsicCall() local
5924 unsigned DstAlign = MI.getDestAlignment(); in visitIntrinsicCall() local
5942 unsigned DstAlign = MI.getDestAlignment(); in visitIntrinsicCall() local
7442 unsigned DstAlign = DAG.InferPtrAlignment(Dst); in visitMemPCpyCall() local
DSelectionDAG.cpp6337 SDValue Dst, unsigned DstAlign, in getAtomicMemcpy()
6441 SDValue Dst, unsigned DstAlign, in getAtomicMemmove()
6543 SDValue Dst, unsigned DstAlign, in getAtomicMemset()
DTargetLowering.cpp182 unsigned DstAlign, unsigned SrcAlign, in findOptimalMemOpLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp3236 unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, in getOptimalMemOpType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3026 MaybeAlign DstAlign = SliceAlign; in visitMemTransferInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp117 unsigned DstAlign = getKnownAlignment(MI->getRawDest(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9368 static bool memOpAlign(unsigned DstAlign, unsigned SrcAlign, in memOpAlign()
9375 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpType()
9408 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpLLT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp4272 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1323 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15147 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2254 uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, in getOptimalMemOpType()