Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp200 bool SelectCall(const Instruction *I, const char *IntrMemName);
2359 bool ARMFastISel::SelectCall(const Instruction *I, in SelectCall() function in ARMFastISel
2621 return SelectCall(&I, IntrMemName); in SelectIntrinsicCall()
2635 return SelectCall(&I, "memset"); in SelectIntrinsicCall()
2944 return SelectCall(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc14465 {"_ZN4llvm8FastISel10SelectCallEPKNS_4UserE", "llvm::FastISel::SelectCall(llvm::User const*)"},