Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h325 virtual bool fastLowerArguments();
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp114 if (!fastLowerArguments()) in lowerArguments()
1668 bool FastISel::fastLowerArguments() { return false; } in fastLowerArguments() function in FastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp112 bool fastLowerArguments() override;
2245 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp138 bool fastLowerArguments() override;
2989 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp78 bool fastLowerArguments() override;
2715 bool X86FastISel::fastLowerArguments() { in fastLowerArguments() function in X86FastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp110 bool fastLowerArguments() override;
2794 bool AArch64FastISel::fastLowerArguments() { in fastLowerArguments() function in AArch64FastISel