HomeSort by relevance Sort by last modified time
    Searched refs:APFloat (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 575 APFloat APF = APFloat(MI->getOperand(0).getFPImm()->getValueAPF());
584 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 598 addLegalFPImmediate(APFloat(+0.0)); // xorpd
599 addLegalFPImmediate(APFloat(+0.0f)); // xorps
623 addLegalFPImmediate(APFloat(+0.0f)); // xorps
624 addLegalFPImmediate(APFloat(+0.0)); // FLD0
625 addLegalFPImmediate(APFloat(+1.0)); // FLD1
626 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
627 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
648 addLegalFPImmediate(APFloat(+0.0)); // FLD0
649 addLegalFPImmediate(APFloat(+1.0)); // FLD1
650 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCH
    [all...]
  /external/clang/include/clang/AST/
Expr.h 27 #include "llvm/ADT/APFloat.h"
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 363 return ConstantFP::get(getGlobalContext(), APFloat(Val));
  /external/llvm/include/llvm/ADT/
FoldingSet.h 24 class APFloat;
  /external/llvm/lib/AsmParser/
LLParser.h 63 APFloat APFloatVal;
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 370 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 219 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) {
221 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble)
225 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,
226 &isExact) != APFloat::opOK || !isExact)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 563 const APFloat &Op1F = Op1C->getValueAPF();
567 APFloat Reciprocal(Op1F.getSemantics());
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 343 SDValue getConstantFP(const APFloat& Val, EVT VT, bool isTarget = false);
348 SDValue getTargetConstantFP(const APFloat& Val, EVT VT) {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 259 void mangleFloat(const llvm::APFloat &F);
649 void CXXNameMangler::mangleFloat(const llvm::APFloat &f) {
    [all...]
Expr.cpp 560 FloatingLiteral::Create(ASTContext &C, const llvm::APFloat &V,
574 llvm::APFloat V = getValue();
576 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
FastISel.cpp 188 const APFloat &Flt = CF->getValueAPF();
195 APFloat::rmTowardZero, &isExact);
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 33 #include "llvm/ADT/APFloat.h"
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 374 APFloat RandomFloat(RandomInt, isIEEE);
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 230 tc = ConstantFP::get(builder.getContext(), APFloat(float(1 << SHIFT)));

Completed in 1269 milliseconds

1 23 4