Searched refs:WebAssemblyFastISel (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 51 class WebAssemblyFastISel final : public FastISel { class 198 WebAssemblyFastISel(FunctionLoweringInfo &FuncInfo, in WebAssemblyFastISel() function in __anona62ec1030111::WebAssemblyFastISel 212 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress() 383 void WebAssemblyFastISel::materializeLoadStoreOperands(Address &Addr) { in materializeLoadStoreOperands() 398 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() 418 unsigned WebAssemblyFastISel::maskI1Value(unsigned Reg, const Value *V) { in maskI1Value() 422 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, in getRegForI1Value() 440 unsigned WebAssemblyFastISel::zeroExtendToI32(unsigned Reg, const Value *V, in zeroExtendToI32() 476 unsigned WebAssemblyFastISel::signExtendToI32(unsigned Reg, const Value *V, in signExtendToI32() 512 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, in zeroExtend() [all …]
|
| H A D | CMakeLists.txt | 28 WebAssemblyFastISel.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/ |
| H A D | BUILD.gn | 44 "WebAssemblyFastISel.cpp",
|