HomeSort by relevance Sort by last modified time
    Searched refs:CALLSEQ_END (Results 1 - 20 of 20) 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.
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/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.
631 CALLSEQ_END, // End of a call sequence
    [all...]
SelectionDAG.h 730 /// Return a new CALLSEQ_END node, which always must have a
732 /// CALLSEQ_END does not have a useful SDLoc.
742 return getNode(ISD::CALLSEQ_END, DL, NodeTys, 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,
675 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
677 CALLSEQ_END, // End of a call sequence
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 285 case ISD::CALLSEQ_END: return "callseq_end";
StatepointLowering.cpp 304 // ch, glue = callseq_end ch, glue
320 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!");
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 313 case ISD::CALLSEQ_END: return "callseq_end";
    [all...]
StatepointLowering.cpp 331 // ch, glue = callseq_end ch, glue
347 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!");
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.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 348 milliseconds