Home
last modified time | relevance | path

Searched defs:Strict (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h45 bool Strict; variable
67 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.h43 const bool Strict; variable
H A DInconsistentDeclarationParameterNameCheck.cpp89 bool nameMatch(StringRef L, StringRef R, bool Strict) { in nameMatch()
102 bool Strict) { in findDifferingParamsInDeclaration()
138 SourceManager &SM, bool Strict) { in findInconsistentDeclarations()
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith()
179 compareNode(uint32_t Offset, StringRef Name, bool Strict, in compareNode()
215 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) { in compareNode()
259 static std::size_t findSyllable(StringRef Name, bool Strict, in findSyllable()
286 nameToHangulCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToHangulCodePoint()
345 nameToGeneratedCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToGeneratedCodePoint()
371 static std::optional<char32_t> nameToCodepoint(StringRef Name, bool Strict, in nameToCodepoint()
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h76 EmitHSAMetadata(msgpack::Document & HSAMetadata,bool Strict) EmitHSAMetadata() argument
H A DAMDGPUTargetStreamer.cpp274 EmitHSAMetadata(msgpack::Document & HSAMetadataDoc,bool Strict) EmitHSAMetadata() argument
865 EmitHSAMetadata(msgpack::Document & HSAMetadataDoc,bool Strict) EmitHSAMetadata() argument
/llvm-project/clang-tools-extra/clangd/
H A DConfig.h93 Strict, enumerator
96 enum class FastCheckPolicy { Strict, Loose, None }; enumerator
/llvm-project/polly/lib/Support/
H A DISLTools.cpp85 isl::map polly::beforeScatter(isl::map Map, bool Strict) { in beforeScatter()
92 isl::union_map polly::beforeScatter(isl::union_map UMap, bool Strict) { in beforeScatter()
103 isl::map polly::afterScatter(isl::map Map, bool Strict) { in afterScatter()
110 isl::union_map polly::afterScatter(const isl::union_map &UMap, bool Strict) { in afterScatter()
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h39 Strict // Never fuse FP-ops. enumerator
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2245 bool Strict = false; handleEndOfLine() local
2438 breakProtrudingToken(const FormatToken & Current,LineState & State,bool AllowBreak,bool DryRun,bool Strict) breakProtrudingToken() argument
/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp378 FindIDom(MachineBasicBlock & Block,ListOfBBs BBs,DominanceAnalysis & Dom,bool Strict=true) FindIDom() argument
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1907 isValidMsgOp(int64_t MsgId,int64_t OpId,const MCSubtargetInfo & STI,bool Strict) isValidMsgOp() argument
1924 isValidMsgStream(int64_t MsgId,int64_t OpId,int64_t StreamId,const MCSubtargetInfo & STI,bool Strict) isValidMsgStream() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1836 bool Strict = N->isStrictFPOpcode(); ExpandFloatRes_XINT_TO_FP() local
H A DTargetLowering.cpp8226 bool Strict = Node->isStrictFPOpcode() || expandFP_TO_UINT() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7474 bool Strict = Msg.IsSymbolic; validateSendMsg() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15365 bool Strict = N->getOperand(1)->isStrictFPOpcode(); combineStoreFPToInt() local