Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp217 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isIdenticalToWhenDefined()
219 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isIdenticalToWhenDefined()
273 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices(); in isSameOperationAs()
275 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices(); in isSameOperationAs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp103 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad()
107 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp103 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad()
107 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSelect.java267 public int[] getIndices() { in getIndices() method in Select
292 final int getIndices(final int index) { in getIndices() method in Select
/external/llvm/lib/IR/
DInstruction.cpp374 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in haveSameSpecialState()
376 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
DConstantsContext.h460 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
466 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
491 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
/external/fonttools/Lib/fontTools/ttLib/
DmacUtils.py11 indices = reader.getIndices('sfnt')
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp407 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in haveSameSpecialState()
409 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
DConstantsContext.h484 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
491 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
516 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp280 return Builder.CreateExtractValue(NewOperands[0], C->getIndices()); in remapConstantExpr()
284 C->getIndices()); in remapConstantExpr()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in isEquivalentOperation()
327 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in isEquivalentOperation()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp64 Builder.writeUInt32(Record.getIndices().size()); in writeArgList()
65 for (TypeIndex TI : Record.getIndices()) { in writeArgList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp77 auto Indices = Args.getIndices(); in visitKnownRecord()
93 auto Indices = Strings.getIndices(); in visitKnownRecord()
DTypeDumpVisitor.cpp226 auto Indices = Args.getIndices(); in visitKnownRecord()
237 auto Indices = Strs.getIndices(); in visitKnownRecord()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp330 return Builder.CreateExtractValue(NewOperands[0], C->getIndices()); in remapConstantExpr()
334 C->getIndices()); in remapConstantExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp591 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations()
592 ArrayRef<unsigned> RIndices = cast<InsertValueInst>(R)->getIndices(); in cmpOperations()
602 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations()
603 ArrayRef<unsigned> RIndices = cast<ExtractValueInst>(R)->getIndices(); in cmpOperations()
DEvaluator.cpp398 getVal(EVI->getAggregateOperand()), EVI->getIndices()); in EvaluateBlock()
404 getVal(IVI->getInsertedValueOperand()), IVI->getIndices()); in EvaluateBlock()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp299 getVal(EVI->getAggregateOperand()), EVI->getIndices()); in EvaluateBlock()
305 getVal(IVI->getInsertedValueOperand()), IVI->getIndices()); in EvaluateBlock()
DSimplifyIndVar.cpp401 if (EVI->getIndices()[0] == 1) in eliminateOverflowIntrinsic()
404 assert(EVI->getIndices()[0] == 0 && "Only two possibilities!"); in eliminateOverflowIntrinsic()
/external/fonttools/Lib/fontTools/misc/
DmacRes.py137 def getIndices(self, resType): member in ResourceReader
/external/llvm/lib/CodeGen/
DAnalysis.cpp299 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput()
316 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp280 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput()
297 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp595 Ex->getIndices())) in findValueImpl()
608 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp271 auto Indices = Args.getIndices(); in visitKnownRecord()
286 auto Indices = Strings.getIndices(); in visitKnownRecord()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp996 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations()
997 ArrayRef<unsigned> RIndices = cast<InsertValueInst>(R)->getIndices(); in cmpOperations()
1007 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations()
1008 ArrayRef<unsigned> RIndices = cast<ExtractValueInst>(R)->getIndices(); in cmpOperations()

1234