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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp39 class WebAssemblyDAGToDAGISel final : public SelectionDAGISel {
47 WebAssemblyDAGToDAGISel() = delete;
49 WebAssemblyDAGToDAGISel(WebAssemblyTargetMachine &TM, function in class:__anon2688::final
87 char WebAssemblyDAGToDAGISel::ID;
89 INITIALIZE_PASS(WebAssemblyDAGToDAGISel, DEBUG_TYPE, PASS_NAME, false, false)
91 void WebAssemblyDAGToDAGISel::PreprocessISelDAG() {
114 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) {
296 bool WebAssemblyDAGToDAGISel::SelectInlineAsmMemoryOperand(
312 bool WebAssemblyDAGToDAGISel::SelectAddrAddOperands(MVT OffsetType, SDValue N,
338 bool WebAssemblyDAGToDAGISel
[all...]

Completed in 138 milliseconds