Home
last modified time | relevance | path

Searched defs:Parts (Results 1 – 25 of 47) 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
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp43 SmallVector<StringRef, 4> Parts; in read() local
H A DInstrProfReader.cpp1015 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/Driver/ToolChains/
H A DHLSL.cpp71 SmallVector<StringRef, 3> Parts; in tryParseProfile() local
H A DAMDGPU.cpp350 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/
H A DCodeGenRegisters.cpp89 std::vector<Record*> Parts = in updateComponents() local
120 ArrayRef<CodeGenSubRegIndex*> Parts) { in setConcatenationOf()
395 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local
491 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSecondarySubRegs() local
1381 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) { in getConcatSubRegIndex()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp443 FullCommentParts Parts(C, Traits); in visitFullComment() local
820 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.cpp996 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local
1018 const integerPart *Parts = significandParts(); in isSignificandAllOnesExceptLSB() local
1045 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local
1066 const integerPart *Parts = significandParts(); in isSignificandAllZerosExceptMSB() local
4299 const integerPart *Parts = significandParts(); in getExactLog2Abs() local
4420 integerPart *Parts = significandParts(); in next() local
4442 integerPart *Parts = significandParts(); in next() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h162 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.cpp165 getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, in getCopyFromParts()
338 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
503 getCopyToParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, in getCopyToParts()
687 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
876 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local
960 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local
2222 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local
10507 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp339 static bool collectSRATypes(DenseMap<uint64_t, GlobalPart> &Parts, in collectSRATypes() argument
512 DenseMap<uint64_t, GlobalPart> Parts; in SRAGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h778 auto Parts = bit_cast<std::array<T, sizeof(int64_t) / sizeof(T)>>(Imm); in isSVEMaskOfIdenticalElements() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1583 SDValue Parts[2] = {Lo, Hi}; in lowerShiftLeftParts() local
1636 SDValue Parts[2] = {Lo, Hi}; in lowerShiftRightParts() local
4158 SmallVector<std::pair<SDValue, SDValue>> Parts; in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp235 void LegalizerHelper::extractGCDType(SmallVectorImpl<Register> &Parts, in extractGCDType()
249 LLT LegalizerHelper::extractGCDType(SmallVectorImpl<Register> &Parts, LLT DstTy, in extractGCDType()
1285 SmallVector<Register, 8> Parts; in narrowScalar() local
1854 SmallVector<Register, 8> Parts; in widenScalarMergeValues() local
2010 SmallVector<Register, 16> Parts; in widenScalarUnmergeValues() local
5876 SmallVector<Register, 8> Parts; in narrowScalarExt() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1035 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/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp560 Piece *Parts[4] = {}; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2984 const std::vector<int16_t> &Parts = RegSplitParts[EltDWORDs - 1]; in getRegSplitParts() local

12