Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h325 virtual bool fastSelectInstruction(const Instruction *I) = 0;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp172 bool fastSelectInstruction(const Instruction *I) override;
1155 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in WebAssemblyFastISel
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp218 bool fastSelectInstruction(const Instruction *I) override;
1780 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in MipsFastISel
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp253 !fastSelectInstruction(cast<Instruction>(Op))) in materializeConstant()
1415 if (fastSelectInstruction(I)) { in selectInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp108 bool fastSelectInstruction(const Instruction *I) override;
1852 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in PPCFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp126 bool fastSelectInstruction(const Instruction *I) override;
2802 bool ARMFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp69 bool fastSelectInstruction(const Instruction *I) override;
3402 X86FastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in X86FastISel
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp255 bool fastSelectInstruction(const Instruction *I) override;
4910 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in AArch64FastISel