/external/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 117 inst_list = [('arg1', OpCode.ExtractValue), 118 ('arg2', OpCode.ExtractValue),
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | array_types.ll | 39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory { 45 ; CHECK-LABEL: @ExtractValue(
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 170 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 182 return CE->getOpcode() == Instruction::ExtractValue; in classof() 523 case Instruction::ExtractValue:
|
D | Instruction.cpp | 329 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
D | Constants.cpp | 1098 return getOpcode() == Instruction::ExtractValue || in hasIndices() 1162 case Instruction::ExtractValue: in getWithOperands() 2107 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue() 2877 case Instruction::ExtractValue: in getAsInstruction()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 69 void ExtractValue(ShapeHandle h, ShapeHandle* result) { *result = h; } in ExtractValue() function 90 void ExtractValue(DimensionHandle d, int64* result) { in ExtractValue() function 234 processor_.ExtractValue(value, &node->value); in Find()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 163 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 432 if (V.opcode == Instruction::ExtractValue)
|
D | Instruction.cpp | 163 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
D | Constants.cpp | 775 return getOpcode() == Instruction::ExtractValue || in hasIndices() 2098 } else if (getOpcode() == Instruction::ExtractValue) { in replaceUsesOfWithOnConstant()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 173 HANDLE_OTHER_INST(57, ExtractValue, ExtractValueInst)// extract from aggregate
|
D | InstrTypes.h | 121 I->getOpcode() == Instruction::ExtractValue || in classof()
|
D | Instructions.h | 1764 return I->getOpcode() == Instruction::ExtractValue; 1776 ExtractValue, Agg, InsertBefore) { 1784 ExtractValue, Agg, InsertAtEnd) {
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
|
D | InstrTypes.h | 309 I->getOpcode() == Instruction::ExtractValue || in classof()
|
D | Instructions.h | 2308 return I->getOpcode() == Instruction::ExtractValue; 2320 ExtractValue, Agg, InsertBefore) { 2328 ExtractValue, Agg, InsertAtEnd) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 328 case Instruction::ExtractValue: in remapConstantExpr()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 236 Opcode == Instruction::ExtractValue); in matchExtractIndex() 1129 case Instruction::ExtractValue: in buildTree_rec() 1487 Opcode == Instruction::ExtractValue); in canReuseExtract() 1497 if (Opcode == Instruction::ExtractValue) { in canReuseExtract() 1557 case Instruction::ExtractValue: in getEntryCost() 2258 case Instruction::ExtractValue: { in vectorizeTree() 2259 if (canReuseExtract(E->Scalars, Instruction::ExtractValue)) { in vectorizeTree()
|
/external/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 303 case Instruction::ExtractValue: in GetARCInstKind()
|
D | Lint.cpp | 671 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 659 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 607 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 777 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 983 case Instruction::ExtractValue: in SelectOperator()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3113 Value *ExtractValue = in emitFunc() local 3117 Value *Store = IRB.CreateStore(ExtractValue, InBoundsGEP); in emitFunc()
|