Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3551 static const RTLIB::Libcall LibCallTable[4][2] = { in fastLowerIntrinsicCall() local
3562 LC = LibCallTable[0][Is64Bit]; in fastLowerIntrinsicCall()
3565 LC = LibCallTable[1][Is64Bit]; in fastLowerIntrinsicCall()
3568 LC = LibCallTable[2][Is64Bit]; in fastLowerIntrinsicCall()
3571 LC = LibCallTable[3][Is64Bit]; in fastLowerIntrinsicCall()