HomeSort by relevance Sort by last modified time
    Searched refs:CALLSEQ_END (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 527 // CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end of
531 // CALLSEQ_START..CALLSEQ_END pairs may not be nested.
533 CALLSEQ_END, // End of a call sequence
    [all...]
SelectionDAG.h 481 /// getCALLSEQ_END - Return a new CALLSEQ_END node, which always must have a
482 /// glue result (to ensure it's not CSE'd). CALLSEQ_END does not have
492 return getNode(ISD::CALLSEQ_END, DebugLoc(), NodeTys, &Ops[0],
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 56 /// LastCALLSEQ_END - This keeps track of the CALLSEQ_END node that has been
225 /// sequence, find the CALLSEQ_END node that terminates the call sequence.
231 else if (Node->getOpcode() == ISD::CALLSEQ_END) {
288 case ISD::CALLSEQ_END:
    [all...]
SelectionDAG.cpp     [all...]

Completed in 58 milliseconds