Home
last modified time | relevance | path

Searched refs:IsMemcpy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp137 z3::expr IsMemcpy = Type == (int)FunctionType::MEMCPY; in RandomFunctionGenerator() local
138 z3::expr ExploreAlignment = IsMemcpy && kExploreAlignmentArg; in RandomFunctionGenerator()
144 Solver.add(IsMemcpy || in RandomFunctionGenerator()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp145 Align Alignment, bool IsMemcpy) { in shouldGenerateInlineTPLoop() argument
157 if (!IsMemcpy) in shouldGenerateInlineTPLoop()
H A DARMISelLowering.cpp11652 Register TotalIterationsReg, bool IsMemcpy) { in genTPLoopBody() argument
11657 if (IsMemcpy) { in genTPLoopBody()
11712 if (IsMemcpy) { in genTPLoopBody()
11843 bool IsMemcpy = MI.getOpcode() == ARM::MVE_MEMCPYLOOPINST; in EmitInstrWithCustomInserter() local
11845 OpDestReg, OpSizeReg, TotalIterationsReg, IsMemcpy); in EmitInstrWithCustomInserter()