OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALLSEQ_START
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
525
///
CALLSEQ_START
/CALLSEQ_END - These operators mark the beginning and end
529
///
CALLSEQ_START
..CALLSEQ_END pairs may not be nested.
530
CALLSEQ_START
, // Beginning of a call sequence
[
all
...]
SelectionDAG.h
514
/// getCALLSEQ_START - Return a new
CALLSEQ_START
node, which always must have
515
/// a glue result (to ensure it's not CSE'd).
CALLSEQ_START
does not have a
520
return getNode(ISD::
CALLSEQ_START
, DL, VTs, Ops, 2);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
250
case ISD::
CALLSEQ_START
: return "
callseq_start
";
LegalizeDAG.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
396
/// moved below
CALLSEQ_START
and the chains leading up to the call.
397
/// Return the
CALLSEQ_START
by reference as a second output.
414
// Now let's find the
callseq_start
.
415
while (HasCallSeq && Chain.getOpcode() != ISD::
CALLSEQ_START
) {
454
/// Also try moving call address load from outside
callseq_start
to just
465
///[
CALLSEQ_START
] |
[
all
...]
Completed in 46 milliseconds