Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h323 unsigned FieldIndex, in CreatePreserveStructAccessIndex() argument
331 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
H A DCGBlocks.h146 unsigned FieldIndex; variable
H A DCGOpenMPRuntime.cpp7979 unsigned FieldIndex = FD->getFieldIndex(); in generateInfoForComponentList() local
7983 PartialStruct.LowestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
7988 PartialStruct.HighestElem = {FieldIndex, HB}; in generateInfoForComponentList()
7990 PartialStruct.HighestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
7994 } else if (FieldIndex < PartialStruct.LowestElem.first) { in generateInfoForComponentList()
7995 PartialStruct.LowestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
7996 } else if (FieldIndex > PartialStruct.HighestElem.first) { in generateInfoForComponentList()
7997 PartialStruct.HighestElem = {FieldIndex, LowestElem}; in generateInfoForComponentList()
8279 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); in getPlainLayout() local
8280 RecordLayout[FieldIndex] = Base; in getPlainLayout()
[all …]
H A DCGBlocks.cpp2642 return Builder.CreateStructGEP(baseAddr, info.FieldIndex, name); in emitBlockByrefAddress()
2737 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.cpp2665 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local
2667 Builder.CreateStructGEP(ArgStruct, FieldIndex, Arg->getName()); in EmitFunctionProlog()
H A DCodeGenFunction.h2964 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp295 TBAAStructTypeNode getFieldType(unsigned FieldIndex) const { in getFieldType()
298 unsigned OpIndex = FirstFieldOpNo + FieldIndex * NumOpsPerField; in getFieldType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp1132 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
1141 Value *DIIndex = getInt32(FieldIndex); in CreatePreserveUnionAccessIndex()
1151 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex() argument
1166 Value *DIIndex = getInt32(FieldIndex); in CreatePreserveStructAccessIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2599 unsigned FieldIndex = NumBases; in CheckDesignatedInitializer() local
2608 ++FieldIndex; in CheckDesignatedInitializer()
2617 FieldIndex = 0; in CheckDesignatedInitializer()
2705 if (StructuredList && FieldIndex >= StructuredList->getNumInits()) 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3992 size_t FieldIndex = 0; in parseStructInitializer() local
3996 FieldIndex < Structure.Fields.size()) { in parseStructInitializer()
3997 const FieldInfo &Field = Structure.Fields[FieldIndex++]; in parseStructInitializer()
4013 if (FieldIndex == Structure.Fields.size()) in parseStructInitializer()
4020 for (auto It = Structure.Fields.begin() + FieldIndex; in parseStructInitializer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h2540 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex,
2544 unsigned Index, unsigned FieldIndex,