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

  /external/swiftshader/third_party/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.
532 CALLSEQ_START, // Beginning of a call sequence
    [all...]
SelectionDAG.h 472 /// getCALLSEQ_START - Return a new CALLSEQ_START node, which always must have
473 /// a glue result (to ensure it's not CSE'd). CALLSEQ_START does not have a
478 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 625 /// CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end
629 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
630 CALLSEQ_START, // Beginning of a call sequence
    [all...]
SelectionDAG.h 722 /// Return a new CALLSEQ_START node, which always must have a glue result
723 /// (to ensure it's not CSE'd). CALLSEQ_START does not have a useful SDLoc.
727 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 664 /// CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end
671 /// CALLSEQ_START..CALLSEQ_END pair,
672 /// - part of the call frame prepared prior to CALLSEQ_START.
675 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
676 CALLSEQ_START, // Beginning of a call sequence
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 284 case ISD::CALLSEQ_START: return "callseq_start";
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 312 case ISD::CALLSEQ_START: return "callseq_start";
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 227 // Nested CALLSEQ_START/END constructs aren't yet legal,
229 if (Node->getOpcode() == ISD::CALLSEQ_START)
272 /// sequence, find the CALLSEQ_START node that initiates the call sequence.
275 assert(Node && "Didn't find callseq_start for a call??");
276 while (Node->getOpcode() != ISD::CALLSEQ_START || nested) {
283 case ISD::CALLSEQ_START:
    [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 394 /// moved below CALLSEQ_START and the chains leading up to the call.
395 /// Return the CALLSEQ_START by reference as a second output.
408 // Now let's find the callseq_start.
409 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
437 /// Also try moving call address load from outside callseq_start to just
448 ///[CALLSEQ_START] |
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 495 /// moved below CALLSEQ_START and the chains leading up to the call.
496 /// Return the CALLSEQ_START by reference as a second output.
513 // Now let's find the callseq_start.
514 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
554 /// Also try moving call address load from outside callseq_start to just
565 ///[CALLSEQ_START] |
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 661 /// moved below CALLSEQ_START and the chains leading up to the call.
662 /// Return the CALLSEQ_START by reference as a second output.
679 // Now let's find the callseq_start.
680 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
732 /// Also try moving call address load from outside callseq_start to just
743 ///[CALLSEQ_START] |
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenDAGISel.inc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenDAGISel.inc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDAGISel.inc     [all...]

Completed in 1228 milliseconds