Home
last modified time | relevance | path

Searched defs:Parts (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h42 struct Parts { struct
50 Parts part_; argument
149 struct Parts { struct
157 Parts part_; argument
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPackedVersion.cpp28 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 DSymbolRemappingReader.cpp43 SmallVector<StringRef, 4> Parts; in read() local
[all...]
H A DInstrProfReader.cpp1050 std::pair<StringRef, StringRef> Parts = {StringRef(), Name}; in extractName() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp165 SmallVector<std::string, 16> Parts; in dump() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp122 auto CompletelyMatchesParts = [II](auto... Parts) -> bool { in isHardenedVariantOf()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp123 Directive getCompoundConstruct(ArrayRef<Directive> Parts) { in getCompoundConstruct()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp71 SmallVector<StringRef, 3> Parts; in tryParseProfile() local
H A DAMDGPU.cpp351 SmallVector<StringRef, 3> Parts; in RocmInstallationDetector() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp390 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 DBasicBlockSectionsProfileReader.cpp41 SmallVector<StringRef, 2> Parts; in parseUniqueBBID() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp95 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 DCommentToXML.cpp444 FullCommentParts Parts(C, Traits); in visitFullComment() local
833 FullCommentParts Parts(C, Traits); in visitFullComment() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp162 vector<PartKindPair> Parts; in lexically_normal() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1025 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 DDXContainerYAML.h165 std::vector<Part> Parts; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp318 SDValue Parts[2]; in IntegerToVector() local
H A DSelectionDAGBuilder.cpp169 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 DAArch64AddressingModes.h757 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 DGlobalOpt.cpp349 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 DLegalizerHelper.cpp236 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 DASTWriterDecl.cpp1073 MSGuidDecl::Parts Parts = D->getParts(); in VisitMSGuidDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp521 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2559 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

12