Searched refs:FieldIndex (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h188 static ABIArgInfo getInAlloca(unsigned FieldIndex) { argument
190 AI.setInAllocaFieldIndex(FieldIndex);
378 void setInAllocaFieldIndex(unsigned FieldIndex) { argument
380 AllocaFieldIndex = FieldIndex;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h305 unsigned FieldIndex,
313 Index, FieldIndex, DbgInfo),
303 CreatePreserveStructAccessIndex(Address Addr, unsigned Index, unsigned FieldIndex, llvm::MDNode *DbgInfo) argument
H A DCGBlocks.h146 unsigned FieldIndex; member in class:clang::CodeGen::BlockByrefInfo
H A DCGOpenMPRuntime.cpp7097 /// [ValueDecl *] --> {LE(FieldIndex, Pointer),
7098 /// HE(FieldIndex, Pointer)}
7100 std::pair<unsigned /*FieldIndex*/, Address /*Pointer*/> LowestElem = {
7102 std::pair<unsigned /*FieldIndex*/, Address /*Pointer*/> HighestElem = {
7712 unsigned FieldIndex = FD->getFieldIndex(); local
7716 PartialStruct.LowestElem = {FieldIndex, LB};
7717 PartialStruct.HighestElem = {FieldIndex, LB};
7719 } else if (FieldIndex < PartialStruct.LowestElem.first) {
7720 PartialStruct.LowestElem = {FieldIndex, LB};
7721 } else if (FieldIndex > PartialStruc
7811 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); local
7820 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); local
7831 unsigned FieldIndex = RL.getLLVMFieldNo(Field); local
[all...]
H A DCGBlocks.cpp2711 return Builder.CreateStructGEP(baseAddr, info.FieldIndex, name);
2806 info.FieldIndex = types.size() - 1;
H A DCGExpr.cpp3980 unsigned FieldIndex) {
3984 if (I == FieldIndex)
3991 return FieldIndex - Skipped;
3979 getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex) argument
H A DCGCall.cpp2340 auto FieldIndex = ArgI.getInAllocaFieldIndex();
2342 Builder.CreateStructGEP(ArgStruct, FieldIndex, Arg->getName());
H A DCodeGenFunction.h2667 unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp294 TBAAStructTypeNode getFieldType(unsigned FieldIndex) const {
297 unsigned OpIndex = FirstFieldOpNo + FieldIndex * NumOpsPerField;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2556 unsigned FieldIndex = NumBases;
2565 ++FieldIndex;
2574 FieldIndex = 0;
2662 if (StructuredList && FieldIndex >= StructuredList->getNumInits())
2663 StructuredList->resizeInits(SemaRef.Context, FieldIndex + 1);
2708 unsigned newStructuredIndex = FieldIndex;
2720 ++FieldIndex;
2723 StructuredIndex = FieldIndex;
2729 unsigned newStructuredIndex = FieldIndex;
2743 ++FieldIndex;
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2747 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex, argument
2757 Value *DIIndex = getInt32(FieldIndex);
2767 unsigned Index, unsigned FieldIndex,
2782 Value *DIIndex = getInt32(FieldIndex);
2766 CreatePreserveStructAccessIndex(Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, MDNode *DbgInfo) argument

Completed in 241 milliseconds