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