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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp180 bool SelectCall(const Instruction *I, const char *IntrMemName);
2293 bool ARMFastISel::SelectCall(const Instruction *I, function in class:ARMFastISel
2552 return SelectCall(&I, IntrMemName);
2566 return SelectCall(&I, "memset");
2871 return SelectCall(I);

Completed in 110 milliseconds