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

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 72 const ConstantFP *getConstantFP() const { return Constant.CFP; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 73 const ConstantFP *getConstantFP() const { return Constant.CFP; }
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 322 SDValue TWOHW = DAG.getConstantFP((1<<(BW/2)), Op.getValueType());
341 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType());
LegalizeFloatTypes.cpp 344 SDValue Ops[2] = { DAG.getConstantFP(-0.0, N->getValueType(0)),
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp 778 return DAG.getStore(Chain, DL, DAG.getConstantFP(*CFP, DL, VT), InitPtr,
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 507 SDValue getConstantFP(double Val, const SDLoc &DL, EVT VT,
509 SDValue getConstantFP(const APFloat &Val, const SDLoc &DL, EVT VT,
511 SDValue getConstantFP(const ConstantFP &CF, const SDLoc &DL, EVT VT,
514 return getConstantFP(Val, DL, VT, true);
517 return getConstantFP(Val, DL, VT, true);
520 return getConstantFP(Val, DL, VT, true);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 597 SDValue getConstantFP(double Val, const SDLoc &DL, EVT VT,
599 SDValue getConstantFP(const APFloat &Val, const SDLoc &DL, EVT VT,
601 SDValue getConstantFP(const ConstantFP &V, const SDLoc &DL, EVT VT,
604 return getConstantFP(Val, DL, VT, true);
607 return getConstantFP(Val, DL, VT, true);
610 return getConstantFP(Val, DL, VT, true);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 117 const ConstantFP *getConstantFP() { return Constants.CFP; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeFloatTypes.cpp 444 SDValue Ops[2] = { DAG.getConstantFP(-0.0, dl, N->getValueType(0)),
    [all...]
LegalizeVectorOps.cpp     [all...]
DAGCombiner.cpp 764 return DAG.getConstantFP(V, SDLoc(Op), Op.getValueType());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeFloatTypes.cpp 441 SDValue Ops[2] = { DAG.getConstantFP(-0.0, dl, N->getValueType(0)),
    [all...]
DAGCombiner.cpp 667 return DAG.getConstantFP(V, SDLoc(Op), Op.getValueType());
    [all...]
LegalizeVectorOps.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 766 DAG.getConstantFP(0.15915494309, DL, MVT::f32)),
767 DAG.getConstantFP(0.5, DL, MVT::f32)));
781 DAG.getConstantFP(-0.5, DL, MVT::f32)));
786 DAG.getConstantFP(3.14159265359, DL, MVT::f32));
    [all...]
SIISelLowering.cpp     [all...]

Completed in 410 milliseconds

1 2