Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp160 std::vector<fs::path> Parts; in decompPathTest() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp92 std::vector<Record*> Parts = in updateComponents() local
123 ArrayRef<CodeGenSubRegIndex*> Parts) { in setConcatenationOf()
396 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local
492 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSecondarySubRegs() local
1275 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) { in getConcatSubRegIndex()
/external/clang/lib/Index/
DCommentToXML.cpp442 FullCommentParts Parts(C, Traits); in visitFullComment() local
823 FullCommentParts Parts(C, Traits); in visitFullComment() local
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp72 std::vector<Record*> Parts = in updateComponents() local
345 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local
428 SmallVector<CodeGenSubRegIndex*, 8> Parts(1, I->first); in computeSecondarySubRegs() local
1086 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) { in getConcatSubRegIndex()
DCodeGenRegisters.h587 addConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts, in addConcatSubRegIndex()
/external/llvm/lib/Support/
DAPFloat.cpp724 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local
746 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local
3890 integerPart *Parts = significandParts(); in next() local
3912 integerPart *Parts = significandParts(); in next() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp283 SDValue Parts[2]; in ExpandOp_BITCAST() local
DSelectionDAGBuilder.cpp98 const SDValue *Parts, in getCopyFromParts()
218 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
326 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToParts()
439 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
653 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local
738 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local
1192 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local
6378 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
DLegalizeFloatTypes.cpp1211 ArrayRef<uint64_t> Parts; in ExpandFloatRes_XINT_TO_FP() local
DDAGCombiner.cpp2589 static bool isBSwapHWordElement(SDValue N, SmallVector<SDNode*,4> &Parts) { in isBSwapHWordElement()
2669 SmallVector<SDNode*,4> Parts(4, (SDNode*)0); in MatchBSwapHWord() local
DLegalizeIntegerTypes.cpp700 SmallVector<SDValue, 8> Parts(NumRegs); in PromoteIntRes_VAARG() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp330 SDValue Parts[2]; in IntegerToVector() local
DSelectionDAGBuilder.cpp129 const SDValue *Parts, unsigned NumParts, in getCopyFromParts()
277 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
383 SDValue *Parts, unsigned NumParts, MVT PartVT, in getCopyToParts()
514 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
652 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local
754 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local
1464 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local
7629 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
DLegalizeFloatTypes.cpp1451 ArrayRef<uint64_t> Parts; in ExpandFloatRes_XINT_TO_FP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp324 SDValue Parts[2]; in IntegerToVector() local
DSelectionDAGBuilder.cpp197 const SDValue *Parts, unsigned NumParts, in getCopyFromParts()
346 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
487 SDValue *Parts, unsigned NumParts, MVT PartVT, in getCopyToParts()
620 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
787 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local
871 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local
1610 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local
8502 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
DLegalizeFloatTypes.cpp1505 ArrayRef<uint64_t> Parts; in ExpandFloatRes_XINT_TO_FP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp777 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local
799 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local
3727 integerPart *Parts = significandParts(); in next() local
3749 integerPart *Parts = significandParts(); in next() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h762 T Parts[sizeof(int64_t)/sizeof(T)]; in isSVEMaskOfIdenticalElements() member
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp318 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp496 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
/external/libcxx/src/filesystem/
Doperations.cpp1404 vector<PartKindPair> Parts; in lexically_normal() local
/external/llvm/include/llvm/TableGen/
DRecord.h1585 SmallVector<std::pair< bool, StringRef>, 4> Parts; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1691 SmallVector<std::pair< bool, StringRef>, 4> Parts; member
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3360 VectorParts &Parts = WidenMap.get(KV.first); in truncateToMinimalBitwidths() local
3452 VectorParts &Parts = WidenMap.get(KV.first); in truncateToMinimalBitwidths() local

12