OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewSetCC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
1916
if (SDValue
NewSetCC
= LowerToBT(Op0, CC, DL, DAG)) {
1918
return DAG.getNode(ISD::TRUNCATE, DL, MVT::i1,
NewSetCC
);
1919
return
NewSetCC
;
2163
if (SDValue
NewSetCC
= LowerToBT(Cond, ISD::SETNE, DL, DAG)) {
2164
CC =
NewSetCC
.getOperand(0);
2165
Cond =
NewSetCC
.getOperand(1);
2427
if (SDValue
NewSetCC
= LowerToBT(Cond, ISD::SETNE, DL, DAG)) {
2428
CC =
NewSetCC
.getOperand(0);
2429
Cond =
NewSetCC
.getOperand(1);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
10145
SDValue
NewSetCC
= rebuildSetCC(Combined);
10148
if (
NewSetCC
.getNode() == N)
10151
if (
NewSetCC
)
10152
return
NewSetCC
;
TargetLowering.cpp
3745
SDValue
NewSetCC
= DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0),
3747
return DAG.getBoolExtOrTrunc(
NewSetCC
, dl, VT, N0.getValueType());
Completed in 56 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026