Home
last modified time | relevance | path

Searched refs:RemainingOps (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp116 SmallVector<Type *, 5> RemainingOps; in createMemCpyLoopKnownSize() local
117 TTI.getMemcpyLoopResidualLoweringType(RemainingOps, Ctx, RemainingBytes, in createMemCpyLoopKnownSize()
121 for (auto *OpTy : RemainingOps) { in createMemCpyLoopKnownSize()
741 SmallVector<Type *, 5> RemainingOps; in createMemMoveLoopKnownSize() local
742 TTI.getMemcpyLoopResidualLoweringType(RemainingOps, Ctx, RemainingBytes, in createMemMoveLoopKnownSize()
745 for (auto *OpTy : RemainingOps) { in createMemMoveLoopKnownSize()
821 SmallVector<Type *, 5> RemainingOps; in createMemMoveLoopKnownSize() local
822 TTI.getMemcpyLoopResidualLoweringType(RemainingOps, Ctx, RemainingBytes, in createMemMoveLoopKnownSize()
825 for (auto *OpTy : RemainingOps) in createMemMoveLoopKnownSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp2004 unsigned RemainingOps = NumOps - CurOp - 2 * HasTwoConditionalOps; in encodeInstruction() local
2005 while (RemainingOps) { in encodeInstruction()
2009 --RemainingOps; in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2042 int64_t &OffsetInBytes, SmallVectorImpl<uint64_t> &RemainingOps) const { in extractLeadingOffset()
2044 RemainingOps.clear(); in extractLeadingOffset()
2076 RemainingOps.append(ExprOpIt.getBase(), ExprOpEnd.getBase()); in extractLeadingOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3586 SmallVectorImpl<uint64_t> &RemainingOps) const;