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

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 84 const ConstantFP *getConstantFP() const { return Constant.CFP; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 418 SDValue getConstantFP(double Val, EVT VT, bool isTarget = false);
419 SDValue getConstantFP(const APFloat& Val, EVT VT, bool isTarget = false);
420 SDValue getConstantFP(const ConstantFP &CF, EVT VT, bool isTarget = false);
422 return getConstantFP(Val, VT, true);
425 return getConstantFP(Val, VT, true);
428 return getConstantFP(Val, VT, true);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 476 HWTrue = DAG.getConstantFP(1.0f, VT);
477 HWFalse = DAG.getConstantFP(0.0f, VT);
AMDGPUISelLowering.cpp 169 DAG.getConstantFP(1.0f, MVT::f32),
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 362 SDValue Ops[2] = { DAG.getConstantFP(-0.0, N->getValueType(0)),
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 526 return DAG.getConstantFP(V, Op.getValueType());
    [all...]
LegalizeVectorOps.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 476 HWTrue = DAG.getConstantFP(1.0f, VT);
477 HWFalse = DAG.getConstantFP(0.0f, VT);
AMDGPUISelLowering.cpp 169 DAG.getConstantFP(1.0f, MVT::f32),
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 613 return DAG.getStore(Chain, DL, DAG.getConstantFP(*CFP, VT), InitPtr,
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 551 milliseconds