Home
last modified time | relevance | path

Searched refs:MEMMOVE (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-undefined-memory-manipulation.cpp135 #define MEMMOVE memmove(&p, &c, sizeof(int)); in notTriviallyCopyable() macro
136 MEMMOVE in notTriviallyCopyable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp48 case RTLIB::MEMMOVE: in EmitSpecializedLibcall()
246 RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp49 case RTLIB::MEMMOVE: in EmitSpecializedLibcall()
253 RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
DARMISelLowering.cpp366 { RTLIB::MEMMOVE, "__aeabi_memmove", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID }, in ARMTargetLowering()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp48 case RTLIB::MEMMOVE: in EmitSpecializedLibcall()
246 Alignment.value(), RTLIB::MEMMOVE); in EmitTargetCodeForMemmove()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp160 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
DWebAssemblyPeephole.cpp158 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
DWebAssemblyRuntimeLibcallSignatures.cpp323 Table[RTLIB::MEMMOVE] = iPTR_func_iPTR_iPTR_iPTR; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp160 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
DWebAssemblyPeephole.cpp163 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
DWebAssemblyRuntimeLibcallSignatures.cpp327 Table[RTLIB::MEMMOVE] = iPTR_func_iPTR_iPTR_iPTR; in RuntimeLibcallSignatureTable()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPeephole.cpp147 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in runOnMachineFunction()
DWebAssemblyStoreResults.cpp163 Name == TLI.getLibcallName(RTLIB::MEMMOVE) || in optimizeCall()
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h334 MEMMOVE, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp663 TLI.getLibcallName(RTLIB::MEMMOVE) == StringRef("memmove")) || in returnTypeIsEligibleForTailCall()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp665 TLI.getLibcallName(RTLIB::MEMMOVE) == StringRef("memmove")) || in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def392 HANDLE_LIBCALL(MEMMOVE, "memmove")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def411 HANDLE_LIBCALL(MEMMOVE, "memmove")
/external/antlr/runtime/C/
DChangeLog217 Correctly define the MEMMOVE macro which was inadvertently left to be
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp353 Names[RTLIB::MEMMOVE] = "memmove"; in InitLibcallNames()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4724 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
4726 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMMOVE), in getMemmove()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6428 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
6430 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMMOVE), in getMemmove()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp424 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6548 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
6550 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMMOVE), in getMemmove()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp593 RTLibcall = RTLIB::MEMMOVE; in createMemLibcall()

12