Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll5 ; can't be tested easily by checking the SDNodes that are
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h722 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; variable
747 assert(SDNodes.count(R) && "Unknown node!"); in getSDNodeInfo()
748 return SDNodes.find(R)->second; in getSDNodeInfo()
DCodeGenDAGPatterns.cpp2431 SDNodes.insert(std::make_pair(Nodes.back(), Nodes.back())); in ParseNodeInfo()
2557 assert(!SDNodes.empty() && "No SDNodes parsed?"); in ParseDefaultOperands()
2558 Init *SomeSDNode = DefInit::get(SDNodes.begin()->first); in ParseDefaultOperands()
/external/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll22 ; This map was never purged when the SDNodes were deallocated and thus if a new
/external/llvm/lib/Target/ARM/
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.
/external/llvm/lib/Target/Sparc/
DSparcInstr64Bit.td306 // We reuse CMPICC SDNodes for compares, but use new BRXCC branch nodes for
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td345 // R600 SDNodes
DSIInstrInfo.td151 // SDNodes and PatFrag for local loads and stores to enable s_mov_b32 m0, -1
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1362 // - SDNodes are created so they can be used in the DAG code,
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td286 // Pats for compares. They use PatFrags as operands, not SDNodes,