Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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-src/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}; extractName() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp165 SmallVector<std::string, 16> Parts; in dump() local
/freebsd-src/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; RocmInstallationDetector() local
/freebsd-src/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() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp41 SmallVector<StringRef, 2> Parts; in parseUniqueBBID() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp443 FullCommentParts Parts(C, Traits); visitFullComment() local
820 FullCommentParts Parts(C, Traits); visitFullComment() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp162 vector<PartKindPair> Parts; in lexically_normal() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp996 const integerPart *Parts = significandParts(); isSignificandAllOnes() local
1018 const integerPart *Parts = significandParts(); isSignificandAllOnesExceptLSB() local
1045 const integerPart *Parts = significandParts(); isSignificandAllZeros() local
1066 const integerPart *Parts = significandParts(); isSignificandAllZerosExceptMSB() local
4299 const integerPart *Parts = significandParts(); getExactLog2Abs() local
4420 integerPart *Parts = significandParts(); next() local
4442 integerPart *Parts = significandParts(); next() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h162 std::vector<Part> Parts; global() member
/freebsd-src/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,unsigned NumParts,MVT PartVT,EVT ValueVT,const Value * V,SDValue InChain,std::optional<CallingConv::ID> CC=std::nullopt,std::optional<ISD::NodeType> AssertOp=std::nullopt) getCopyFromParts() argument
338 getCopyFromPartsVector(SelectionDAG & DAG,const SDLoc & DL,const SDValue * Parts,unsigned NumParts,MVT PartVT,EVT ValueVT,const Value * V,SDValue InChain,std::optional<CallingConv::ID> CallConv) getCopyFromPartsVector() argument
503 getCopyToParts(SelectionDAG & DAG,const SDLoc & DL,SDValue Val,SDValue * Parts,unsigned NumParts,MVT PartVT,const Value * V,std::optional<CallingConv::ID> CallConv=std::nullopt,ISD::NodeType ExtendKind=ISD::ANY_EXTEND) getCopyToParts() argument
687 getCopyToPartsVector(SelectionDAG & DAG,const SDLoc & DL,SDValue Val,SDValue * Parts,unsigned NumParts,MVT PartVT,const Value * V,std::optional<CallingConv::ID> CallConv) getCopyToPartsVector() argument
876 SmallVector<SDValue, 8> Parts; getCopyFromRegs() local
960 SmallVector<SDValue, 8> Parts(NumRegs); getCopyToRegs() local
2222 SmallVector<SDValue, 4> Parts(NumParts); visitRet() local
10507 SmallVector<SDValue, 4> Parts(NumParts); LowerCallTo() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp339 collectSRATypes(DenseMap<uint64_t,GlobalPart> & Parts,GlobalVariable * GV,const DataLayout & DL) collectSRATypes() argument
512 DenseMap<uint64_t, GlobalPart> Parts; SRAGlobal() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1583 SDValue Parts[2] = {Lo, Hi}; lowerShiftLeftParts() local
1636 SDValue Parts[2] = {Lo, Hi}; lowerShiftRightParts() local
4158 SmallVector<std::pair<SDValue, SDValue>> Parts; LowerCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp235 extractGCDType(SmallVectorImpl<Register> & Parts,LLT GCDTy,Register SrcReg) extractGCDType() argument
249 extractGCDType(SmallVectorImpl<Register> & Parts,LLT DstTy,LLT NarrowTy,Register SrcReg) extractGCDType() argument
1285 SmallVector<Register, 8> Parts; narrowScalar() local
1854 SmallVector<Register, 8> Parts; widenScalarMergeValues() local
2010 SmallVector<Register, 16> Parts; widenScalarUnmergeValues() local
5876 SmallVector<Register, 8> Parts; narrowScalarExt() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1035 MSGuidDecl::Parts Parts = D->getParts(); VisitMSGuidDecl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp521 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp560 Piece *Parts[4] = {}; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2984 const std::vector<int16_t> &Parts = RegSplitParts[EltDWORDs - 1]; getRegSplitParts() local

12