/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 217 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/ |
D | TypeMetadataUtils.cpp | 103 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/ |
D | TypeMetadataUtils.cpp | 103 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/ |
D | Select.java | 267 public int[] getIndices() { in getIndices() method in Select 292 final int getIndices(final int index) { in getIndices() method in Select
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 374 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in haveSameSpecialState() 376 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
|
D | ConstantsContext.h | 460 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/ |
D | macUtils.py | 11 indices = reader.getIndices('sfnt')
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 407 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in haveSameSpecialState() 409 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
|
D | ConstantsContext.h | 484 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/ |
D | NVPTXGenericToNVVM.cpp | 280 return Builder.CreateExtractValue(NewOperands[0], C->getIndices()); in remapConstantExpr() 284 C->getIndices()); in remapConstantExpr()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices(); in isEquivalentOperation() 327 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in isEquivalentOperation()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 64 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/ |
D | RecordName.cpp | 77 auto Indices = Args.getIndices(); in visitKnownRecord() 93 auto Indices = Strings.getIndices(); in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 226 auto Indices = Args.getIndices(); in visitKnownRecord() 237 auto Indices = Strs.getIndices(); in visitKnownRecord()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 330 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/ |
D | FunctionComparator.cpp | 591 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()
|
D | Evaluator.cpp | 398 getVal(EVI->getAggregateOperand()), EVI->getIndices()); in EvaluateBlock() 404 getVal(IVI->getInsertedValueOperand()), IVI->getIndices()); in EvaluateBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 299 getVal(EVI->getAggregateOperand()), EVI->getIndices()); in EvaluateBlock() 305 getVal(IVI->getInsertedValueOperand()), IVI->getIndices()); in EvaluateBlock()
|
D | SimplifyIndVar.cpp | 401 if (EVI->getIndices()[0] == 1) in eliminateOverflowIntrinsic() 404 assert(EVI->getIndices()[0] == 0 && "Only two possibilities!"); in eliminateOverflowIntrinsic()
|
/external/fonttools/Lib/fontTools/misc/ |
D | macRes.py | 137 def getIndices(self, resType): member in ResourceReader
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 299 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/ |
D | Analysis.cpp | 280 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() 297 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 595 Ex->getIndices())) in findValueImpl() 608 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 271 auto Indices = Args.getIndices(); in visitKnownRecord() 286 auto Indices = Strings.getIndices(); in visitKnownRecord()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 996 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()
|