Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp45 class WebAssemblyFastISel final : public FastISel { class
196 WebAssemblyFastISel(FunctionLoweringInfo &FuncInfo, in WebAssemblyFastISel() function in __anon626f7eac0111::WebAssemblyFastISel
210 bool WebAssemblyFastISel::computeAddress(const Value *Obj, Address &Addr) { in computeAddress()
393 void WebAssemblyFastISel::materializeLoadStoreOperands(Address &Addr) { in materializeLoadStoreOperands()
408 void WebAssemblyFastISel::addLoadStoreOperands(const Address &Addr, in addLoadStoreOperands()
428 unsigned WebAssemblyFastISel::maskI1Value(unsigned Reg, const Value *V) { in maskI1Value()
432 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, in getRegForI1Value()
450 unsigned WebAssemblyFastISel::zeroExtendToI32(unsigned Reg, const Value *V, in zeroExtendToI32()
486 unsigned WebAssemblyFastISel::signExtendToI32(unsigned Reg, const Value *V, in signExtendToI32()
522 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, in zeroExtend()
[all …]