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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h338 virtual bool fastSelectInstruction(const Instruction *I) = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp202 bool fastSelectInstruction(const Instruction *I) override;
1360 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) { function in class:WebAssemblyFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp456 !fastSelectInstruction(cast<Instruction>(Op)))
1663 if (fastSelectInstruction(I)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp267 bool fastSelectInstruction(const Instruction *I) override;
2037 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { function in class:MipsFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp107 bool fastSelectInstruction(const Instruction *I) override;
1937 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { function in class:PPCFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp156 bool fastSelectInstruction(const Instruction *I) override;
2823 bool ARMFastISel::fastSelectInstruction(const Instruction *I) { function in class:ARMFastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp69 bool fastSelectInstruction(const Instruction *I) override;
3603 X86FastISel::fastSelectInstruction(const Instruction *I) { function in class:X86FastISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp300 bool fastSelectInstruction(const Instruction *I) override;
5159 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) { function in class:AArch64FastISel

Completed in 133 milliseconds