OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FREEZE
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
206
//
FREEZE
-
FREEZE
(VAL) returns an arbitrary value if VAL is UNDEF (or
208
// read of UNDEF can yield different value, but
FREEZE
(UNDEF) cannot.
209
FREEZE
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp
571
Lo = DAG.getNode(ISD::
FREEZE
, dl, L.getValueType(), L);
572
Hi = DAG.getNode(ISD::
FREEZE
, dl, H.getValueType(), H);
LegalizeFloatTypes.cpp
130
case ISD::
FREEZE
: R = SoftenFloatRes_FREEZE(N); break;
202
return DAG.getNode(ISD::
FREEZE
, SDLoc(N), Ty,
1226
case ISD::
FREEZE
: ExpandFloatRes_FREEZE(N, Lo, Hi); break;
1531
Lo = DAG.getNode(ISD::
FREEZE
, dl, Lo.getValueType(), Lo);
1532
Hi = DAG.getNode(ISD::
FREEZE
, dl, Hi.getValueType(), Hi);
2602
case ISD::
FREEZE
:
SelectionDAGDumper.cpp
410
case ISD::
FREEZE
: return "
freeze
";
LegalizeIntegerTypes.cpp
220
case ISD::
FREEZE
:
453
return DAG.getNode(ISD::
FREEZE
, SDLoc(N),
2062
case ISD::
FREEZE
: SplitRes_FREEZE(N, Lo, Hi); break;
LegalizeVectorTypes.cpp
92
case ISD::
FREEZE
:
985
case ISD::
FREEZE
:
3148
case ISD::
FREEZE
:
SelectionDAGISel.cpp
2321
// TODO: We don't have
FREEZE
pseudo-instruction in MachineInstr-level now.
2322
// If
FREEZE
instruction is added later, the code below must be changed as
2876
case ISD::
FREEZE
:
SelectionDAG.cpp
2085
return getNode(ISD::
FREEZE
, SDLoc(V), V.getValueType(), V);
4796
case ISD::
FREEZE
:
DAGCombiner.cpp
1725
case ISD::
FREEZE
: return visitFREEZE(N);
12686
// (
freeze
(
freeze
x)) -> (
freeze
x)
12687
if (N0.getOpcode() == ISD::
FREEZE
)
14875
// BRCOND(
FREEZE
(cond)) is equivalent to BRCOND(cond) (both are
14877
if (N1->getOpcode() == ISD::
FREEZE
&& N1.hasOneUse()) {
SelectionDAGBuilder.cpp
11064
Values[i] = DAG.getNode(ISD::
FREEZE
, getCurSDLoc(), ValueVTs[i],
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
1807
case
Freeze
: return ISD::
FREEZE
;
Completed in 90 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026