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