/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | AMDGPUMetadataVerifier.h | 45 bool Strict; variable 67 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | InconsistentDeclarationParameterNameCheck.h | 43 const bool Strict; variable
|
H A D | InconsistentDeclarationParameterNameCheck.cpp | 89 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 D | UnicodeNameToCodepoint.cpp | 120 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 D | AMDGPUTargetStreamer.h | 76 EmitHSAMetadata(msgpack::Document & HSAMetadata,bool Strict) EmitHSAMetadata() argument
|
H A D | AMDGPUTargetStreamer.cpp | 274 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 D | Config.h | 93 Strict, enumerator 96 enum class FastCheckPolicy { Strict, Loose, None }; enumerator
|
/llvm-project/polly/lib/Support/ |
H A D | ISLTools.cpp | 85 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 D | TargetOptions.h | 39 Strict // Never fuse FP-ops. enumerator
|
/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 2245 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 D | ShrinkWrap.cpp | 378 FindIDom(MachineBasicBlock & Block,ListOfBBs BBs,DominanceAnalysis & Dom,bool Strict=true) FindIDom() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1907 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 D | LegalizeFloatTypes.cpp | 1836 bool Strict = N->isStrictFPOpcode(); ExpandFloatRes_XINT_TO_FP() local
|
H A D | TargetLowering.cpp | 8226 bool Strict = Node->isStrictFPOpcode() || expandFP_TO_UINT() local
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 7474 bool Strict = Msg.IsSymbolic; validateSendMsg() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 15365 bool Strict = N->getOperand(1)->isStrictFPOpcode(); combineStoreFPToInt() local
|