Searched refs:WebAssemblyFastISel (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 51 class WebAssemblyFastISel final : public FastISel { class 202 WebAssemblyFastISel(FunctionLoweringInfo &FuncInfo, in WebAssemblyFastISel() function in __anon626f7eac0111::WebAssemblyFastISel 216 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress() 387 void WebAssemblyFastISel::materializeLoadStoreOperands(Address &Addr) { in materializeLoadStoreOperands() 402 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands() 422 unsigned WebAssemblyFastISel::maskI1Value(unsigned Reg, const Value *V) { in maskI1Value() 426 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, in getRegForI1Value() 444 unsigned WebAssemblyFastISel::zeroExtendToI32(unsigned Reg, const Value *V, in zeroExtendToI32() 480 unsigned WebAssemblyFastISel::signExtendToI32(unsigned Reg, const Value *V, in signExtendToI32() 516 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, in zeroExtend() [all …]
|