HomeSort by relevance Sort by last modified time
    Searched defs:CALLSEQ_END (Results 1 - 3 of 3) 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...]
  /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...]
  /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...]

Completed in 316 milliseconds