Searched refs:CALLSEQ_END (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h527 // 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 enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h481 /// 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],
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h625 /// 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 enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h730 /// 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);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp285 case ISD::CALLSEQ_END: return "callseq_end";
H A DStatepointLowering.cpp320 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!");
H A DLegalizeDAG.cpp1008 case ISD::CALLSEQ_END:
1163 case ISD::CALLSEQ_END:
H A DSelectionDAGBuilder.cpp7270 // chain, flag = CALLSEQ_END(chain, 0, 0, flag)
7362 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END &&
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp56 /// 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:
848 case ISD::CALLSEQ_END:
1078 // Legalize the call, starting from the CALLSEQ_END.
1080 assert(!IsLegalizingCall && "CALLSEQ_END should have cleared this!");
1083 case ISD::CALLSEQ_END:
1123 // If the CALLSEQ_END node has a flag, remember that we legalized it.
2229 // the LastCALLSEQ_END to the legalized version of the CALLSEQ_END nod
[all...]
H A DSelectionDAG.cpp6071 case ISD::CALLSEQ_END: return "callseq_end";
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86GenDAGISel.inc[all...]

Completed in 386 milliseconds