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

1 2

  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 68 assert((FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics())) ||
70 APFloat::getQNaN(FP.getSemantics(), /*Negative=*/true))) &&
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 42 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
  /external/llvm/lib/IR/
Constants.cpp 720 if (&V.getSemantics() == &APFloat::IEEEhalf)
722 else if (&V.getSemantics() == &APFloat::IEEEsingle)
724 else if (&V.getSemantics() == &APFloat::IEEEdouble)
726 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
728 else if (&V.getSemantics() == &APFloat::IEEEquad)
731 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble &&
753 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&
    [all...]
AsmWriter.cpp     [all...]
  /external/clang/include/clang/AST/
APValue.h 370 assert(&R.getSemantics() == &I.getSemantics() &&
Expr.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 266 convertToFpType(T.getSemantics());
272 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode);
287 convertToFpType(T.getSemantics());
293 T.subtract(createAPFloatFromInt(T.getSemantics(), IntVal), RndMode);
313 isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics();
391 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), nullptr);
    [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 398 llvm::APFloat::semanticsPrecision(F.getSemantics());
    [all...]
Expr.cpp 745 setSemantics(V.getSemantics());
767 const llvm::fltSemantics &FloatingLiteral::getSemantics() const {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 438 const fltSemantics &getSemantics() const { return *semantics; }
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 425 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle)
427 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble)
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 491 const fltSemantics &SL = L.getSemantics(), &SR = R.getSemantics();
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 295 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp     [all...]
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 207 if (&V.getSemantics() == &APFloat::IEEEdouble) {
210 } else if (&V.getSemantics() == &APFloat::IEEEsingle) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 488 Reader.ReadAPFloat(Record, E->getSemantics(), Idx));
    [all...]

Completed in 1619 milliseconds

1 2