/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 995 SmallVector<ElementTy, 16> Elts; in getIntSequenceIfElementsMatch() local 1008 SmallVector<ElementTy, 16> Elts; in getFPSequenceIfElementsMatch() local 1208 SmallVector<Constant*, 32> Elts(NumElts, V); in getSplat() local 2629 ArrayRef<uint16_t> Elts) { in getFP() 2635 ArrayRef<uint32_t> Elts) { in getFP() 2641 ArrayRef<uint64_t> Elts) { in getFP() 2663 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ in get() 2668 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get() 2673 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get() 2678 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get() [all …]
|
D | DebugInfo.cpp | 965 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType() local 978 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType() local 1035 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType() local 1209 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType() local 1266 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType() local
|
D | AutoUpgrade.cpp | 1692 SmallVector<Metadata *, 1> Elts; in UpgradeIntrinsicCall() local 1719 SmallVector<Metadata *, 1> Elts; in UpgradeIntrinsicCall() local 3772 Metadata *Elts[] = {MD.getOperand(0), MD.getOperand(1)}; in UpgradeTBAANode() local 3782 Metadata *Elts[] = {&MD, &MD, ConstantAsMetadata::get(Constant::getNullValue( in UpgradeTBAANode() local
|
D | Function.cpp | 991 SmallVector<Type *, 8> Elts; in DecodeFixedType() local
|
D | DIBuilder.cpp | 614 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateTypeArray() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() 324 RecSet Elts; in expand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 124 explicit TinyPtrVector(ArrayRef<EltTy> Elts) in TinyPtrVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 325 SmallVector<Metadata *, 4> Elts; in splitAndWriteThinLTOBitcode() local 354 Metadata *Elts[] = { in splitAndWriteThinLTOBitcode() local
|
D | GlobalOpt.cpp | 2413 SmallVector<Constant*, 32> Elts; in EvaluateStoreInto() local 2537 SmallVector<Constant *, 32> Elts; in BatchCommitValueTo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2436 SmallVector<Constant*, 16> Elts; in parseConstants() local 2463 SmallString<16> Elts(Record.begin(), Record.end()); in parseConstants() local 2474 SmallVector<uint8_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2480 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2486 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2492 SmallVector<uint64_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2498 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2504 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2510 SmallVector<uint64_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local 2599 SmallVector<Constant*, 16> Elts; in parseConstants() local
|
D | MetadataLoader.cpp | 1170 SmallVector<Metadata *, 8> Elts; in parseOneMetadata() local 1208 SmallVector<Metadata *, 8> Elts; in parseOneMetadata() local 1821 auto Elts = MutableArrayRef<uint64_t>(Record).slice(1); in parseOneMetadata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1148 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local 1399 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local
|
D | InstCombineMulDivRem.cpp | 110 SmallVector<Constant *, 4> Elts; in getLogBase2() local 1461 SmallVector<Constant *, 16> Elts(VWidth); in visitSRem() local
|
D | InstCombineVectorOps.cpp | 1916 SmallVector<Constant*, 16> Elts; in visitShuffleVectorInst() local 2227 SmallVector<Constant*, 16> Elts; in visitShuffleVectorInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2680 SmallVector<Type*, 8> Elts; in ParseAnonStructType() local 3118 SmallVector<Constant*, 16> Elts; in ParseValID() local 3136 SmallVector<Constant*, 16> Elts; in ParseValID() local 3175 SmallVector<Constant*, 16> Elts; in ParseValID() local 3552 SmallVector<Constant*, 16> Elts; in ParseValID() local 3707 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts, in ParseGlobalValueVector() 3729 SmallVector<Metadata *, 16> Elts; in ParseMDTuple() local 7313 bool LLParser::ParseMDNodeVector(SmallVectorImpl<Metadata *> &Elts) { in ParseMDNodeVector()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.h | 352 GLuint *Elts; member
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_context.h | 208 GLuint *Elts; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 1365 SmallSetVector<Metadata *, 16> Elts; in linkModuleFlagsMetadata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8822 unsigned Elts = VT.getVectorNumElements(); in foldVSelectOfConstants() local 9130 SmallVector<SDValue, 8> Elts; in tryToFoldExtendOfConstant() local 15375 unsigned Elts = NumStores * NumMemElts; in MergeStoresOfConstantsOrVecElts() local 15900 unsigned Elts = (i + 1) * NumMemElts; in MergeConsecutiveStores() local 15965 unsigned Elts = (i + 1) * NumMemElts; in MergeConsecutiveStores() local 16097 unsigned Elts = (i + 1) * NumMemElts; in MergeConsecutiveStores() local 16199 unsigned Elts = NumElem * NumMemElts; in MergeConsecutiveStores() local 20329 Constant *Elts[] = { const_cast<ConstantFP*>(FV->getConstantFPValue()), in convertSelectOfFPConstantsToLoadOffset() local
|
D | LegalizeVectorTypes.cpp | 2485 SmallVector<SDValue, 32> Elts; in SplitVecOp_CONCAT_VECTORS() local
|
D | SelectionDAGBuilder.cpp | 471 unsigned Elts = PartEVT.getSizeInBits() / ValueVT.getScalarSizeInBits(); in getCopyFromPartsVector() local
|
D | SelectionDAG.cpp | 4333 SmallVector<SDValue, 16> Elts; in foldCONCAT_VECTORS() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4120 SmallVector<SDValue, 4> Elts; in adjustLoadValueTypeImpl() local 5173 ArrayRef<SDValue> Elts) { in getBuildDwordsVector() 7375 SmallVector<SDValue, 3> Elts; in LowerLOAD() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8058 static SDValue EltsFromConsecutiveLoads(EVT VT, ArrayRef<SDValue> Elts, in EltsFromConsecutiveLoads() 8325 SmallVector<SDValue, 64> Elts; in combineToConsecutiveLoads() local 23313 SmallVector<SDValue, 8> Elts; in getTargetVShiftByConstNode() local 26567 SmallVector<SDValue, 8> Elts; in convertShiftLeftToScale() local
|