Searched defs:IntrMemName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMFastISel.cpp | 2294 SelectCall(const Instruction * I,const char * IntrMemName=nullptr) SelectCall() argument |
/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsFastISel.cpp | 1656 const char *IntrMemName = isa<MemCpyInst>(II) ? "memcpy" : "memmove"; fastLowerIntrinsicCall() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64FastISel.cpp | 3517 const char *IntrMemName = isa<MemCpyInst>(II) ? "memcpy" : "memmove"; fastLowerIntrinsicCall() local |