/llvm-project/clang/lib/AST/Interp/ |
H A D | Floating.h |
|
H A D | Interp.h |
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | OpDescriptor.cpp | 33 auto &Sem = T->getFltSemantics(); in makeConstantsWithType() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | DesignatedInitializers.cpp | 129 void collectDesignators(const InitListExpr *Sem, in collectDesignators()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 134 auto &Sem = Op0->getType()->getFltSemantics(); convertFCmp() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | crashes.cpp | 161 const fltSemantics &Sem = foobar(); in VisitCastExpr() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 97 static T PickFP(const llvm::fltSemantics *Sem, T IEEEHalfVal, T IEEESingleVal, in PickFP() argument 115 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() argument [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeFixer.cpp | 467 collectAccessibleScopes(Sema &Sem, const DeclarationNameInfo &Typo, Scope *S, in collectAccessibleScopes()
|
H A D | TUScheduler.cpp | 1720 runWithSemaphore(llvm::StringRef Name,llvm::StringRef Path,llvm::unique_function<void ()> Action,Semaphore & Sem) runWithSemaphore() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 1126 const fltSemantics &Sem = APFloat::IEEEdouble(); TEST() local 1429 nanbitsFromAPInt(const fltSemantics & Sem,bool SNaN,bool Negative,uint64_t payload) nanbitsFromAPInt() argument 2182 const llvm::fltSemantics &Sem = APFloat::EnumToSemantics(S); TEST() local 2312 const llvm::fltSemantics &Sem = APFloat::EnumToSemantics(S); TEST() local 5886 const llvm::fltSemantics &Sem = APFloat::EnumToSemantics(S); TEST() local 6042 const llvm::fltSemantics &Sem = APFloat::EnumToSemantics(S); TEST() local 6097 const llvm::fltSemantics &Sem = APFloat::EnumToSemantics(S); TEST() local 6336 auto &Sem = APFloat::EnumToSemantics(S); TEST() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 232 SemanticsToEnum(const llvm::fltSemantics & Sem) SemanticsToEnum() argument 356 getSizeInBits(const fltSemantics & Sem) getSizeInBits() argument 3934 initFromAPInt(const fltSemantics * Sem,const APInt & api) initFromAPInt() argument 4027 IEEEFloat(const fltSemantics & Sem,const APInt & API) IEEEFloat() argument [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1070 hasNanOrInf(const fltSemantics & Sem) hasNanOrInf() argument [all...] |
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 850 APFloat apfLHS = APFloat(Sem, LHS.IntVal); in getConstantValue() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 242 void FAddendCoef::convertToFpType(const fltSemantics &Sem) { in convertToFpType() argument 256 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt() argument
|
H A D | InstCombineCasts.cpp | 1571 fitsInFPType(ConstantFP * CFP,const fltSemantics & Sem) fitsInFPType() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2017 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(Ty); checkTypeSupport() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 3004 const fltSemantics &Sem = S0.getSemantics(); ConstantFoldAMDGCNCubeIntrinsic() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1669 void setRawSemantics(llvm::APFloatBase::Semantics Sem) { in setRawSemantics() argument 1681 void setSemantics(const llvm::fltSemantics &Sem) { in setSemantics() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14708 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(ResultTy); TryEvaluateBuiltinNaN() local 14756 const llvm::fltSemantics &Sem = VisitCallExpr() local 14879 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(E->getType()); VisitUnaryImag() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9442 readAPFloat(const llvm::fltSemantics & Sem) readAPFloat() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 21839 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); LowerFROUND() local 21895 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); LowerFABSorFNEG() local 21938 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); LowerFCOPYSIGN() local 55919 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(SVT); CastIntSETCCtoFP() local [all...] |