| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 34 bool Strict; variable 56 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 86 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) = 0; 146 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override; 206 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
|
| H A D | AMDGPUTargetStreamer.cpp | 267 msgpack::Document &HSAMetadataDoc, bool Strict) { in EmitHSAMetadata() argument 268 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata() 747 bool Strict) { in EmitHSAMetadata() argument 748 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata()
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | ieee802_1x_defs.h | 68 Strict, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1227 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict) { in isValidMsgId() argument 1228 if (Strict) { in isValidMsgId() 1268 bool Strict) { in isValidMsgOp() argument 1269 assert(isValidMsgId(MsgId, STI, Strict)); in isValidMsgOp() 1271 if (!Strict) in isValidMsgOp() 1293 const MCSubtargetInfo &STI, bool Strict) { in isValidMsgStream() argument 1294 assert(isValidMsgOp(MsgId, OpId, STI, Strict)); in isValidMsgStream() 1296 if (!Strict) in isValidMsgStream()
|
| H A D | AMDGPUBaseInfo.h | 661 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict = true); 665 bool Strict = true); 669 const MCSubtargetInfo &STI, bool Strict = true);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 39 Strict // Never fuse FP-ops. enumerator
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 151 * snps,rx-sched-sp, Strict priority 152 * snps,rx-sched-wsp, Weighted Strict priority 177 * snps,tx-sched-sp, Strict priority
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 147 bool Strict);
|
| H A D | ContinuationIndenter.cpp | 1832 bool Strict = false; in handleEndOfLine() local 1837 Current, State, AllowBreak, /*DryRun=*/true, Strict); in handleEndOfLine() 1846 Strict = StrictPenalty <= Penalty; in handleEndOfLine() 1847 if (Strict) { in handleEndOfLine() 1856 Strict); in handleEndOfLine() 1985 bool DryRun, bool Strict) { in breakProtrudingToken() argument 2125 if (!ContinueOnLine && !Strict) { in breakProtrudingToken()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 29 if (Strict) in verifyScalar()
|
| /freebsd-13.1/contrib/libfido2/ |
| H A D | NEWS | 145 ** Strict checks for CTAP2 compliance on received CBOR payloads.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 163 SourceLocation Strict, const Expr *ReplaceExpr) in AvailabilityData() 164 : StrictLoc(Strict), Replacement(ReplaceExpr) { in AvailabilityData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 1647 bool Strict = N->isStrictFPOpcode(); in ExpandFloatRes_XINT_TO_FP() local 1648 SDValue Src = N->getOperand(Strict ? 1 : 0); in ExpandFloatRes_XINT_TO_FP() 1653 SDValue Chain = Strict ? N->getOperand(0) : DAG.getEntryNode(); in ExpandFloatRes_XINT_TO_FP() 1666 if (Strict) { in ExpandFloatRes_XINT_TO_FP() 1688 if (Strict) in ExpandFloatRes_XINT_TO_FP() 1695 if (Strict) in ExpandFloatRes_XINT_TO_FP() 1731 if (Strict) { in ExpandFloatRes_XINT_TO_FP()
|
| H A D | TargetLowering.cpp | 6809 bool Strict = Node->isStrictFPOpcode() || in expandFP_TO_UINT() local 6812 if (Strict) { in expandFP_TO_UINT()
|
| H A D | SelectionDAGBuilder.cpp | 6348 if (TM.Options.AllowFPOpFusion != FPOpFusion::Strict && in visitIntrinsicCall() 7275 if (TM.Options.AllowFPOpFusion == FPOpFusion::Strict || in visitConstrainedFPIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 276 clEnumValN(FPOpFusion::Strict, "off", in CGOPT()
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_macsec_qca.c | 709 if (validate_frames == Strict) in macsec_qca_create_receive_sc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 6234 bool Strict = Msg.IsSymbolic; in validateSendMsg() local 6236 if (!isValidMsgId(Msg.Id, getSTI(), Strict)) { in validateSendMsg() 6240 if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) { in validateSendMsg() 6248 if (!isValidMsgOp(Msg.Id, Op.Id, getSTI(), Strict)) { in validateSendMsg() 6252 if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) { in validateSendMsg() 6256 if (!isValidMsgStream(Msg.Id, Op.Id, Stream.Id, getSTI(), Strict)) { in validateSendMsg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 724 /// Strict floating point instructions.
|
| /freebsd-13.1/contrib/wpa/src/pae/ |
| H A D | ieee802_1x_kay.c | 1337 body->prx = kay->macsec_validate != Strict; in ieee802_1x_mka_encode_sak_use_body() 3531 kay->macsec_validate = Strict; in ieee802_1x_kay_init()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperators.td | 721 // Strict floating-point fragments.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2020 if (TM.Options.AllowFPOpFusion != FPOpFusion::Strict && in translateKnownIntrinsic()
|
| /freebsd-13.1/contrib/file/ |
| H A D | ChangeLog | 1604 * Strict adherence to C style string escapes. A warnings are
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CookBook.md | 224 ## The Nice, the Strict, and the Naggy ## 1348 For more on uninteresting calls, nice mocks, and strict mocks, read ["The Nice, the Strict, and the…
|