Home
last modified time | relevance | path

Searched defs:Elts (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/llvm/lib/IR/
H A DConstants.cpp822 SmallVector<ElementTy, 16> Elts; in getIntSequenceIfElementsMatch() local
835 SmallVector<ElementTy, 16> Elts; in getFPSequenceIfElementsMatch() local
1045 SmallVector<Constant*, 32> Elts(NumElts, V); in getSplat() local
2416 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint8_t> Elts) { in get()
2421 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get()
2426 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get()
2431 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ in get()
2436 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<float> Elts) { in get()
2441 Constant *ConstantDataArray::get(LLVMContext &Context, ArrayRef<double> Elts) { in get()
2453 ArrayRef<uint16_t> Elts) { in getFP()
[all …]
H A DAutoUpgrade.cpp723 SmallVector<Metadata *, 1> Elts; in UpgradeIntrinsicCall() local
748 SmallVector<Metadata *, 1> Elts; in UpgradeIntrinsicCall() local
1380 Metadata *Elts[] = {MD->getOperand(0), MD->getOperand(1)}; in UpgradeInstWithTBAATag() local
1390 Metadata *Elts[] = {MD, MD, ConstantAsMetadata::get(Constant::getNullValue( in UpgradeInstWithTBAATag() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstants.cpp1178 SmallVector<ElementTy, 16> Elts; in getIntSequenceIfElementsMatch() local
1191 SmallVector<ElementTy, 16> Elts; in getFPSequenceIfElementsMatch() local
1407 SmallVector<Constant *, 32> Elts(EC.getKnownMinValue(), V); in getSplat() local
2723 SmallVector<Constant *, 4> Elts; in getExactLogBase2() local
2973 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP()
2980 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP()
2986 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP()
3010 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ in get()
3015 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ in get()
3020 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ in get()
[all …]
H A DDebugInfo.cpp1068 auto Elts = in LLVMDIBuilderCreateImportedModuleFromAlias() local
1081 auto Elts = in LLVMDIBuilderCreateImportedModuleFromModule() local
1094 auto Elts = in LLVMDIBuilderCreateImportedDeclaration() local
1185 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType() local
1198 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType() local
1255 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType() local
1429 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType() local
1486 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp995 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 …]
H A DDebugInfo.cpp965 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
/aosp_15_r20/external/llvm/tools/llvm-c-test/
H A Decho.cpp119 SmallVector<LLVMTypeRef, 8> Elts; in Clone() local
276 SmallVector<LLVMValueRef, 8> Elts; in clone_constant_impl() local
287 SmallVector<LLVMValueRef, 8> Elts; in clone_constant_impl() local
298 SmallVector<LLVMValueRef, 8> Elts; in clone_constant_impl() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp661 SmallVector<llvm::Constant*, 2> Elts; in VisitCastExpr() local
806 std::vector<llvm::Constant*> Elts; in EmitArrayInitialization() local
865 std::vector<llvm::Constant *> Elts; in EmitDesignatedInitUpdater() local
1276 llvm::Constant *Elts[] = { in EmitConstantValue() local
1435 std::vector<llvm::Constant*> Elts; in EmitConstantValue() local
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2239 SmallVector<Metadata *, 8> Elts; in parseMetadata() local
2275 SmallVector<Metadata *, 8> Elts; in parseMetadata() local
2967 SmallVector<Constant*, 16> Elts; in parseConstants() local
2994 SmallString<16> Elts(Record.begin(), Record.end()); in parseConstants() local
3005 SmallVector<uint8_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3011 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3017 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3023 SmallVector<uint64_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3029 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3035 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
[all …]
/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h81 APValue *Elts; member
87 APValue *Elts; member
93 APValue *Elts; member
/aosp_15_r20/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1585 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1594 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1606 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1629 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle()
1651 SetTheory::RecSet Elts; in emitDagShuffle() local
/aosp_15_r20/external/llvm/lib/TableGen/
H A DSetTheory.cpp272 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
314 RecSet Elts; in expand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DSetTheory.cpp282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
324 RecSet Elts; in expand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DSetTheory.cpp281 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
323 RecSet Elts; in expand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2436 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp384 SmallVector<Metadata *, 4> Elts; in splitAndWriteThinLTOBitcode() local
412 Metadata *Elts[] = { in splitAndWriteThinLTOBitcode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp325 SmallVector<Metadata *, 4> Elts; in splitAndWriteThinLTOBitcode() local
354 Metadata *Elts[] = { in splitAndWriteThinLTOBitcode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1254 SmallVector<Metadata *, 8> Elts; in parseOneMetadata() local
1303 SmallVector<Metadata *, 8> Elts; in parseOneMetadata() local
2043 auto Elts = MutableArrayRef<uint64_t>(Record).slice(1); in parseOneMetadata() local
2143 SmallVector<ValueAsMetadata *, 4> Elts; in parseOneMetadata() local
H A DBitcodeReader.cpp3082 SmallVector<unsigned, 16> Elts; in parseConstants() local
3105 SmallString<16> Elts(Record.begin(), Record.end()); in parseConstants() local
3120 SmallVector<uint8_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3126 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3132 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3138 SmallVector<uint64_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3144 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3150 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3156 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
3162 SmallVector<uint64_t, 16> Elts(Record.begin(), Record.end()); in parseConstants() local
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp936 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local
1073 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1489 SmallVector<Metadata *, 8> Elts; in ParseMetadata() local
1723 SmallVector<Constant*, 16> Elts; in ParseConstants() local
1753 std::vector<Constant*> Elts; in ParseConstants() local
1767 std::vector<Constant*> Elts; in ParseConstants() local
1825 SmallVector<Constant*, 16> Elts; in ParseConstants() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/
DSetTheory.h132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/
DSetTheory.h132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/
DSetTheory.h132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/
DSetTheory.h132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()

1234