Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp176 bool SelectCall(const Instruction *I, const char *IntrMemName);
2290 bool ARMFastISel::SelectCall(const Instruction *I, in SelectCall() function in ARMFastISel
2549 return SelectCall(&I, IntrMemName); in SelectIntrinsicCall()
2563 return SelectCall(&I, "memset"); in SelectIntrinsicCall()
2868 return SelectCall(I); in fastSelectInstruction()