Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h339 virtual bool fastLowerArguments();
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp177 bool fastLowerArguments() override;
649 bool WebAssemblyFastISel::fastLowerArguments() { in fastLowerArguments() function in WebAssemblyFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp144 bool fastLowerArguments() override;
1317 bool MipsFastISel::fastLowerArguments() { in fastLowerArguments() function in MipsFastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp144 if (!fastLowerArguments()) in lowerArguments()
1893 bool FastISel::fastLowerArguments() { return false; } in fastLowerArguments() function in FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp105 bool fastLowerArguments() override;
2370 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments() function in PPCFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp181 bool fastLowerArguments() override;
3076 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments() function in ARMFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp68 bool fastLowerArguments() override;
3125 bool X86FastISel::fastLowerArguments() { in fastLowerArguments() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp149 bool fastLowerArguments() override;
2900 bool AArch64FastISel::fastLowerArguments() { in fastLowerArguments() function in AArch64FastISel