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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h349 virtual bool fastLowerIntrinsicCall(const IntrinsicInst *II);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1520 return fastLowerIntrinsicCall(II);
1997 bool FastISel::fastLowerIntrinsicCall(const IntrinsicInst * /*II*/) { function in class:FastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp148 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
1587 bool MipsFastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { function in class:MipsFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp79 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
2593 bool X86FastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { function in class:X86FastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp153 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
3476 bool AArch64FastISel::fastLowerIntrinsicCall(const IntrinsicInst *II) { function in class:AArch64FastISel

Completed in 130 milliseconds