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.cpp38 class WebAssemblyDAGToDAGISel final : public SelectionDAGISel { class
44 WebAssemblyDAGToDAGISel() = delete;
46 WebAssemblyDAGToDAGISel(WebAssemblyTargetMachine &TM, in WebAssemblyDAGToDAGISel() function in __anonf43204790111::WebAssemblyDAGToDAGISel
89 ID, std::make_unique<WebAssemblyDAGToDAGISel>(TM, OptLevel)) {} in WebAssemblyDAGToDAGISelLegacy()
98 void WebAssemblyDAGToDAGISel::PreprocessISelDAG() { in INITIALIZE_PASS()
121 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select()
319 bool WebAssemblyDAGToDAGISel::SelectInlineAsmMemoryOperand( in SelectInlineAsmMemoryOperand()
335 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N, in SelectAddrAddOperands()
373 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, in SelectAddrOperands()
433 bool WebAssemblyDAGToDAGISel::SelectAddrOperands32(SDValue Op, SDValue &Offset, in SelectAddrOperands32()
[all …]