HomeSort by relevance Sort by last modified time
    Searched refs:FP_EXTEND (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 395 /// FP_EXTEND(FP_ROUND(X,1)) -> X which are not safe for
396 /// FP_EXTEND(FP_ROUND(X,0)) because the extra bits aren't removed.
414 /// X = FP_EXTEND(Y) - Extend a smaller FP type into a larger FP type.
415 FP_EXTEND,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 436 Result = DAG.getNode(ISD::FP_EXTEND, dl, VT, Result);
    [all...]
LegalizeFloatTypes.cpp 82 case ISD::FP_EXTEND: R = SoftenFloatRes_FP_EXTEND(N); break;
358 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
362 // FIXME: Should we just use 'normal' FP_EXTEND / FP_TRUNC instead of special
490 // Do a non-extending load followed by FP_EXTEND.
499 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL));
    [all...]
SelectionDAGDumper.cpp 221 case ISD::FP_EXTEND: return "fp_extend";
LegalizeVectorTypes.cpp 82 case ISD::FP_EXTEND:
495 case ISD::FP_EXTEND:
    [all...]
DAGCombiner.cpp 441 case ISD::FP_EXTEND:
516 case ISD::FP_EXTEND:
    [all...]
SelectionDAGBuilder.cpp 202 return DAG.getNode(ISD::FP_EXTEND, DL, ValueVT, Val);
353 Val = DAG.getNode(ISD::FP_EXTEND, DL, PartVT, Val);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 473 if (N->getOpcode() != ISD::FP_ROUND && N->getOpcode() != ISD::FP_EXTEND)
492 if (N->getOpcode() == ISD::FP_EXTEND)
520 // We're about to replace all uses of the FP_ROUND/FP_EXTEND with the
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 554 %5 f64 = fp_extend %4
744 NewOpc = ISD::FP_EXTEND;
    [all...]

Completed in 438 milliseconds