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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 377 SDValue getConstantFP(double Val, EVT VT, bool isTarget = false);
378 SDValue getConstantFP(const APFloat& Val, EVT VT, bool isTarget = false);
379 SDValue getConstantFP(const ConstantFP &CF, EVT VT, bool isTarget = false);
381 return getConstantFP(Val, VT, true);
384 return getConstantFP(Val, VT, true);
387 return getConstantFP(Val, VT, true);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeFloatTypes.cpp 359 SDValue Ops[2] = { DAG.getConstantFP(-0.0, N->getValueType(0)),
    [all...]
LegalizeVectorOps.cpp 717 SDValue TWOHW = DAG.getConstantFP((1<<(BW/2)), Op.getValueType());
736 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType());
DAGCombiner.cpp 475 return DAG.getConstantFP(V, Op.getValueType());
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 119 const ConstantFP *getConstantFP() { return Constants.CFP; }
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 471 Op, DAG.getConstantFP(0.0f, MVT::f32),
628 HWTrue = DAG.getConstantFP(1.0f, CompareVT);
629 HWFalse = DAG.getConstantFP(0.0f, CompareVT);
    [all...]
AMDGPUISelLowering.cpp 170 DAG.getConstantFP(1.0f, MVT::f32),
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 237 milliseconds