| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 228 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 D | CGBuilder.h | 323 unsigned FieldIndex, in CreatePreserveStructAccessIndex() argument 331 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
|
| H A D | CGBlocks.h | 146 unsigned FieldIndex; variable
|
| H A D | CGOpenMPRuntime.cpp | 7979 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 D | CGBlocks.cpp | 2642 return Builder.CreateStructGEP(baseAddr, info.FieldIndex, name); in emitBlockByrefAddress() 2737 info.FieldIndex = types.size() - 1; in getBlockByrefInfo()
|
| H A D | CGExpr.cpp | 4201 unsigned FieldIndex) { in getDebugInfoFIndex() argument 4205 if (I == FieldIndex) in getDebugInfoFIndex() 4212 return FieldIndex - Skipped; in getDebugInfoFIndex()
|
| H A D | CGCall.cpp | 2665 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local 2667 Builder.CreateStructGEP(ArgStruct, FieldIndex, Arg->getName()); in EmitFunctionProlog()
|
| H A D | CodeGenFunction.h | 2964 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 295 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 D | IRBuilder.cpp | 1132 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 D | SemaInit.cpp | 2599 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 D | MasmParser.cpp | 3992 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 D | IRBuilder.h | 2540 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex, 2544 unsigned Index, unsigned FieldIndex,
|