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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 340 SDValue getConstantFP(double Val, EVT VT, bool isTarget = false);
341 SDValue getConstantFP(const APFloat& Val, EVT VT, bool isTarget = false);
342 SDValue getConstantFP(const ConstantFP &CF, EVT VT, bool isTarget = false);
344 return getConstantFP(Val, VT, true);
347 return getConstantFP(Val, VT, true);
350 return getConstantFP(Val, VT, true);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 344 SDValue Ops[2] = { DAG.getConstantFP(-0.0, N->getValueType(0)),
    [all...]
LegalizeVectorOps.cpp 442 SDValue TWOHW = DAG.getConstantFP((1<<(BW/2)), Op.getValueType());
461 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType());
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp 434 return DAG.getConstantFP(V, Op.getValueType());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 118 const ConstantFP *getConstantFP() { return Constants.CFP; }
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 62 milliseconds