Home
last modified time | relevance | path

Searched refs:ExtractValue (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm/bindings/python/llvm/tests/
Dtest_core.py117 inst_list = [('arg1', OpCode.ExtractValue),
118 ('arg2', OpCode.ExtractValue),
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/
Dtest_core.py117 inst_list = [('arg1', OpCode.ExtractValue),
118 ('arg2', OpCode.ExtractValue),
/external/llvm/test/Instrumentation/MemorySanitizer/
Darray_types.ll39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory {
45 ; CHECK-LABEL: @ExtractValue(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Darray_types.ll39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory {
45 ; CHECK-LABEL: @ExtractValue(
/external/llvm/lib/IR/
DConstantsContext.h170 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
182 return CE->getOpcode() == Instruction::ExtractValue; in classof()
523 case Instruction::ExtractValue:
DInstruction.cpp329 case ExtractValue: return "extractvalue"; in getOpcodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h177 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
194 return CE->getOpcode() == Instruction::ExtractValue; in classof()
549 case Instruction::ExtractValue:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp77 case Instruction::ExtractValue: in isCompatibleReplacement()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h163 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
432 if (V.opcode == Instruction::ExtractValue)
DInstruction.cpp163 case ExtractValue: return "extractvalue"; in getOpcodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp278 case Instruction::ExtractValue: in remapConstantExpr()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc387 Store(ExtractValue(ret_value, 0, "cas_old_output"), cas_old_output_address); in EmitAtomicOperationUsingCAS()
390 CondBr(ExtractValue(ret_value, 1, "success"), loop_exit_bb, loop_body_bb); in EmitAtomicOperationUsingCAS()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def173 HANDLE_OTHER_INST(57, ExtractValue, ExtractValueInst)// extract from aggregate
DInstrTypes.h121 I->getOpcode() == Instruction::ExtractValue || in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def198 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
/external/llvm/include/llvm/IR/
DInstruction.def194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp328 case Instruction::ExtractValue: in remapConstantExpr()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp236 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h556 case Instruction::ExtractValue: { in visitConstantExpr()
DObjCARCInstKind.cpp309 case Instruction::ExtractValue: in GetARCInstKind()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h141 llvm::Value* ExtractValue(llvm::Value* agg, llvm::ArrayRef<unsigned> idxs,
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp303 case Instruction::ExtractValue: in GetARCInstKind()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc83 void ExtractValue(ShapeHandle h, ShapeHandle* result) { *result = h; } in ExtractValue() function
104 void ExtractValue(DimensionHandle d, int64* result) { in ExtractValue() function
248 processor_.ExtractValue(value, &node->value); in Find()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp659 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()

1234