Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h329 virtual bool fastLowerArguments();
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp146 bool fastLowerArguments() override;
559 bool WebAssemblyFastISel::fastLowerArguments() { in fastLowerArguments() function in WebAssemblyFastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp116 if (!fastLowerArguments()) in lowerArguments()
1691 bool FastISel::fastLowerArguments() { return false; } in fastLowerArguments() function in FastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp113 bool fastLowerArguments() override;
2255 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp131 bool fastLowerArguments() override;
2982 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp78 bool fastLowerArguments() override;
2890 bool X86FastISel::fastLowerArguments() { in fastLowerArguments() function in X86FastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp109 bool fastLowerArguments() override;
2820 bool AArch64FastISel::fastLowerArguments() { in fastLowerArguments() function in AArch64FastISel