/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 373 SDValue getConstantFP(double Val, EVT VT, bool isTarget = false); 374 SDValue getConstantFP(const APFloat& Val, EVT VT, bool isTarget = false); 375 SDValue getConstantFP(const ConstantFP &CF, EVT VT, bool isTarget = false); 377 return getConstantFP(Val, VT, true); 380 return getConstantFP(Val, VT, true); 383 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 | 359 SDValue Ops[2] = { DAG.getConstantFP(-0.0, N->getValueType(0)), [all...] |
SelectionDAG.cpp | [all...] |
LegalizeVectorOps.cpp | 722 SDValue TWOHW = DAG.getConstantFP((1<<(BW/2)), Op.getValueType()); 741 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType());
|
DAGCombiner.cpp | 484 return DAG.getConstantFP(V, Op.getValueType()); [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/ |
R600ISelLowering.cpp | 746 DAG.getConstantFP(0.15915494309, MVT::f32)), 747 DAG.getConstantFP(0.5, MVT::f32))); 761 DAG.getConstantFP(-0.5, MVT::f32))); 766 DAG.getConstantFP(3.14159265359, MVT::f32)); 774 Op, DAG.getConstantFP(0.0f, MVT::f32), 919 HWTrue = DAG.getConstantFP(1.0f, CompareVT); 920 HWFalse = DAG.getConstantFP(0.0f, CompareVT); [all...] |
AMDGPUISelLowering.cpp | 269 DAG.getConstantFP(1.0f, MVT::f32),
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 136 const ConstantFP *getConstantFP() const { return Constants.CFP; }
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |