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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h337 virtual bool fastSelectInstruction(const Instruction *I) = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp201 bool fastSelectInstruction(const Instruction *I) override;
1353 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) { function in class:WebAssemblyFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp455 !fastSelectInstruction(cast<Instruction>(Op)))
1701 if (fastSelectInstruction(I)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp267 bool fastSelectInstruction(const Instruction *I) override;
2035 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { function in class:MipsFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp108 bool fastSelectInstruction(const Instruction *I) override;
1937 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { function in class:PPCFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp155 bool fastSelectInstruction(const Instruction *I) override;
2818 bool ARMFastISel::fastSelectInstruction(const Instruction *I) { function in class:ARMFastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp68 bool fastSelectInstruction(const Instruction *I) override;
3598 X86FastISel::fastSelectInstruction(const Instruction *I) { function in class:X86FastISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp300 bool fastSelectInstruction(const Instruction *I) override;
5158 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) { function in class:AArch64FastISel

Completed in 170 milliseconds