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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 42 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 42 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 66 assert(&FloatValue.getSemantics() == &APFloat::IEEEsingle &&
  /external/llvm/lib/IR/
Constants.cpp 651 if (&V.getSemantics() == &APFloat::IEEEhalf)
653 else if (&V.getSemantics() == &APFloat::IEEEsingle)
655 else if (&V.getSemantics() == &APFloat::IEEEdouble)
657 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
659 else if (&V.getSemantics() == &APFloat::IEEEquad)
662 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble &&
684 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&
    [all...]
AsmWriter.cpp 779 if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle ||
780 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEdouble) {
787 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
788 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble;
836 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
858 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEquad) {
861 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble) {
864 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf) {
    [all...]
  /external/clang/include/clang/AST/
APValue.h 370 assert(&R.getSemantics() == &I.getSemantics() &&
Expr.h     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 398 const fltSemantics &getSemantics() const { return *semantics; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 265 convertToFpType(T.getSemantics());
271 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode);
286 convertToFpType(T.getSemantics());
292 T.subtract(createAPFloatFromInt(T.getSemantics(), IntVal), RndMode);
312 isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics();
390 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), nullptr);
    [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 386 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle)
388 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble)
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 424 if (int Res = cmpNumbers((uint64_t)&L.getSemantics(),
425 (uint64_t)&R.getSemantics()))
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 982 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
    [all...]
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 204 if (&V.getSemantics() == &APFloat::IEEEdouble) {
207 } 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/AST/
Expr.cpp 702 setSemantics(V.getSemantics());
724 const llvm::fltSemantics &FloatingLiteral::getSemantics() const {
    [all...]
ExprConstant.cpp 378 llvm::APFloat::semanticsPrecision(F.getSemantics());
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 467 Reader.ReadAPFloat(Record, E->getSemantics(), Idx));
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 914 milliseconds

1 2