/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_shadow.h | 42 struct Parts { struct 50 Parts part_; argument 149 struct Parts { struct 157 Parts part_; argument
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | PackedVersion.cpp | 28 SmallVector<StringRef, 3> Parts; in parse32() local 63 SmallVector<StringRef, 5> Parts; in parse64() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SymbolRemappingReader.cpp | 43 SmallVector<StringRef, 4> Parts; in read() local [all...] |
H A D | InstrProfReader.cpp | 1050 std::pair<StringRef, StringRef> Parts = {StringRef(), Name}; in extractName() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Stencil.h | 64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 165 SmallVector<std::string, 16> Parts; in dump() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 122 auto CompletelyMatchesParts = [II](auto... Parts) -> bool { in isHardenedVariantOf()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 123 Directive getCompoundConstruct(ArrayRef<Directive> Parts) { in getCompoundConstruct()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HLSL.cpp | 71 SmallVector<StringRef, 3> Parts; in tryParseProfile() local
|
H A D | AMDGPU.cpp | 351 SmallVector<StringRef, 3> Parts; in RocmInstallationDetector() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 390 llvm::SmallVector<std::string, 2> Parts; in toString() local 489 Stencil transformer::catVector(std::vector<Stencil> Parts) { in catVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSectionsProfileReader.cpp | 41 SmallVector<StringRef, 2> Parts; in parseUniqueBBID() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 95 std::vector<Record *> Parts = in updateComponents() local 126 ArrayRef<CodeGenSubRegIndex *> Parts) { in setConcatenationOf() 407 SmallVector<CodeGenSubRegIndex *, 8> Parts; in computeSubRegs() local 503 SmallVector<CodeGenSubRegIndex *, 8> Parts; in computeSecondarySubRegs() local 1403 const SmallVector<CodeGenSubRegIndex *, 8> &Parts, in getConcatSubRegIndex()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 444 FullCommentParts Parts(C, Traits); in visitFullComment() local 833 FullCommentParts Parts(C, Traits); in visitFullComment() local
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 162 vector<PartKindPair> Parts; in lexically_normal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 1025 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local 1047 const integerPart *Parts = significandParts(); in isSignificandAllOnesExceptLSB() local 1074 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local 1095 const integerPart *Parts = significandParts(); in isSignificandAllZerosExceptMSB() local 4412 const integerPart *Parts = significandParts(); in getExactLog2Abs() local 4538 integerPart *Parts = significandParts(); in next() local 4560 integerPart *Parts = significandParts(); in next() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 165 std::vector<Part> Parts; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 318 SDValue Parts[2]; in IntegerToVector() local
|
H A D | SelectionDAGBuilder.cpp | 169 getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, in getCopyFromParts() 342 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector() 507 getCopyToParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, in getCopyToParts() 691 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector() 889 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local 973 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local 2263 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local 11027 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 757 auto Parts = bit_cast<std::array<T, sizeof(int64_t) / sizeof(T)>>(Imm); isSVEMaskOfIdenticalElements() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 349 static bool collectSRATypes(DenseMap<uint64_t, GlobalPart> &Parts, in collectSRATypes() argument 522 DenseMap<uint64_t, GlobalPart> Parts; in SRAGlobal() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 236 void LegalizerHelper::extractGCDType(SmallVectorImpl<Register> &Parts, in extractGCDType() 250 LLT LegalizerHelper::extractGCDType(SmallVectorImpl<Register> &Parts, LLT DstTy, in extractGCDType() 1326 SmallVector<Register, 8> Parts; in narrowScalar() local 1918 SmallVector<Register, 8> Parts; in widenScalarMergeValues() local 2074 SmallVector<Register, 16> Parts; in widenScalarUnmergeValues() local 6228 SmallVector<Register, 8> Parts; in narrowScalarExt() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1073 MSGuidDecl::Parts Parts = D->getParts(); in VisitMSGuidDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 521 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 2559 SDValue Parts[2] = {Lo, Hi}; in lowerShiftLeftParts() local 2612 SDValue Parts[2] = {Lo, Hi}; in lowerShiftRightParts() local 5355 SmallVector<std::pair<SDValue, SDValue>> Parts; in LowerCall() local
|