Home
last modified time | relevance | path

Searched defs:IsKnown (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h39 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown() function
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h41 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h40 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/src/
Dxpos.go22 func (p XPos) IsKnown() bool { func
Dpos.go45 func (p Pos) IsKnown() bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dpos.go32 func (pos Pos) IsKnown() bool { return pos.line > 0 } func
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dsymbolic_shapes.cc36 bool IsKnown(const TensorShapeProto::Dim& dim) { return dim.size() >= 0; } in IsKnown() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_versions.cc59 bool ParsedQuicVersion::IsKnown() const { in IsKnown() function in quic::ParsedQuicVersion
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp550 bool RequireReadNone, bool &IsKnown) { in isAssumedReadOnlyOrReadNone()
579 const AbstractAttribute &QueryingAA, bool &IsKnown) { in isAssumedReadOnly()
584 const AbstractAttribute &QueryingAA, bool &IsKnown) { in isAssumedReadNone()
H A DAttributorAttributes.cpp1930 bool IsKnown = false; in updateImpl() local
3315 bool IsKnown; in isImpliedByMustprogressAndReadonly() local
3738 bool IsKnown; in updateImpl() local
4119 bool IsKnown; in isAssumedSideEffectFree() local
5836 bool IsKnown; in updateImpl() local
6248 bool IsKnown; in updateImpl() local
7636 bool IsKnown; in updateImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc1122 bool LiteralBase::IsKnown(const ShapeIndex& shape_index) const { in IsKnown() function in xla::LiteralBase
2482 bool LiteralBase::Piece::IsKnown() const { in IsKnown() function in xla::LiteralBase::Piece