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 526 // CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end of
530 // CALLSEQ_START..CALLSEQ_END pairs may not be nested.
531 CALLSEQ_START, // Beginning of a call sequence
    [all...]
SelectionDAG.h 475 /// getCALLSEQ_START - Return a new CALLSEQ_START node, which always must have
476 /// a glue result (to ensure it's not CSE'd). CALLSEQ_START does not have a
481 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 252 case ISD::CALLSEQ_START: return "callseq_start";
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 393 /// moved below CALLSEQ_START and the chains leading up to the call.
394 /// Return the CALLSEQ_START by reference as a second output.
407 // Now let's find the callseq_start.
408 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
436 /// Also try moving call address load from outside callseq_start to just
447 ///[CALLSEQ_START] |
    [all...]

Completed in 45 milliseconds