Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DPackedVersion.cpp29 SmallVector<StringRef, 3> Parts; in parse32() local
64 SmallVector<StringRef, 5> Parts; in parse64() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DSymbolRemappingReader.cpp42 SmallVector<StringRef, 4> Parts; in read() local
H A DAPFloat.cpp851 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local
873 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local
4091 integerPart *Parts = significandParts(); in next() local
4113 integerPart *Parts = significandParts(); in next() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DStencil.h64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeBeadsGen.cpp76 unsigned Parts = MaxBitLength / 8; in run() local
H A DCodeGenRegisters.cpp92 std::vector<Record*> Parts = in updateComponents() local
123 ArrayRef<CodeGenSubRegIndex*> Parts) { in setConcatenationOf()
392 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local
488 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSecondarySubRegs() local
1297 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) { in getConcatSubRegIndex()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstraintSystem.cpp115 SmallVector<std::string, 16> Parts; in dump() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp51 SmallVector<StringRef, 2> Parts; in HandleComment() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp164 llvm::SmallVector<std::string, 2> Parts; in toStringData() local
449 Stencil transformer::catVector(std::vector<Stencil> Parts) { in catVector()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp443 FullCommentParts Parts(C, Traits); in visitFullComment() local
820 FullCommentParts Parts(C, Traits); in visitFullComment() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp256 void LegalizerHelper::extractGCDType(SmallVectorImpl<Register> &Parts, in extractGCDType()
270 LLT LegalizerHelper::extractGCDType(SmallVectorImpl<Register> &Parts, LLT DstTy, in extractGCDType()
1305 SmallVector<Register, 8> Parts; in moreElementsVectorSrc() local
1412 SmallVector<Register, 8> Parts; in widenScalarMergeValues() local
1601 SmallVector<Register, 16> Parts; in widenScalarUnmergeValues() local
3294 SmallVector<Register, 8> Parts(NumParts, NewUndef.getReg(0)); in fewerElementsVectorImplicitDef() local
3763 SmallVector<Register, 16> Parts; in fewerElementsVectorMerge() local
3971 SmallVector<Register, 8> Parts; in reduceOperationWidth() local
4082 SmallVector<Register, 8> Parts; in fewerElementsVectorSextInReg() local
5074 SmallVector<Register, 8> Parts; in narrowScalarExt() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp320 SDValue Parts[2]; in IntegerToVector() local
H A DSelectionDAGBuilder.cpp165 const SDValue *Parts, unsigned NumParts, in getCopyFromParts()
327 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
474 SDValue *Parts, unsigned NumParts, MVT PartVT, in getCopyToParts()
648 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
818 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local
902 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local
1968 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local
9581 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp316 SmallVector<StringRef, 3> Parts; in RocmInstallationDetector() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp657 std::pair<StringRef, StringRef> Parts = {StringRef(), Name}; in extractName() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h756 auto Parts = bit_cast<std::array<T, sizeof(int64_t) / sizeof(T)>>(Imm); in isSVEMaskOfIdenticalElements() local
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp959 MSGuidDecl::Parts Parts = D->getParts(); in VisitMSGuidDecl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2841 SDValue Parts[2] = {Lo, Hi}; in lowerShiftLeftParts() local
2893 SDValue Parts[2] = {Lo, Hi}; in lowerShiftRightParts() local
7567 SmallVector<std::pair<SDValue, unsigned>> Parts; in LowerCall() local
8525 SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, in splitValueIntoRegisterParts()
8567 SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp520 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2230 const std::vector<int16_t> &Parts = RegSplitParts[EltDWORDs - 1]; in getRegSplitParts() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3671 SDValue Val, SDValue *Parts, in splitValueIntoRegisterParts()
3680 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1647 vector<PartKindPair> Parts; in lexically_normal() local
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp560 Piece *Parts[4] = {}; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1917 SmallVector<std::pair< bool, StringRef>, 4> Parts; member
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp164 std::pair<StringRef, StringRef> Parts = LineIt->split(' '); in create() local

12