Searched refs:CopyLen (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp29 unsigned CopyLen = ConstantSize->getZExtValue(); local
30 unsigned StoresNumEstimate = alignTo(CopyLen, Alignment) >> Log2(Alignment);
38 DAG.getConstant(CopyLen, dl, MVT::i64),
H A DBPFInstrInfo.cpp48 uint64_t CopyLen = MI->getOperand(2).getImm(); local
76 unsigned IterationNum = CopyLen >> Log2_64(Alignment);
86 unsigned BytesLeft = CopyLen & (Alignment - 1);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLowerMemIntrinsics.h31 Value *DstAddr, Value *CopyLen,
39 Value *DstAddr, ConstantInt *CopyLen,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp18 Value *DstAddr, ConstantInt *CopyLen,
23 if (CopyLen->isZero())
35 Type *TypeOfCopyLen = CopyLen->getType();
37 Ctx, CopyLen, SrcAS, DstAS, SrcAlign.value(), DstAlign.value());
40 uint64_t LoopEndCount = CopyLen->getZExtValue() / LoopOpSize;
88 uint64_t RemainingBytes = CopyLen->getZExtValue() - BytesCopied;
129 assert(BytesCopied == CopyLen->getZExtValue() &&
135 Value *CopyLen, Align SrcAlign,
150 Ctx, CopyLen, SrcAS, DstAS, SrcAlign.value(), DstAlign.value());
165 Type *CopyLenType = CopyLen
17 createMemCpyLoopKnownSize(Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, ConstantInt *CopyLen, Align SrcAlign, Align DstAlign, bool SrcIsVolatile, bool DstIsVolatile, const TargetTransformInfo &TTI) argument
133 createMemCpyLoopUnknownSize(Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, Value *CopyLen, Align SrcAlign, Align DstAlign, bool SrcIsVolatile, bool DstIsVolatile, const TargetTransformInfo &TTI) argument
291 createMemMoveLoop(Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, Value *CopyLen, Align SrcAlign, Align DstAlign, bool SrcIsVolatile, bool DstIsVolatile) argument
378 createMemSetLoop(Instruction *InsertBefore, Value *DstAddr, Value *CopyLen, Value *SetValue, Align DstAlign, bool IsVolatile) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp110 ConstantInt *CopyLen = local
115 /* CopyLen */ CopyLen,

Completed in 177 milliseconds