| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ | 
| D | PackedVersion.cpp | 29   SmallVector<StringRef, 3> Parts;  in parse32()  local 64   SmallVector<StringRef, 5> Parts;  in parse64()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | SymbolRemappingReader.cpp | 42     SmallVector<StringRef, 4> Parts;  in read()  local
  | 
| D | APFloat.cpp | 829   const integerPart *Parts = significandParts();  in isSignificandAllOnes()  local 851   const integerPart *Parts = significandParts();  in isSignificandAllZeros()  local 3804       integerPart *Parts = significandParts();  in next()  local 3826         integerPart *Parts = significandParts();  in next()  local
  | 
| /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ | 
| D | path.decompose.pass.cpp | 160     std::vector<fs::path> Parts;  in decompPathTest()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.decompose/ | 
| D | path.decompose.pass.cpp | 204     std::vector<fs::path> Parts;  in decompPathTest()  local
  | 
| /external/clang/lib/Index/ | 
| D | CommentToXML.cpp | 442   FullCommentParts Parts(C, Traits);  in visitFullComment()  local 823   FullCommentParts Parts(C, Traits);  in visitFullComment()  local
  | 
| /external/llvm/utils/TableGen/ | 
| D | CodeGenRegisters.cpp | 72   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()
  | 
| D | CodeGenRegisters.h | 587     addConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts,  in addConcatSubRegIndex()
  | 
| /external/llvm/lib/Support/ | 
| D | APFloat.cpp | 724   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-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeTypesGeneric.cpp | 315   SDValue Parts[2];  in IntegerToVector()  local
  | 
| D | SelectionDAGBuilder.cpp | 205                                 const SDValue *Parts, unsigned NumParts,  in getCopyFromParts() 362                                       const SDValue *Parts, unsigned NumParts,  in getCopyFromPartsVector() 503                            SDValue *Parts, unsigned NumParts, MVT PartVT,  in getCopyToParts() 663                                  SDValue Val, SDValue *Parts, unsigned NumParts,  in getCopyToPartsVector() 815   SmallVector<SDValue, 8> Parts;  in getCopyFromRegs()  local 899   SmallVector<SDValue, 8> Parts(NumRegs);  in getCopyToRegs()  local 1888         SmallVector<SDValue, 4> Parts(NumParts);  in visitRet()  local 9252       SmallVector<SDValue, 4> Parts(NumParts);  in LowerCallTo()  local
  | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeTypesGeneric.cpp | 330   SDValue Parts[2];  in IntegerToVector()  local
  | 
| D | SelectionDAGBuilder.cpp | 129                                 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
  | 
| D | LegalizeFloatTypes.cpp | 1451   ArrayRef<uint64_t> Parts;  in ExpandFloatRes_XINT_TO_FP()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ | 
| D | InstrProfReader.cpp | 650     std::pair<StringRef, StringRef> Parts = {StringRef(), Name};  in extractName()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| D | AArch64AddressingModes.h | 756   auto Parts = bit_cast<std::array<T, sizeof(int64_t) / sizeof(T)>>(Imm);  in isSVEMaskOfIdenticalElements()  local
  | 
| /external/llvm/lib/Target/MSP430/ | 
| D | MSP430ISelLowering.cpp | 318     unsigned Parts = ArgsParts[i];  in AnalyzeArguments()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ | 
| D | RISCVISelLowering.cpp | 768   SDValue Parts[2] = {Lo, Hi};  in lowerShiftLeftParts()  local 820   SDValue Parts[2] = {Lo, Hi};  in lowerShiftRightParts()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ | 
| D | MSP430ISelLowering.cpp | 521     unsigned Parts = ArgsParts[i];  in AnalyzeArguments()  local
  | 
| /external/llvm/include/llvm/TableGen/ | 
| D | Record.h | 1585     SmallVector<std::pair< bool, StringRef>, 4> Parts;  member
  | 
| /external/libcxx/src/filesystem/ | 
| D | operations.cpp | 1404   vector<PartKindPair> Parts;  in lexically_normal()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | LegalizerHelper.cpp | 1157     SmallVector<Register, 8> Parts;  in moreElementsVectorSrc()  local 1251   SmallVector<Register, 8> Parts;  in widenScalarMergeValues()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/ | 
| D | operations.cpp | 1760   vector<PartKindPair> Parts;  in lexically_normal()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ | 
| D | Record.h | 1787     SmallVector<std::pair< bool, StringRef>, 4> Parts;  member
  | 
| /external/llvm/lib/Transforms/Vectorize/ | 
| D | LoopVectorize.cpp | 3360     VectorParts &Parts = WidenMap.get(KV.first);  in truncateToMinimalBitwidths()  local 3452     VectorParts &Parts = WidenMap.get(KV.first);  in truncateToMinimalBitwidths()  local
  |