Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp50 class WebAssemblyFastISel final : public FastISel { class
197 WebAssemblyFastISel(FunctionLoweringInfo &FuncInfo, in WebAssemblyFastISel() function in __anon65c867600111::WebAssemblyFastISel
578 unsigned WebAssemblyFastISel::notValue(unsigned Reg) { in notValue()
588 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue()
634 bool WebAssemblyFastISel::fastLowerArguments() { in fastLowerArguments()
751 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall()
991 bool WebAssemblyFastISel::selectZExt(const Instruction *I) { in selectZExt()
1008 bool WebAssemblyFastISel::selectSExt(const Instruction *I) { in selectSExt()
1301 bool WebAssemblyFastISel::selectBr(const Instruction *I) { in selectBr()
1329 bool WebAssemblyFastISel::selectRet(const Instruction *I) { in selectRet()
[all …]