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.h342 virtual bool fastLowerArguments();
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp183 bool fastLowerArguments() override;
643 bool WebAssemblyFastISel::fastLowerArguments() { in fastLowerArguments() function in WebAssemblyFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp146 bool fastLowerArguments() override;
1305 bool MipsFastISel::fastLowerArguments() { in fastLowerArguments() function in MipsFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp110 bool fastLowerArguments() override;
2377 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments() function in PPCFastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp144 if (!fastLowerArguments()) in lowerArguments()
1948 bool FastISel::fastLowerArguments() { return false; } in fastLowerArguments() function in FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp156 bool fastLowerArguments() override;
3006 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments() function in ARMFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp68 bool fastLowerArguments() override;
3089 bool X86FastISel::fastLowerArguments() { in fastLowerArguments() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp154 bool fastLowerArguments() override;
2902 bool AArch64FastISel::fastLowerArguments() { in fastLowerArguments() function in AArch64FastISel