Searched refs:TargetSelectInstruction (Results 1 - 7 of 7) sorted by path

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h176 TargetSelectInstruction(const Instruction *I) = 0;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp231 !TargetSelectInstruction(cast<Instruction>(Op)))
969 if (TargetSelectInstruction(I)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp159 bool TargetSelectInstruction(const Instruction *I) override;
1936 bool AArch64FastISel::TargetSelectInstruction(const Instruction *I) { function in class:AArch64FastISel
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp135 bool TargetSelectInstruction(const Instruction *I) override;
2808 bool ARMFastISel::TargetSelectInstruction(const Instruction *I) { function in class:ARMFastISel
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp66 bool TargetSelectInstruction(const Instruction *I) override;
305 bool MipsFastISel::TargetSelectInstruction(const Instruction *I) { function in class:__anon26050::MipsFastISel
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp104 bool TargetSelectInstruction(const Instruction *I) override;
1762 bool PPCFastISel::TargetSelectInstruction(const Instruction *I) { function in class:PPCFastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp67 bool TargetSelectInstruction(const Instruction *I) override;
3112 X86FastISel::TargetSelectInstruction(const Instruction *I) { function in class:X86FastISel

Completed in 4145 milliseconds