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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h316 virtual bool fastSelectInstruction(const Instruction *I) = 0;
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp190 bool fastSelectInstruction(const Instruction *I) override;
1389 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { function in class:MipsFastISel
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp250 !fastSelectInstruction(cast<Instruction>(Op)))
1350 if (fastSelectInstruction(I)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp107 bool fastSelectInstruction(const Instruction *I) override;
1817 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { function in class:PPCFastISel
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp135 bool fastSelectInstruction(const Instruction *I) override;
2810 bool ARMFastISel::fastSelectInstruction(const Instruction *I) { function in class:ARMFastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp68 bool fastSelectInstruction(const Instruction *I) override;
3185 X86FastISel::fastSelectInstruction(const Instruction *I) { function in class:X86FastISel
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp255 bool fastSelectInstruction(const Instruction *I) override;
4890 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) { function in class:AArch64FastISel

Completed in 197 milliseconds