Searched refs:FullTy (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp68 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { argument
70 push_back(V, FullTy);
77 assert(FullTypes[Idx] == nullptr || FullTypes[Idx] == FullTy);
78 FullTypes[Idx] = FullTy;
120 Type **FullTy) {
132 if (FullTy)
133 *FullTy = FullTypes[Idx];
119 getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy) argument
H A DValueList.h99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr);
101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
H A DBitcodeReader.cpp614 std::pair<Type *, Type *> getPointerElementTypes(Type *FullTy) { argument
615 Type *ElTy = cast<PointerType>(FullTy)->getElementType();
629 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) {
632 return ValueList.getValueFwdRef(ID, Ty, FullTy);
655 Type **FullTy = nullptr) {
664 ResVal = getFnValueByID(ValNo, nullptr, FullTy);
672 if (FullTy)
673 *FullTy = getFullyStructuredTypeByID(TypeNo);
3145 Type *FullTy = getFullyStructuredTypeByID(Record[0]);
3146 Type *Ty = flattenPointerTypes(FullTy);
3351 Type *FullTy = PointerType::get(FullFTy, AddrSpace); local
3383 Type *FullTy = getFullyStructuredTypeByID(Record[OpNum++]); local
3857 Type *FullTy = nullptr; local
4597 Type *FullTy; local
4927 Type *FullTy; local
4955 Type *FullTy; local
5152 Type *FullTy; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4699 llvm::StructType *FullTy = CallInfo.getArgStruct();
4702 assert(DeclaredTy->getNumElements() == FullTy->getNumElements());
4705 FI = FullTy->element_begin();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2931 Type *FullTy = LHS->getType();
2934 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9662 auto *FullTy = FullV->getType();
9664 return FullTy->getPrimitiveSizeInBits().getFixedSize() ==

Completed in 164 milliseconds