/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 25 auto &Sem = T->getFltSemantics(); in makeConstantsWithType() local
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() 3356 APFloat::initFromAPInt(const fltSemantics* Sem, const APInt& api) in initFromAPInt() 3395 unsigned APFloat::getSizeInBits(const fltSemantics &Sem) { in getSizeInBits() 3438 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() 3448 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() 3458 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized() 3476 APFloat::APFloat(const fltSemantics &Sem, const APInt &API) { in APFloat()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 115 static T PickFP(const llvm::fltSemantics *Sem, T IEEESingleVal, in PickFP() 131 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp() local
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 163 const fltSemantics &Sem = foobar(); in VisitCastExpr() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 229 void FAddendCoef::convertToFpType(const fltSemantics &Sem) { in convertToFpType() 243 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt()
|
D | InstCombineCasts.cpp | 1218 static Constant *fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType()
|
D | InstCombineCompares.cpp | 4601 const fltSemantics *Sem; in visitFCmpInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 135 APFloatBase::SemanticsToEnum(const llvm::fltSemantics &Sem) { in SemanticsToEnum() 205 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { in getSizeInBits() 3308 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() 3377 IEEEFloat::IEEEFloat(const fltSemantics &Sem, const APInt &API) { in IEEEFloat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 241 void FAddendCoef::convertToFpType(const fltSemantics &Sem) { in convertToFpType() 255 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt()
|
D | InstCombineCasts.cpp | 1452 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 844 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 842 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue() local
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 999 static APInt nanbits(const fltSemantics &Sem, in nanbits()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 5907 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(EltTy); in VisitCastExpr() local 8243 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(ResultTy); in TryEvaluateBuiltinNaN() local 8284 const llvm::fltSemantics &Sem = in VisitCallExpr() local 8357 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(E->getType()); in VisitUnaryImag() local
|
D | Expr.cpp | 774 void FloatingLiteral::setSemantics(const llvm::fltSemantics &Sem) { in setSemantics()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1384 void setRawSemantics(APFloatSemantics Sem) { in setRawSemantics()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 8168 const llvm::fltSemantics &Sem, in ReadAPFloat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20460 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); in LowerFABSorFNEG() local 20503 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); in LowerFCOPYSIGN() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14402 const fltSemantics &Sem = in LowerFCOPYSIGN() local
|