Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h338 virtual bool fastSelectInstruction(const Instruction *I) = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp209 bool fastSelectInstruction(const Instruction *I) override;
1402 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in WebAssemblyFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp262 bool fastSelectInstruction(const Instruction *I) override;
2028 bool MipsFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in MipsFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp105 bool fastSelectInstruction(const Instruction *I) override;
1938 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in PPCFastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp317 !fastSelectInstruction(cast<Instruction>(Op))) in materializeConstant()
1662 if (fastSelectInstruction(I)) { in selectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp151 bool fastSelectInstruction(const Instruction *I) override;
2826 bool ARMFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in ARMFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp59 bool fastSelectInstruction(const Instruction *I) override;
3639 X86FastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp292 bool fastSelectInstruction(const Instruction *I) override;
5109 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction() function in AArch64FastISel