Searched defs:Parts (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp42 SmallVector<StringRef, 4> Parts; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h64 template <typename... Ts> Stencil cat(Ts &&... Parts) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp159 llvm::SmallVector<std::string, 2> Parts; local
355 Stencil transformer::catVector(std::vector<Stencil> Parts) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp315 SDValue Parts[2]; local
H A DLegalizeFloatTypes.cpp1603 ArrayRef<uint64_t> Parts; local
H A DSelectionDAGBuilder.cpp204 getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, Optional<CallingConv::ID> CC = None, Optional<ISD::NodeType> AssertOp = None) argument
361 getCopyFromPartsVector(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, Optional<CallingConv::ID> CallConv) argument
502 getCopyToParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V, Optional<CallingConv::ID> CallConv = None, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
662 getCopyToPartsVector(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V, Optional<CallingConv::ID> CallConv) argument
815 SmallVector<SDValue, 8> Parts; local
[all...]
H A DDAGCombiner.cpp5563 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { argument
5648 static bool isBSwapHWordPair(SDValue N, MutableArrayRef<SDNode *> Parts) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h756 auto Parts = bit_cast<std::array<T, sizeof(int64_t) / sizeof(T)>>(Imm); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1787 SmallVector<std::pair< bool, StringRef>, 4> Parts; member in struct:llvm::final::final::LessRecordRegister::RecordParts
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp521 unsigned Parts = ArgsParts[i]; local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp155 std::pair<StringRef, StringRef> Parts = LineIt->split(' '); local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp92 std::vector<Record*> Parts = local
396 SmallVector<CodeGenSubRegIndex*, 8> Parts; local
122 setConcatenationOf( ArrayRef<CodeGenSubRegIndex*> Parts) argument
492 SmallVector<CodeGenSubRegIndex*, 8> Parts; local
1285 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp927 auto Parts = Name.rsplit('.'); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1157 SmallVector<Register, 8> Parts; local
1251 SmallVector<Register, 8> Parts; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp776 SDValue Parts[2] = {Lo, Hi}; local
828 SDValue Parts[2] = {Lo, Hi}; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7870 SDValue Parts[4]; local
[all...]

Completed in 300 milliseconds