Searched defs:Elts (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h124 explicit TinyPtrVector(ArrayRef<EltTy> Elts) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp282 evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) argument
324 RecSet Elts; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp325 SmallVector<Metadata *, 4> Elts; local
354 Metadata *Elts[] = { local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp235 Constant *Elts[] = {ConstantInt::get(Int32Ty, TorList[i].second), local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp212 const std::vector<Record*> *Elts = Sets.expand(Rec); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h703 static Constant *get(LLVMContext &Context, ArrayRef<ElementTy> Elts) { argument
712 static Constant *get(LLVMContext &Context, ArrayTy &Elts) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h246 APValue *Elts; member in struct:clang::APValue::Vec
252 APValue *Elts; member in struct:clang::APValue::Arr
258 APValue *Elts; member in struct:clang::APValue::StructData
[all...]
H A DDeclObjC.h84 void set(T* const* InList, unsigned Elts, ASTContext &Ctx) { argument
85 ObjCListBase::set(reinterpret_cast<void*const*>(InList), Elts, Ctx); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp991 SmallVector<Type *, 8> Elts; local
H A DDIBuilder.cpp614 SmallVector<llvm::Metadata *, 16> Elts; local
H A DAutoUpgrade.cpp1692 SmallVector<Metadata *, 1> Elts; local
1719 SmallVector<Metadata *, 1> Elts; local
3772 Metadata *Elts[] = {MD.getOperand(0), MD.getOperand(1)}; local
3782 Metadata *Elts[] = {&MD, &MD, ConstantAsMetadata::get(Constant::getNullValue( local
[all...]
H A DConstants.cpp995 SmallVector<ElementTy, 16> Elts; local
1008 SmallVector<ElementTy, 16> Elts; local
2628 getFP(LLVMContext &Context, ArrayRef<uint16_t> Elts) argument
2634 getFP(LLVMContext &Context, ArrayRef<uint32_t> Elts) argument
2640 getFP(LLVMContext &Context, ArrayRef<uint64_t> Elts) argument
2663 get(LLVMContext &Context, ArrayRef<uint8_t> Elts) argument
2668 get(LLVMContext &Context, ArrayRef<uint16_t> Elts) argument
2673 get(LLVMContext &Context, ArrayRef<uint32_t> Elts) argument
2678 get(LLVMContext &Context, ArrayRef<uint64_t> Elts) argument
2683 get(LLVMContext &Context, ArrayRef<float> Elts) argument
2688 get(LLVMContext &Context, ArrayRef<double> Elts) argument
2699 getFP(LLVMContext &Context, ArrayRef<uint16_t> Elts) argument
2705 getFP(LLVMContext &Context, ArrayRef<uint32_t> Elts) argument
2711 getFP(LLVMContext &Context, ArrayRef<uint64_t> Elts) argument
[all...]
H A DDebugInfo.cpp965 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), local
978 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), local
1035 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), local
1209 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), local
1266 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1148 SmallVector<Constant*, 16> Elts; local
1399 SmallVector<Constant*, 16> Elts; local
H A DInstCombineVectorOps.cpp1916 SmallVector<Constant*, 16> Elts; local
2227 SmallVector<Constant*, 16> Elts; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp44 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { argument
53 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h394 static LValue MakeExtVectorElt(Address vecAddress, llvm::Constant *Elts, argument
H A DCGExprConstant.cpp1201 SmallVector<llvm::Constant*, 16> Elts; local
2114 SmallVector<llvm::Constant*, 16> Elts; local
[all...]
H A DCGDebugInfo.cpp1477 SmallVector<llvm::Metadata *, 16> Elts; local
3557 SmallVector<llvm::Metadata *, 16> Elts; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1170 SmallVector<Metadata *, 8> Elts; local
1208 SmallVector<Metadata *, 8> Elts; local
1821 auto Elts = MutableArrayRef<uint64_t>(Record).slice(1); local
[all...]
H A DBitcodeReader.cpp2436 SmallVector<Constant*, 16> Elts; local
2599 SmallVector<Constant*, 16> Elts; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1365 SmallSetVector<Metadata *, 16> Elts; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp388 ActOnCompoundStmt(SourceLocation L, SourceLocation R, ArrayRef<Stmt *> Elts, bool isStmtExpr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2485 SmallVector<SDValue, 32> Elts; local

Completed in 766 milliseconds

12