Home
last modified time | relevance | path

Searched refs:MEMCPY (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp46 case RTLIB::MEMCPY: in EmitSpecializedLibcall()
143 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
147 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
186 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
DARMISelLowering.h190 MEMCPY, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp46 case RTLIB::MEMCPY: in EmitSpecializedLibcall()
143 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
147 RTLIB::MEMCPY); in EmitTargetCodeForMemcpy()
186 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
DARMISelLowering.h234 MEMCPY, enumerator
DARMScheduleA57.td139 "(t2)?STL", "(t2)?LDREX", "(t2)?STREX", "MEMCPY")>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp38 Dst = DAG.getNode(BPFISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
DBPFISelLowering.h32 MEMCPY enumerator
DBPFInstrInfo.cpp117 if (MI.getOpcode() == BPF::MEMCPY) { in expandPostRAPseudo()
DBPFISelLowering.cpp545 case BPFISD::MEMCPY: in getTargetNodeName()
627 bool isMemcpyOp = Opc == BPF::MEMCPY; in EmitInstrWithCustomInserter()
DBPFInstrInfo.td50 def BPFmemcpy : SDNode<"BPFISD::MEMCPY", SDT_BPFMEMCPY,
726 def MEMCPY : Pseudo<
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc253 MEMCPY, enumerator
361 case Event::MEMCPY: in HandleEvent()
511 Event event(Event::MEMCPY, dst, (uptr)src, size); in Memcpy()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp38 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp55 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h260 MEMCPY, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp154 bool callReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) || in optimizeCall()
DWebAssemblyPeephole.cpp137 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) || in runOnMachineFunction()
DWebAssemblyRuntimeLibcallSignatures.cpp310 Table[RTLIB::MEMCPY] = iPTR_func_iPTR_iPTR_iPTR; in RuntimeLibcallSignatureTable()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp162 bool callReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) || in optimizeCall()
DWebAssemblyPeephole.cpp146 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) || in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h332 MEMCPY, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp576 TLI.getLibcallName(RTLIB::MEMCPY) == StringRef("memcpy")) || in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def368 HANDLE_LIBCALL(MEMCPY, "memcpy")
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp352 Names[RTLIB::MEMCPY] = "memcpy"; in InitLibcallNames()

12