Home
last modified time | relevance | path

Searched refs:getIndices (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp114 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad()
118 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
DLint.cpp699 Ex->getIndices())) in findValueImpl()
710 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
DConstantFolding.cpp1061 Ops[0], cast<ExtractValueInst>(InstOrCE)->getIndices()); in ConstantFoldInstOperandsImpl()
1179 IVI->getIndices()); in ConstantFoldInstruction()
1185 EVI->getIndices()); in ConstantFoldInstruction()
DInlineCost.cpp1422 return ConstantExpr::getExtractValue(COps[0], I.getIndices()); in visitExtractValue()
1435 I.getIndices()); in visitInsertValue()
DInstructionSimplify.cpp1878 if (!Extract || !Extract->getIndices().equals(1)) in omitCheckForZeroBeforeMulWithOverflowInternal()
4174 EV->getIndices() == Idxs) { in SimplifyInsertValueInst()
4238 ArrayRef<unsigned> InsertValueIdxs = IVI->getIndices(); in SimplifyExtractValueInst()
5443 IV->getIndices(), Q); in SimplifyInstruction()
5455 EVI->getIndices(), Q); in SimplifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp417 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in haveSameSpecialState()
419 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
DConstantsContext.h483 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
491 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
517 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
DConstants.cpp1262 ArrayRef<unsigned> ConstantExpr::getIndices() const { in getIndices() function in ConstantExpr
1320 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(), in getWithOperands()
1323 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy); in getWithOperands()
3080 return InsertValueInst::Create(Ops[0], Ops[1], getIndices()); in getAsInstruction()
3082 return ExtractValueInst::Create(Ops[0], getIndices()); in getAsInstruction()
DCore.cpp2967 return CE->getIndices().size(); in LLVMGetNumIndices()
2975 return EV->getIndices().data(); in LLVMGetIndices()
2977 return IV->getIndices().data(); in LLVMGetIndices()
2979 return CE->getIndices().data(); in LLVMGetIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp279 return Builder.CreateExtractValue(NewOperands[0], C->getIndices()); in remapConstantExpr()
283 C->getIndices()); in remapConstantExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp76 auto Indices = Args.getIndices(); in visitKnownRecord()
92 auto Indices = Strings.getIndices(); in visitKnownRecord()
DTypeDumpVisitor.cpp225 auto Indices = Args.getIndices(); in visitKnownRecord()
236 auto Indices = Strs.getIndices(); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp588 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations()
589 ArrayRef<unsigned> RIndices = cast<InsertValueInst>(R)->getIndices(); in cmpOperations()
599 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations()
600 ArrayRef<unsigned> RIndices = cast<ExtractValueInst>(R)->getIndices(); in cmpOperations()
DEvaluator.cpp424 getVal(EVI->getAggregateOperand()), EVI->getIndices()); in EvaluateBlock()
430 getVal(IVI->getInsertedValueOperand()), IVI->getIndices()); in EvaluateBlock()
DSimplifyIndVar.cpp462 if (EVI->getIndices()[0] == 1) in eliminateOverflowIntrinsic()
465 assert(EVI->getIndices()[0] == 0 && "Only two possibilities!"); in eliminateOverflowIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp321 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput()
338 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
DAtomicExpandPass.cpp1288 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg()
1291 if (EV->getIndices()[0] == 0) in expandAtomicCmpXchg()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp202 const deUint16* getIndices(void) const in getIndices() function in deqp::QuadGrid
697 pr::Triangles(numElements, quadGrid.getIndices())); in render()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp152 const deUint16* getIndices (void) const { return &m_indices[0]; } in getIndices() function in deqp::gls::QuadGrid
625 …ID, (int)vertexArrays.size(), &vertexArrays[0], pr::Triangles(numElements, quadGrid.getIndices())); in render()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h249 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() function
263 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1218 ArrayRef<unsigned> getIndices() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2700 if (Value *V = SimplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst()
2721 EV.getIndices()); in visitExtractValueInst()
2739 EV.getIndices()); in visitExtractValueInst()
DInstCombineVectorOps.cpp699 ArrayRef<unsigned int> FirstIndices = I.getIndices(); in visitInsertValueInst()
712 if (UserInsInst->getIndices() == FirstIndices) { in visitInsertValueInst()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp180 const deUint16* getIndices (void) const { return &m_indices[0]; } in getIndices() function in vkt::sr::QuadGrid
694 …render(m_quadGrid->getNumVertices(), m_quadGrid->getNumTriangles(), m_quadGrid->getIndices(), m_qu… in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1947 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst()
1993 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst()

12