| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 324 unsigned FieldIndex, in CreatePreserveStructAccessIndex() argument 332 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
|
| H A D | CGBlocks.h | 146 unsigned FieldIndex; variable
|
| H A D | CGOpenMPRuntime.cpp | 8162 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 D | CGBlocks.cpp | 2613 return Builder.CreateStructGEP(baseAddr, info.FieldIndex, name); in emitBlockByrefAddress() 2708 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 | 2671 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local 2673 Builder.CreateStructGEP(ArgStruct, FieldIndex, Arg->getName()); in EmitFunctionProlog()
|
| H A D | CodeGenFunction.h | 2964 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 295 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 D | IRBuilder.cpp | 1176 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 D | SemaInit.cpp | 2599 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 D | MasmParser.cpp | 4251 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 D | IRBuilder.h | 2587 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex, 2591 unsigned Index, unsigned FieldIndex,
|