OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSoftenedFloat
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
149
SDValue Op =
GetSoftenedFloat
(N->getOperand(0));
155
SDValue Ops[2] = {
GetSoftenedFloat
(N->getOperand(0)),
156
GetSoftenedFloat
(N->getOperand(1)) };
168
SDValue Op =
GetSoftenedFloat
(N->getOperand(0));
179
SDValue LHS =
GetSoftenedFloat
(N->getOperand(0));
222
SDValue Op =
GetSoftenedFloat
(N->getOperand(0));
234
SDValue Ops[2] = {
GetSoftenedFloat
(N->getOperand(0)),
235
GetSoftenedFloat
(N->getOperand(1)) };
247
SDValue Op =
GetSoftenedFloat
(N->getOperand(0));
259
SDValue Op =
GetSoftenedFloat
(N->getOperand(0))
[
all
...]
LegalizeTypesGeneric.cpp
53
SplitInteger(
GetSoftenedFloat
(InOp), Lo, Hi);
LegalizeTypes.h
370
///
GetSoftenedFloat
- Given a processed operand Op which was converted to an
375
SDValue
GetSoftenedFloat
(SDValue Op) {
[
all
...]
LegalizeIntegerTypes.cpp
224
return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
GetSoftenedFloat
(InOp));
[
all
...]
Completed in 1031 milliseconds