HomeSort by relevance Sort by last modified time
    Searched refs:SDNode (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 200 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N,
656 TryExpandADDWithMul(SDNode *N, SelectionDAG &DAG) const
716 ExpandADDSUB(SDNode *N, SelectionDAG &DAG) const
760 SDNode *Node = Op.getNode();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 709 int PPC::isVSLDOIShuffleMask(SDNode *N, bool isUnary) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 47 bool TargetLowering::isInTailCallPosition(SelectionDAG &DAG, SDNode *Node,
    [all...]
SelectionDAGBuilder.h 376 void AssignOrderingToNode(const SDNode *Node);
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 626 SDNode* N = Op.getNode();
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 57 const MCInstrDesc *ScheduleDAG::getNodeDesc(const SDNode *Node) const {
314 /// SUnit - Scheduling unit. It's an wrapper around either a single SDNode or
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 705 ClassName = "SDNode";
711 if (ClassName == "SDNode")
712 Result = " SDNode *N = Node;\n";
    [all...]

Completed in 676 milliseconds

1 2 34