Home
last modified time | relevance | path

Searched refs:usesLayout (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
693 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
697 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
705 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
709 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage()
717 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
721 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
729 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
733 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h672 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
676 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
684 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
688 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage()
696 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
700 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
708 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
712 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage()
720 if (usesLayout<IEEEFloat>(*semantics) &&
721 usesLayout<IEEEFloat>(*RHS.semantics)) {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp32 if (usesLayout<IEEEFloat>(getSemantics())) \
34 if (usesLayout<DoubleAPFloat>(getSemantics())) \
4414 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4418 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4432 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4434 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4450 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4451 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4453 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4454 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
[all …]