OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fastSelectInstruction
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
60
bool
fastSelectInstruction
(const Instruction *I) override;
67
bool WebAssemblyFastISel::
fastSelectInstruction
(const Instruction *I) {
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
204
bool
fastSelectInstruction
(const Instruction *I) override;
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
107
bool
fastSelectInstruction
(const Instruction *I) override;
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
256
bool
fastSelectInstruction
(const Instruction *I) override;
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
133
bool
fastSelectInstruction
(const Instruction *I) override;
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
69
bool
fastSelectInstruction
(const Instruction *I) override;
[
all
...]
Completed in 386 milliseconds