Searched refs:SelectAddrOperands (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelDAGToDAG.cpp | 80 bool SelectAddrOperands(MVT AddrType, unsigned ConstOpc, SDValue Op, 338 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, in SelectAddrOperands() function in WebAssemblyDAGToDAGISel 400 return SelectAddrOperands(MVT::i32, WebAssembly::CONST_I32, Op, Offset, Addr); in SelectAddrOperands32() 405 return SelectAddrOperands(MVT::i64, WebAssembly::CONST_I64, Op, Offset, Addr); in SelectAddrOperands64()
|