Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp175 bool SelectCall(const Instruction *I, const char *IntrMemName);
2293 bool ARMFastISel::SelectCall(const Instruction *I, in SelectCall() function in ARMFastISel
2552 return SelectCall(&I, IntrMemName); in SelectIntrinsicCall()
2566 return SelectCall(&I, "memset"); in SelectIntrinsicCall()
2871 return SelectCall(I); in fastSelectInstruction()