Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVVPInstrInfo.td9 // This file defines the VE Vector Predicated SDNodes (VVP SDNodes). VVP
10 // SDNodes are an intermediate isel layer between the vector SDNodes emitted by
18 // TODO explain how VVP nodes relate to VP SDNodes once VP ISel is uptream.
H A DVEInstrPatternsVec.td1 //===-- VEInstrPatternsVec.td - VEC_-type SDNodes and isel for VE Target --===//
9 // This file describes the VEC_* prefixed intermediate SDNodes and their
H A DVVPNodes.def9 // This file defines all VVP_* SDNodes and their properties
H A DVVPInstrPatternsVec.td9 // This file describes how VVP_* SDNodes are lowered to machine instructions.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVectorPredication.rst41 - VP intrinsics translate to first-class SDNodes
44 SDNodes to pre-existing ones (SSE, NEON)).
46 Result: Backend development based on VP SDNodes.
54 - Incrementally lift DAGCombiner to work on VP SDNodes as well as on regular
73 lower to VP SDNodes (from Stage 2).
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DInstructionSelect.rst69 Custom SDNodes
72 Custom SDNodes should be mapped to Target Pseudos using ``GINodeEquiv``. This
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1098 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; variable
1134 auto F = SDNodes.find(R); in getSDNodeInfo()
1135 assert(F != SDNodes.end() && "Unknown node!"); in getSDNodeInfo()
H A DCodeGenDAGPatterns.cpp3158 SDNodes.insert(std::make_pair(R, SDNodeInfo(R, CGH))); in ParseNodeInfo()
3290 assert(!SDNodes.empty() && "No SDNodes parsed?"); in ParseDefaultOperands()
3291 Init *SomeSDNode = DefInit::get(SDNodes.begin()->first); in ParseDefaultOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DRelocation.txt32 independent and machine specific SDNodes (for example:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DREADME.txt486 Some of them may also be lowered to target-independent SDNodes, and perhaps
487 some new SDNodes could be added.
496 the target-independent SDNodes for these operations.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td309 // SDNodes PatFrags for loads/stores with a glue input.
310 // This is for SDNodes and PatFrag for local loads and stores to
542 // SDNodes PatFrags for a16 loads and stores with 3 components.
584 // SDNodes PatFrags for d16 loads
H A DR600Instructions.td377 // R600 SDNodes
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td305 // We reuse CMPICC SDNodes for compares, but use new BRXCC branch nodes for
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td258 // the SDNodes are derived from AtomicSDNode rather than LoadSDNode and
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td1264 // Miscellaneous RISCVISD SDNodes
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td43 // SDNodes, use pf1/pf2 to convert them to PatFrags. Use common frags
371 // Frags for commonly used SDNodes.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst566 metadata is attached to SDNodes in SelectionDAGs. After instruction selection
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1328 // Create SDNodes so they can be used in the DAG code, e.g.