Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h341 virtual bool fastLowerArguments();
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp179 bool fastLowerArguments() override;
635 bool WebAssemblyFastISel::fastLowerArguments() { in fastLowerArguments() function in WebAssemblyFastISel
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp146 bool fastLowerArguments() override;
1305 bool MipsFastISel::fastLowerArguments() { in fastLowerArguments() function in MipsFastISel
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp111 bool fastLowerArguments() override;
2376 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments() function in PPCFastISel
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp144 if (!fastLowerArguments()) in lowerArguments()
1824 bool FastISel::fastLowerArguments() { return false; } in fastLowerArguments() function in FastISel
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp156 bool fastLowerArguments() override;
3004 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments() function in ARMFastISel
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp68 bool fastLowerArguments() override;
3038 bool X86FastISel::fastLowerArguments() { in fastLowerArguments() function in X86FastISel
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp152 bool fastLowerArguments() override;
2879 bool AArch64FastISel::fastLowerArguments() { in fastLowerArguments() function in AArch64FastISel