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

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

Completed in 352 milliseconds