/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 68 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()
|
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() 3099 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local 3100 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord() [all …]
|
D | ValueList.h | 99 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/ |
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()
|
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() 3162 Type *FullTy = getFullyStructuredTypeByID(Record[0]); in parseGlobalVarRecord() local 3163 Type *Ty = flattenPointerTypes(FullTy); in parseGlobalVarRecord() [all …]
|
D | ValueList.h | 99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr); 101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 3846 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/ |
D | CGCall.cpp | 4770 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/ |
D | ScalarEvolution.cpp | 3179 Type *FullTy = LHS->getType(); in getURemExpr() local 3182 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy); in getURemExpr()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3073 Type *FullTy = LHS->getType(); in getURemExpr() local 3076 return getZeroExtendExpr(getTruncateExpr(LHS, TruncTy), FullTy); in getURemExpr()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 10720 auto *FullTy = FullV->getType(); in areExtractShuffleVectors() local 10722 return FullTy->getPrimitiveSizeInBits().getFixedSize() == in areExtractShuffleVectors()
|