Searched refs:TargetSelectInstruction (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h174 TargetSelectInstruction(const Instruction *I) = 0;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp227 !TargetSelectInstruction(cast<Instruction>(Op)))
856 if (TargetSelectInstruction(I)) {
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp105 virtual bool TargetSelectInstruction(const Instruction *I);
1743 bool PPCFastISel::TargetSelectInstruction(const Instruction *I) { function in class:PPCFastISel
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp145 virtual bool TargetSelectInstruction(const Instruction *I);
2886 bool ARMFastISel::TargetSelectInstruction(const Instruction *I) { function in class:ARMFastISel
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp65 virtual bool TargetSelectInstruction(const Instruction *I);
2310 X86FastISel::TargetSelectInstruction(const Instruction *I) { function in class:X86FastISel

Completed in 203 milliseconds