Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 2196) sorted by relevance

12345678910>>...88

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp40 ParamTys.push_back((*I)->getType()); in ReplaceCallWith()
55 assert(V->getType()->isIntOrIntVectorTy() && "Can't bswap a non-integer type!"); in LowerBSWAP()
57 unsigned BitSize = V->getType()->getScalarSizeInBits(); in LowerBSWAP()
64 Value *Tmp1 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
66 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
72 Value *Tmp4 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 24), in LowerBSWAP()
74 Value *Tmp3 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
76 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8), in LowerBSWAP()
78 Value *Tmp1 = Builder.CreateLShr(V,ConstantInt::get(V->getType(), 24), in LowerBSWAP()
81 ConstantInt::get(V->getType(), 0xFF0000), in LowerBSWAP()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h97 return V->getType() == Only; in onlyType()
107 return !V->getType()->isVoidTy(); in anyType()
115 return V->getType()->isIntegerTy(); in anyIntType()
123 return V->getType()->isFloatingPointTy(); in anyFloatType()
131 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType()
148 if (const auto *PtrT = dyn_cast<PointerType>(V->getType())) in sizedPtrType()
167 if (isa<ArrayType>(V->getType())) in anyAggregateType()
168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
171 if (isa<StructType>(V->getType())) in anyAggregateType()
172 return V->getType()->getStructNumElements() > 0; in anyAggregateType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp36 return ConstantInt::get(Val->getType(), 0); in decomposeSimpleLinearExpr()
86 PointerType *PTy = cast<PointerType>(CI.getType()); in PromoteCastOfAllocation()
132 Amt = ConstantInt::get(AI.getArraySize()->getType(), Scale); in PromoteCastOfAllocation()
138 Value *Off = ConstantInt::get(AI.getArraySize()->getType(), in PromoteCastOfAllocation()
154 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation()
199 if (I->getOperand(0)->getType() == Ty) in EvaluateInDifferentType()
269 auto *Ty = CI.getType(); in commonCastTransforms()
284 if (!Cmp || Cmp->getOperand(0)->getType() != Sel->getType()) in commonCastTransforms()
295 if (!Src->getType()->isIntegerTy() || !CI.getType()->isIntegerTy() || in commonCastTransforms()
296 shouldChangeType(CI.getType(), Src->getType())) in commonCastTransforms()
[all …]
DInstCombinePHI.cpp97 if (!PN.getType()->isIntegerTy()) in FoldIntegerTypedPHI()
128 DL.getTypeSizeInBits(IntToPtr->getOperand(0)->getType())) in FoldIntegerTypedPHI()
144 if (isa<IntToPtrInst>(U) && U->getType() == IntToPtr->getType() && in FoldIntegerTypedPHI()
191 if (PtrPHI == &PN || PtrPHI->getType() != IntToPtr->getType()) in FoldIntegerTypedPHI()
207 assert(MatchingPtrPHI->getType() == IntToPtr->getType() && in FoldIntegerTypedPHI()
211 IntToPtr->getOperand(0)->getType()); in FoldIntegerTypedPHI()
216 return (V->getType() != IntToPtr->getType()) || isa<IntToPtrInst>(V); in FoldIntegerTypedPHI()
225 if (V->getType() == IntToPtr->getType()) in FoldIntegerTypedPHI()
240 IntToPtr->getType(), PN.getNumIncomingValues(), PN.getName() + ".ptr"); in FoldIntegerTypedPHI()
248 if (IncomingVal->getType() == IntToPtr->getType()) { in FoldIntegerTypedPHI()
[all …]
DInstCombineCalls.cpp136 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemTransfer()
165 cast<PointerType>(MI->getArgOperand(1)->getType())->getAddressSpace(); in SimplifyAnyMemTransfer()
167 cast<PointerType>(MI->getArgOperand(0)->getType())->getAddressSpace(); in SimplifyAnyMemTransfer()
229 MI->setLength(Constant::getNullValue(MemOpLength->getType())); in SimplifyAnyMemTransfer()
246 MI->setLength(Constant::getNullValue(MI->getLength()->getType())); in SimplifyAnyMemSet()
253 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8)) in SimplifyAnyMemSet()
272 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace(); in SimplifyAnyMemSet()
285 MI->setLength(Constant::getNullValue(LenC->getType())); in SimplifyAnyMemSet()
374 auto VT = cast<VectorType>(CDV->getType()); in simplifyX86immShift()
391 auto VT = cast<VectorType>(Vec->getType()); in simplifyX86immShift()
[all …]
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.cpp35 DE_ASSERT(a.getType() == b.getType()); in compareValueRangesAllTrue()
37 if (a.getType().isStruct()) in compareValueRangesAllTrue()
39 int numMembers = (int)a.getType().getMembers().size(); in compareValueRangesAllTrue()
46 else if (a.getType().isArray()) in compareValueRangesAllTrue()
48 int numElements = (int)a.getType().getNumElements(); in compareValueRangesAllTrue()
57 int numElements = (int)a.getType().getNumElements(); in compareValueRangesAllTrue()
58 switch (a.getType().getBaseType()) in compareValueRangesAllTrue()
184 : m_type (other.getType()) in ValueRange()
185 , m_min (other.getType().getScalarSize()) in ValueRange()
186 , m_max (other.getType().getScalarSize()) in ValueRange()
[all …]
DrsgVariableValue.hpp79 const VariableType& getType (void) const { return m_type; } in getType() function in rsg::StridedValueRead
94 const VariableType& getType (void) const { return *m_type; } in getType() function in rsg::ConstStridedValueAccess
97 …cess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(… in component()
98 …lementNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*get… in arrayElement()
99 …x) const { return ConstStridedValueAccess(getType().getMembers()[memberNdx].getType(), m_value + S… in member()
115 …StridedValueRead<Stride> value (void) const { return StridedValueRead<Stride>(getType(), m_v… in value()
130 …StridedValueAccess component (int compNdx) { return StridedValueAccess(this->getType().getEle… in component()
131 …ementNdx) { return StridedValueAccess(this->getType().getElementType(), this->m_value + Stride*thi… in arrayElement()
132 … { return StridedValueAccess(this->getType().getMembers()[memberNdx].getType(), this->m_value + S… in member()
164 DE_ASSERT(this->getType() == valueRead.getType()); in operator =()
[all …]
DrsgExpression.cpp77 if (entry->getValueRange().getType() != m_valueRange.getType()) in operator ()()
103 entry->getVariable()->getType() == m_valueRange.getType() && in operator ()()
124 entry->getVariable()->getType() == m_valueRange.getType() && in operator ()()
145 if (entry->getVariable()->getType() == VariableType(m_type, 1)) in operator ()()
166 const VariableType& type = valueRange.getType(); in computeRandomValueRangeForInfElements()
225 const VariableType& type = valueRange.getType(); in setInfiniteRange()
366 if (valueRange.getType() == VariableType(VariableType::TYPE_FLOAT, 1)) in FloatLiteral()
402 const VariableType& type = valueRange.getType(); in getWeight()
435 if (valueRange.getType() == VariableType(VariableType::TYPE_INT, 1)) in IntLiteral()
457 const VariableType& type = valueRange.getType(); in getWeight()
[all …]
DrsgBinaryOps.cpp172 DE_ASSERT(dst.getType() == a.getType()); in evaluate()
173 DE_ASSERT(dst.getType() == b.getType()); in evaluate()
174 DE_ASSERT(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in evaluate()
176 for (int elemNdx = 0; elemNdx < dst.getType().getNumElements(); elemNdx++) in evaluate()
186 DE_ASSERT(a.getType() == b.getType()); in evaluate()
187 DE_ASSERT(dst.getType().getBaseType() == VariableType::TYPE_BOOL); in evaluate()
189 for (int elemNdx = 0; elemNdx < dst.getType().getNumElements(); elemNdx++) in evaluate()
244 if (m_rightValueRange.getType() == floatType) in createNextChild()
264 if (m_leftValueRange.getType() == floatType) in createNextChild()
284 if (m_leftValueRange.getType() == floatType) in createNextChild()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp57 if (getType()->isFPOrFPVectorTy()) in isNegativeZeroValue()
163 if (this->getType()->isVectorTy()) { in isNotOneValue()
164 unsigned NumElts = this->getType()->getVectorNumElements(); in isNotOneValue()
213 if (this->getType()->isVectorTy()) { in isNotMinSignedValue()
214 unsigned NumElts = this->getType()->getVectorNumElements(); in isNotMinSignedValue()
230 if (!getType()->isVectorTy()) in isFiniteNonZeroFP()
232 for (unsigned i = 0, e = getType()->getVectorNumElements(); i != e; ++i) { in isFiniteNonZeroFP()
243 if (!getType()->isVectorTy()) in isNormalFP()
245 for (unsigned i = 0, e = getType()->getVectorNumElements(); i != e; ++i) { in isNormalFP()
256 if (!getType()->isVectorTy()) in hasExactInverseFP()
[all …]
DConstantFold.cpp54 if (NumElts != CV->getType()->getVectorNumElements()) in BitCastConstantVector()
86 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair()
87 Type *MidTy = Op->getType(); in foldConstantCastPair()
102 Type *SrcTy = V->getType(); in FoldBitCast()
108 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast()
140 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast()
189 if (FP->getType()->isPPC_FP128Ty()) in FoldBitCast()
214 assert(C->getType()->isIntegerTy() && in ExtractConstantBytes()
215 (cast<IntegerType>(C->getType())->getBitWidth() & 7) == 0 && in ExtractConstantBytes()
217 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; in ExtractConstantBytes()
[all …]
DInstructions.cpp80 if (Op1->getType() != Op2->getType()) in areInvalidOperands()
83 if (Op1->getType()->isTokenTy()) in areInvalidOperands()
86 if (VectorType *VT = dyn_cast<VectorType>(Op0->getType())) { in areInvalidOperands()
90 VectorType *ET = dyn_cast<VectorType>(Op1->getType()); in areInvalidOperands()
96 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) { in areInvalidOperands()
107 : Instruction(PN.getType(), Instruction::PHI, nullptr, PN.getNumOperands()), in PHINode()
135 replaceAllUsesWith(UndefValue::get(getType())); in removeIncomingValue()
167 return UndefValue::get(getType()); in hasConstantValue()
206 : Instruction(LP.getType(), Instruction::LandingPad, nullptr, in LandingPadInst()
303 getType()->getPointerAddressSpace())) in isReturnNonNull()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp128 if (GEPPtr->getType()->isVectorTy()) { in checkGEP()
148 if (OffsType != Offsets->getType()) { in checkGEP()
150 Offsets->getType()->getScalarSizeInBits()) { in checkGEP()
166 Type *BCTy = BitCast->getType(); in lookThroughBitcast()
167 Type *BCSrcTy = BitCast->getOperand(0)->getType(); in lookThroughBitcast()
182 Type *Ty = I->getType(); in lowerGather()
192 assert(Ptr->getType()->isVectorTy() && "Unexpected pointer type"); in lowerGather()
219 Type *Ty = I->getType(); in tryCreateMaskedGatherBase()
226 {Ty, Ptr->getType()}, in tryCreateMaskedGatherBase()
231 {Ty, Ptr->getType(), Mask->getType()}, in tryCreateMaskedGatherBase()
[all …]
DARMRegisterBankInfo.cpp235 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
270 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping()
280 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
293 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
300 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
314 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
315 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping()
323 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
324 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping()
333 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp55 if (U->getType() == Ty) in ReuseOrCreateCast()
115 assert(SE.getTypeSizeInBits(V->getType()) == SE.getTypeSizeInBits(Ty) && in InsertNoopCastOfTo()
120 if (V->getType() == Ty) in InsertNoopCastOfTo()
123 if (CI->getOperand(0)->getType() == Ty) in InsertNoopCastOfTo()
129 SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(V->getType())) { in InsertNoopCastOfTo()
133 SE.getTypeSizeInBits(CI->getType()) == in InsertNoopCastOfTo()
134 SE.getTypeSizeInBits(CI->getOperand(0)->getType())) in InsertNoopCastOfTo()
139 SE.getTypeSizeInBits(CE->getType()) == in InsertNoopCastOfTo()
140 SE.getTypeSizeInBits(CE->getOperand(0)->getType())) in InsertNoopCastOfTo()
252 S = SE.getConstant(S->getType(), 1); in FactorOutConstant()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp135 mLevelInfo.resize(GetMaxLevelInfoCountForTextureType(getType())); in TextureGL()
189 nativegl::UseTexImage3D(getType()), pixels, &apply)); in setImage()
222 ASSERT(TextureTargetToType(target) == getType()); in setImageHelper()
231 stateManager->bindTexture(getType(), mTextureID); in setImageHelper()
239 if (nativegl::UseTexImage2D(getType())) in setImageHelper()
248 ASSERT(nativegl::UseTexImage3D(getType())); in setImageHelper()
280 ASSERT(TextureTargetToType(index.getTarget()) == getType()); in setSubImage()
295 stateManager->bindTexture(getType(), mTextureID); in setSubImage()
310 nativegl::UseTexImage3D(getType()), pixels, &apply)); in setSubImage()
321 if (nativegl::UseTexImage2D(getType())) in setSubImage()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp144 mLevelInfo.resize(GetMaxLevelInfoCountForTextureType(getType())); in TextureGL()
198 nativegl::UseTexImage3D(getType()), pixels, &apply)); in setImage()
232 ASSERT(TextureTargetToType(target) == getType()); in setImageHelper()
241 stateManager->bindTexture(getType(), mTextureID); in setImageHelper()
249 if (nativegl::UseTexImage2D(getType())) in setImageHelper()
260 ASSERT(nativegl::UseTexImage3D(getType())); in setImageHelper()
271 if (features.setZeroLevelBeforeGenerateMipmap.enabled && getType() == gl::TextureType::_2D && in setImageHelper()
318 ASSERT(TextureTargetToType(index.getTarget()) == getType()); in setSubImage()
333 stateManager->bindTexture(getType(), mTextureID); in setSubImage()
348 nativegl::UseTexImage3D(getType()), pixels, &apply)); in setSubImage()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp17 Type *StoredTy = StoredVal->getType(); in canCoerceMustAliasedValueToLoad()
38 if (DL.isNonIntegralPointerType(StoredVal->getType()->getScalarType()) != in canCoerceMustAliasedValueToLoad()
62 Type *StoredValTy = StoredVal->getType(); in coerceAvailableValueToLoadTypeHelper()
121 StoredVal, ConstantInt::get(StoredVal->getType(), ShiftAmt)); in coerceAvailableValueToLoadTypeHelper()
223 if (StoredVal->getType()->isStructTy() || in analyzeLoadFromClobberingStore()
224 StoredVal->getType()->isArrayTy()) in analyzeLoadFromClobberingStore()
228 if (DL.isNonIntegralPointerType(StoredVal->getType()->getScalarType()) != in analyzeLoadFromClobberingStore()
238 DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in analyzeLoadFromClobberingStore()
249 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
253 if (DL.isNonIntegralPointerType(DepLI->getType()->getScalarType()) != in analyzeLoadFromClobberingLoad()
[all …]
/third_party/skia/src/gpu/
DGrGeometryProcessor.cpp90 SkASSERT(kFloat2_GrSLType == gpArgs.fPositionVar.getType() || in emitCode()
91 kFloat3_GrSLType == gpArgs.fPositionVar.getType()); in emitCode()
93 gpArgs.fPositionVar.getType()); in emitCode()
94 if (kFloat2_GrSLType == gpArgs.fPositionVar.getType()) { in emitCode()
106 SkASSERT(localCoordsVar.getType() == kFloat2_GrSLType || in collectTransforms()
107 localCoordsVar.getType() == kFloat3_GrSLType || in collectTransforms()
108 localCoordsVar.getType() == kVoid_GrSLType); in collectTransforms()
109 SkASSERT(positionVar.getType() == kFloat2_GrSLType || in collectTransforms()
110 positionVar.getType() == kFloat3_GrSLType || in collectTransforms()
111 positionVar.getType() == kVoid_GrSLType); in collectTransforms()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp227 assert(Op.getType()->isPointerTy()); in isAddressExpression()
234 return Op.getType()->isPointerTy(); in isAddressExpression()
270 Type *DestTy = II->getType(); in rewriteIntrinsicOperands()
271 Type *SrcTy = NewV->getType(); in rewriteIntrinsicOperands()
310 assert(V->getType()->isPointerTy()); in appendsFlatAddressExpressionToPostorderStack()
323 V->getType()->getPointerAddressSpace() == FlatAddrSpace) { in appendsFlatAddressExpressionToPostorderStack()
358 if (!GEP->getType()->isVectorTy()) in collectFlatAddressExpressions()
379 if (Cmp->getOperand(0)->getType()->isPointerTy()) { in collectFlatAddressExpressions()
384 if (!ASC->getType()->isVectorTy()) in collectFlatAddressExpressions()
395 if (TopVal->getType()->getPointerAddressSpace() == FlatAddrSpace) in collectFlatAddressExpressions()
[all …]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp246 Type* pVecTy = pCallInst->getType(); in GetRequestedWidthAndType()
254 pVecTy = pOp->getType(); in GetRequestedWidthAndType()
261 if (op.get()->getType()->isVectorTy()) in GetRequestedWidthAndType()
263 pVecTy = op.get()->getType(); in GetRequestedWidthAndType()
326 uint32_t numElem = cast<FixedVectorType>(vi1Mask->getType())->getNumElements(); in VectorMask()
328 uint32_t numElem = cast<VectorType>(vi1Mask->getType())->getNumElements(); in VectorMask()
330 uint32_t numElem = vi1Mask->getType()->getVectorNumElements(); in VectorMask()
372 args.push_back(GetZeroVec(W256, pCallInst->getType()->getScalarType())); in ProcessIntrinsicAdvanced()
515 v32Result = UndefValue::get(v32A->getType()); in VPERM_EMU()
517 uint32_t numElem = cast<FixedVectorType>(v32A->getType())->getNumElements(); in VPERM_EMU()
[all …]
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp83 intermSymbol.getType(), in addSymbol()
99 …return addSymbol(variable.getUniqueId(), variable.getName(), variable.getType(), variable.getConst… in addSymbol()
119 if (left->getType().getBasicType() == EbtBlock || right->getType().getBasicType() == EbtBlock) in addBinaryMath()
126 if ((left->isReference() && left->getType().getReferentType()->containsUnsizedArray()) || in addBinaryMath()
127 (right->isReference() && right->getType().getReferentType()->containsUnsizedArray())) { in addBinaryMath()
132 const TType& referenceType = left->getType(); in addBinaryMath()
133 …= addConstantUnion((unsigned long long)computeBufferReferenceTypeSize(left->getType()), loc, true); in addBinaryMath()
146 const TType& referenceType = right->getType(); in addBinaryMath()
148 … addConstantUnion((unsigned long long)computeBufferReferenceTypeSize(right->getType()), loc, true); in addBinaryMath()
161 addConstantUnion((long long)computeBufferReferenceTypeSize(left->getType()), loc, true); in addBinaryMath()
[all …]
DparseConst.cpp83 size = node->getType().computeNumComponents(); in visitAggregate()
85 if (node->getType().isMatrix()) { in visitAggregate()
87 matrixCols = node->getType().getMatrixCols(); in visitAggregate()
88 matrixRows = node->getType().getMatrixRows(); in visitAggregate()
122 int rightUnionSize = node->getType().computeNumComponents(); in visitConstantUnion()
137 int nodeComps = node->getType().computeNumComponents(); in visitConstantUnion()
158 … if (r < node->getType().getMatrixRows() && c < node->getType().getMatrixCols()) { in visitConstantUnion()
159 int srcOffset = c * node->getType().getMatrixRows() + r; in visitConstantUnion()
171 int nodeComps = node->getType().computeNumComponents(); in visitConstantUnion()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.cpp395 Type Ty = getData()->getType(); in dump()
635 << InstX86Base::getWidthString(Dest->getType()) << "\t"; in emitTwoAddress()
776 Type Ty = SrcVar1->getType(); in emitIASGPRShiftDouble()
925 Str << " = movmsk." << this->getSrc(0)->getType() << " "; in dump()
934 Type SrcTy = this->getSrc(0)->getType(); in emit()
961 const Type DestTy = Dest->getType(); in emitIAS()
963 const Type SrcTy = Src->getType(); in emitIAS()
977 Type Ty = this->getSrc(0)->getType(); in emit()
993 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t"; in emit()
1000 Type Ty = Src->getType(); in emitIAS()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp43 switch (R.getType()) { in resolveX86_64()
72 switch (R.getType()) { in resolveAArch64()
93 switch (R.getType()) { in resolveBPF()
116 switch (R.getType()) { in resolveMips64()
141 switch (R.getType()) { in resolvePPC64()
162 switch (R.getType()) { in resolveSystemZ()
185 switch (R.getType()) { in resolveSparc64()
207 switch (R.getType()) { in resolveAmdgpu()
228 switch (R.getType()) { in resolveX86()
245 if (R.getType() == ELF::R_PPC_ADDR32) in resolvePPC32()
[all …]

12345678910>>...88