OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetConstantFP
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
152
TargetConstantFP
,
SelectionDAGNodes.h
1581
: SDNode(isTarget ? ISD::
TargetConstantFP
: ISD::ConstantFP, 0,
1618
N->getOpcode() == ISD::
TargetConstantFP
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
161
case ISD::
TargetConstantFP
: return "
TargetConstantFP
";
SelectionDAGISel.cpp
2838
case ISD::
TargetConstantFP
:
LegalizeDAG.cpp
440
// Don't optimise
TargetConstantFP
441
if (Value.getOpcode() == ISD::
TargetConstantFP
)
3218
// If this is a legal constant, turn it into a
TargetConstantFP
node.
SelectionDAG.cpp
605
case ISD::
TargetConstantFP
:
1502
unsigned Opc = isTarget ? ISD::
TargetConstantFP
: ISD::ConstantFP;
DAGCombiner.cpp
17722
if (Value.getOpcode() == ISD::
TargetConstantFP
)
Completed in 107 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026