Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h335 virtual bool fastLowerArguments();
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp179 bool fastLowerArguments() override;
635 bool WebAssemblyFastISel::fastLowerArguments() { in fastLowerArguments() function in WebAssemblyFastISel
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp146 bool fastLowerArguments() override;
1305 bool MipsFastISel::fastLowerArguments() { in fastLowerArguments() function in MipsFastISel
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp110 bool fastLowerArguments() override;
2375 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments() function in PPCFastISel
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp144 if (!fastLowerArguments()) in lowerArguments()
1825 bool FastISel::fastLowerArguments() { return false; } in fastLowerArguments() function in FastISel
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp156 bool fastLowerArguments() override;
3007 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments() function in ARMFastISel
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp68 bool fastLowerArguments() override;
3036 bool X86FastISel::fastLowerArguments() { in fastLowerArguments() function in X86FastISel
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp152 bool fastLowerArguments() override;
2903 bool AArch64FastISel::fastLowerArguments() { in fastLowerArguments() function in AArch64FastISel