Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp26 ConstantInt *CopyLen, Align SrcAlign, Align DstAlign, bool SrcIsVolatile, in createMemCpyLoopKnownSize() argument
181 createMemCpyLoopUnknownSize(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,bool CanOverlap,const TargetTransformInfo & TTI,std::optional<uint32_t> AtomicElementSize) createMemCpyLoopUnknownSize() argument
371 createMemMoveLoop(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,const TargetTransformInfo & TTI) createMemMoveLoop() argument
460 createMemSetLoop(Instruction * InsertBefore,Value * DstAddr,Value * CopyLen,Value * SetValue,Align DstAlign,bool IsVolatile) createMemSetLoop() argument
546 Align DstAlign = Memmove->getDestAlign().valueOrOne(); expandMemMoveAsLoop() local
[all...]
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp165 CreateMemSetInline(Value * Dst,MaybeAlign DstAlign,Value * Val,Value * Size,bool IsVolatile,MDNode * TBAATag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateMemSetInline() argument
221 CreateMemTransferInst(Intrinsic::ID IntrID,Value * Dst,MaybeAlign DstAlign,Value * Src,MaybeAlign SrcAlign,Value * Size,bool isVolatile,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateMemTransferInst() argument
258 CreateElementUnorderedAtomicMemCpy(Value * Dst,Align DstAlign,Value * Src,Align SrcAlign,Value * Size,uint32_t ElementSize,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemCpy() argument
374 CreateElementUnorderedAtomicMemMove(Value * Dst,Align DstAlign,Value * Src,Align SrcAlign,Value * Size,uint32_t ElementSize,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemMove() argument
[all...]
H A DCore.cpp3753 LLVMBuildMemCpy(LLVMBuilderRef B,LLVMValueRef Dst,unsigned DstAlign,LLVMValueRef Src,unsigned SrcAlign,LLVMValueRef Size) LLVMBuildMemCpy() argument
3762 LLVMBuildMemMove(LLVMBuilderRef B,LLVMValueRef Dst,unsigned DstAlign,LLVMValueRef Src,unsigned SrcAlign,LLVMValueRef Size) LLVMBuildMemMove() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp919 Align DstAlign = std::max(Flags.getNonZeroByValAlign(), handleAssignments() local
1263 copyArgumentMemory(const ArgInfo & Arg,Register DstPtr,Register SrcPtr,const MachinePointerInfo & DstPtrInfo,Align DstAlign,const MachinePointerInfo & SrcPtrInfo,Align SrcAlign,uint64_t MemSize,CCValAssign & VA) const copyArgumentMemory() argument
H A DLegalizerHelper.cpp8699 Align DstAlign = DstMMO.getBaseAlign(); lowerMemcpyInline() local
8708 lowerMemcpyInline(MachineInstr & MI,Register Dst,Register Src,uint64_t KnownLen,Align DstAlign,Align SrcAlign,bool IsVolatile) lowerMemcpyInline() argument
8718 lowerMemcpy(MachineInstr & MI,Register Dst,Register Src,uint64_t KnownLen,uint64_t Limit,Align DstAlign,Align SrcAlign,bool IsVolatile) lowerMemcpy() argument
8825 lowerMemmove(MachineInstr & MI,Register Dst,Register Src,uint64_t KnownLen,Align DstAlign,Align SrcAlign,bool IsVolatile) lowerMemmove() argument
8941 Align DstAlign = MemOp->getBaseAlign(); lowerMemCpyFamily() local
[all...]
H A DIRTranslator.cpp1714 Align DstAlign; translateMemFunc() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1152 const Align DstAlign = *MC->getDestAlign(); getNumMemOps() local
1167 const Align DstAlign = *MS->getDestAlign(); getNumMemOps() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6459 Align DstAlign = MCI.getDestAlign().valueOrOne(); visitIntrinsicCall() local
6481 Align DstAlign = MCI.getDestAlign().valueOrOne(); visitIntrinsicCall() local
6518 Align DstAlign = MSII.getDestAlign().valueOrOne(); visitIntrinsicCall() local
6535 Align DstAlign = MMI.getDestAlign().valueOrOne(); visitIntrinsicCall() local
9019 Align DstAlign = DAG.InferPtrAlign(Dst).valueOrOne(); visitMemPCpyCall() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp116 Align DstAlign = getKnownAlignment(MI->getRawDest(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3443 MaybeAlign DstAlign = SliceAlign; visitMemTransferInst() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h120 Align DstAlign; // Specified alignment of the memory operation. global() member