Searched refs:ByValType (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1443 ByValType = nullptr;
1469 ByValType = Attr.getValueAsType();
1493 ByValType = nullptr;
1578 ByValType = Ty;
1599 if (!ByValType)
1600 ByValType = B.ByValType;
1627 if (B.ByValType)
1628 ByValType = nullptr;
1689 DerefBytes == B.DerefBytes && ByValType
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h714 Type *ByValType = nullptr; member in class:llvm::AttrBuilder
791 Type *getByValType() const { return ByValType; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1225 DL.getTypeAllocSize(Arg.ByValType ? Arg.ByValType : ElementTy);
H A DTargetLowering.cpp118 ByValType = nullptr;
120 ByValType = Call->getParamByValType(ArgIdx);
H A DSelectionDAGBuilder.cpp9231 Args[i].ByValType ? Args[i].ByValType : ElementTy);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4912 QualType ByValType = ValType; // 'CP' local
4915 ByValType = Ptr->getType();
4985 Ty = ByValType;
5007 Ty = ByValType;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h195 Type *ByValType = nullptr; member in class:llvm::TargetLoweringBase::ArgListEntry

Completed in 341 milliseconds