Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp60 bool fastSelectInstruction(const Instruction *I) override;
67 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in WebAssemblyFastISel
/external/llvm/include/llvm/CodeGen/
DFastISel.h321 virtual bool fastSelectInstruction(const Instruction *I) = 0;
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp204 bool fastSelectInstruction(const Instruction *I) override;
1767 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in MipsFastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp251 !fastSelectInstruction(cast<Instruction>(Op))) in materializeConstant()
1393 if (fastSelectInstruction(I)) { in selectInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp107 bool fastSelectInstruction(const Instruction *I) override;
1837 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp133 bool fastSelectInstruction(const Instruction *I) override;
2808 bool ARMFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp69 bool fastSelectInstruction(const Instruction *I) override;
3220 X86FastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in X86FastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp256 bool fastSelectInstruction(const Instruction *I) override;
4877 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in AArch64FastISel