Searched defs:Elem (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp111 FoldingSetIterator<AttributeSetNode> Elem = I++; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h216 auto &Elem = V.find(KeyInt)->second; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp216 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, argument
227 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp725 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); local
H A DExprEngine.cpp2121 CFGElement Elem = *I; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp571 Constant *Elem = C->getAggregateElement(I); local
H A DConstantFolding.cpp383 unsigned Elem = 0; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp238 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); local
244 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); local
H A DCGOpenMPRuntime.cpp1384 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); local
1399 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); local
1462 auto &Elem local
1474 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); local
2122 auto &Elem = *InternalVars.try_emplace(RuntimeName, nullptr).first; local
2399 Address Elem = CGF.Builder.CreateConstArrayGEP(CopyprivateList, I); local
5343 Address Elem = CGF.Builder.CreateConstArrayGEP(LHS, Idx); local
5481 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); local
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1497 auto Elem = *PP; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1589 IdentifierNode *Elem = demangleNameScopePiece(MangledName); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1085 auto &Elem = *InternalVars.try_emplace(RuntimeName, nullptr).first; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp697 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem, argument
1181 unsigned Elem = ElemN->getZExtValue(); local
1223 unsigned Elem = ElemN->getZExtValue(); local
[all...]
H A DSystemZISelLowering.cpp4398 unsigned Elem = Bytes[Start + I]; local
4601 bool GeneralShuffle::add(SDValue Op, unsigned Elem) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2561 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); local
2592 Value *Elem = local
H A DInstCombineCompares.cpp2861 Value *Elem = Builder.getInt32(Mask[0]); local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp566 EnforceVectorEltTypeIs(TypeSetByHwMode &Vec, TypeSetByHwMode &Elem) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2319 HexagonTargetLowering::buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, argument
2402 buildVector64(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, SelectionDAG &DAG) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1865 const Node *Elem; member in class:BracedExpr
2257 void push_back(const T& Elem) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2252 uint64_t Elem = Value & Mask; local
3386 unsigned Elem = Value & 0xffff; local
3410 unsigned Elem = encodeNeonVMOVImmediate(Value & 0xffffffff); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6748 unsigned Elem = ((Imm >> ElemNum * BytesPerElem) & Mask); local

Completed in 535 milliseconds