Home
last modified time | relevance | path

Searched refs:FieldIndex (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h228 static ABIArgInfo getInAlloca(unsigned FieldIndex, bool Indirect = false) {
230 AI.setInAllocaFieldIndex(FieldIndex);
439 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex() argument
441 AllocaFieldIndex = FieldIndex; in setInAllocaFieldIndex()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h324 unsigned FieldIndex, in CreatePreserveStructAccessIndex() argument
332 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
H A DCGBlocks.h146 unsigned FieldIndex; variable
H A DCGOpenMPRuntime.cpp8162 unsigned FieldIndex = FD->getFieldIndex(); in generateInfoForComponentList() local
8166 PartialStruct.LowestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
8171 PartialStruct.HighestElem = {FieldIndex, HB}; in generateInfoForComponentList()
8178 PartialStruct.LowestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
8180 PartialStruct.HighestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
8459 RecordLayout[FieldIndex] = Base; in getPlainLayout()
8467 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); in getPlainLayout() local
8468 if (RecordLayout[FieldIndex]) in getPlainLayout()
8470 RecordLayout[FieldIndex] = Base; in getPlainLayout()
8478 unsigned FieldIndex = RL.getLLVMFieldNo(Field); in getPlainLayout() local
[all …]
H A DCGBlocks.cpp2613 return Builder.CreateStructGEP(baseAddr, info.FieldIndex, name); in emitBlockByrefAddress()
2708 info.FieldIndex = types.size() - 1; in getBlockByrefInfo()
H A DCGExpr.cpp4201 unsigned FieldIndex) { in getDebugInfoFIndex() argument
4205 if (I == FieldIndex) in getDebugInfoFIndex()
4212 return FieldIndex - Skipped; in getDebugInfoFIndex()
H A DCGCall.cpp2671 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local
2673 Builder.CreateStructGEP(ArgStruct, FieldIndex, Arg->getName()); in EmitFunctionProlog()
H A DCodeGenFunction.h2964 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp295 TBAAStructTypeNode getFieldType(unsigned FieldIndex) const { in getFieldType()
298 unsigned OpIndex = FirstFieldOpNo + FieldIndex * NumOpsPerField; in getFieldType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1176 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
1185 Value *DIIndex = getInt32(FieldIndex); in CreatePreserveUnionAccessIndex()
1195 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex() argument
1212 Value *DIIndex = getInt32(FieldIndex); in CreatePreserveStructAccessIndex()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2599 unsigned FieldIndex = NumBases; in CheckDesignatedInitializer() local
2608 ++FieldIndex; in CheckDesignatedInitializer()
2617 FieldIndex = 0; in CheckDesignatedInitializer()
2706 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1); in CheckDesignatedInitializer()
2751 unsigned newStructuredIndex = FieldIndex; in CheckDesignatedInitializer()
2763 ++FieldIndex; in CheckDesignatedInitializer()
2766 StructuredIndex = FieldIndex; in CheckDesignatedInitializer()
2772 unsigned newStructuredIndex = FieldIndex; in CheckDesignatedInitializer()
2786 ++FieldIndex; in CheckDesignatedInitializer()
2793 StructuredIndex = FieldIndex; in CheckDesignatedInitializer()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4251 size_t FieldIndex = 0; in parseStructInitializer() local
4255 FieldIndex < Structure.Fields.size()) { in parseStructInitializer()
4256 const FieldInfo &Field = Structure.Fields[FieldIndex++]; in parseStructInitializer()
4272 if (FieldIndex == Structure.Fields.size()) in parseStructInitializer()
4279 for (auto It = Structure.Fields.begin() + FieldIndex; in parseStructInitializer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2587 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex,
2591 unsigned Index, unsigned FieldIndex,