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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 537 /// CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end
541 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
542 CALLSEQ_START, // Beginning of a call sequence
    [all...]
SelectionDAG.h 518 /// getCALLSEQ_START - Return a new CALLSEQ_START node, which always must have
519 /// a glue result (to ensure it's not CSE'd). CALLSEQ_START does not have a
524 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 254 case ISD::CALLSEQ_START: return "callseq_start";
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 396 /// moved below CALLSEQ_START and the chains leading up to the call.
397 /// Return the CALLSEQ_START by reference as a second output.
414 // Now let's find the callseq_start.
415 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
452 /// Also try moving call address load from outside callseq_start to just
463 ///[CALLSEQ_START] |
    [all...]

Completed in 135 milliseconds