Searched refs:FullTy (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 65 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { in assignValue() argument 67 push_back(V, FullTy); in assignValue() 74 assert(FullTypes[Idx] == nullptr || FullTypes[Idx] == FullTy); in assignValue() 75 FullTypes[Idx] = FullTy; in assignValue() 117 Type **FullTy) { in getValueFwdRef() argument 129 if (FullTy) in getValueFwdRef() 130 *FullTy = FullTypes[Idx]; in getValueFwdRef()
|
| H A D | BitcodeReader.cpp | 613 std::pair<Type *, Type *> getPointerElementTypes(Type *FullTy) { in getPointerElementTypes() argument 614 Type *ElTy = cast<PointerType>(FullTy)->getElementType(); in getPointerElementTypes() 628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { in getFnValueByID() argument 631 return ValueList.getValueFwdRef(ID, Ty, FullTy); in getFnValueByID() 654 Type **FullTy = nullptr) { in getValueTypePair() argument 663 ResVal = getFnValueByID(ValNo, nullptr, FullTy); in getValueTypePair() 671 if (FullTy) in getValueTypePair() 672 *FullTy = getFullyStructuredTypeByID(TypeNo); in getValueTypePair() 3231 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local 3232 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord() [all …]
|
| H A D | ValueList.h | 99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr); 101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 5060 llvm::StructType *FullTy = CallInfo.getArgStruct(); in EmitCall() local 5063 assert(DeclaredTy->getNumElements() == FullTy->getNumElements()); in EmitCall() 5066 FI = FullTy->element_begin(); in EmitCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 3107 Type *FullTy = LHS->getType(); in getURemExpr() local 3110 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy); in getURemExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11106 auto *FullTy = FullV->getType(); in areExtractShuffleVectors() local 11108 return FullTy->getPrimitiveSizeInBits().getFixedSize() == in areExtractShuffleVectors()
|