Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp39 class WebAssemblyDAGToDAGISel final : public SelectionDAGISel { class
45 WebAssemblyDAGToDAGISel() = delete;
47 WebAssemblyDAGToDAGISel(WebAssemblyTargetMachine &TM, in WebAssemblyDAGToDAGISel() function in __anonf43204790111::WebAssemblyDAGToDAGISel
90 ID, std::make_unique<WebAssemblyDAGToDAGISel>(TM, OptLevel)) {} in WebAssemblyDAGToDAGISelLegacy()
99 void WebAssemblyDAGToDAGISel::PreprocessISelDAG() { in INITIALIZE_PASS()
122 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select()
317 bool WebAssemblyDAGToDAGISel::SelectInlineAsmMemoryOperand( in SelectInlineAsmMemoryOperand()
333 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N, in SelectAddrAddOperands()
359 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, in SelectAddrOperands()
419 bool WebAssemblyDAGToDAGISel::SelectAddrOperands32(SDValue Op, SDValue &Offset, in SelectAddrOperands32()
[all …]