Home
last modified time | relevance | path

Searched refs:FullTy (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp68 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { in assignValue() argument
70 push_back(V, FullTy); in assignValue()
77 assert(FullTypes[Idx] == nullptr || FullTypes[Idx] == FullTy); in assignValue()
78 FullTypes[Idx] = FullTy; in assignValue()
120 Type **FullTy) { in getValueFwdRef() argument
132 if (FullTy) in getValueFwdRef()
133 *FullTy = FullTypes[Idx]; in getValueFwdRef()
DBitcodeReader.cpp613 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()
3099 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local
3100 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord()
[all …]
DValueList.h99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr);
101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
/external/llvm-project/llvm/lib/Bitcode/Reader/
DValueList.cpp65 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()
DBitcodeReader.cpp613 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()
3162 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local
3163 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord()
[all …]
DValueList.h99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr);
101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
/external/clang/lib/CodeGen/
DCGCall.cpp3846 llvm::StructType *FullTy = CallInfo.getArgStruct(); in EmitCall() local
3849 assert(DeclaredTy->getNumElements() == FullTy->getNumElements()); in EmitCall()
3852 FI = FullTy->element_begin(); in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp4770 llvm::StructType *FullTy = CallInfo.getArgStruct(); in EmitCall() local
4773 assert(DeclaredTy->getNumElements() == FullTy->getNumElements()); in EmitCall()
4776 FI = FullTy->element_begin(); in EmitCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3179 Type *FullTy = LHS->getType(); in getURemExpr() local
3182 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy); in getURemExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3073 Type *FullTy = LHS->getType(); in getURemExpr() local
3076 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy); in getURemExpr()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10720 auto *FullTy = FullV->getType(); in areExtractShuffleVectors() local
10722 return FullTy->getPrimitiveSizeInBits().getFixedSize() == in areExtractShuffleVectors()