Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/bindings/python/llvm/tests/
H A Dtest_core.py119 inst_list = [('arg1', OpCode.ExtractValue),
120 ('arg2', OpCode.ExtractValue),
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Darray_types.ll42 define i32 @ExtractValue([2 x i32] %a) sanitize_memory {
48 ; CHECK-LABEL: @ExtractValue(
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp48 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
H A DDWARFFormValue.h55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugInfoEntry.cpp260 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges()
443 if (form_value.ExtractValue(data, &offset)) { in GetAttributes()
488 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
H A DDWARFFormValue.cpp31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
H A DHashedNameToDIE.cpp275 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp80 case Instruction::ExtractValue: in isCompatibleReplacement()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue: in ComputeSpeculationCost()
H A DGVN.cpp622 case Instruction::ExtractValue: in lookupOrAdd()
2180 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
H A DSROA.cpp3426 Value *ExtractValue = in emitFunc() local
3431 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstructions.h2490 return I->getOpcode() == Instruction::ExtractValue;
2502 ExtractValue, Agg, InsertBefore) {
2511 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h82 I->getOpcode() == Instruction::ExtractValue || in classof()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h564 case Instruction::ExtractValue: { in visitConstantExpr()
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue: in GetARCInstKind()
H A DTargetTransformInfo.cpp1181 case Instruction::ExtractValue: in getInstructionThroughput()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp111 ExtractValue, enumerator
875 .Case([](pdl::ValueType) { return OpCode::ExtractValue; }) in generate()
2073 case ExtractValue: in execute()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp422 case ExtractValue: return "extractvalue"; in getOpcodeName()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp861 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1018 case Instruction::ExtractValue: in getUserCost()
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/
H A Dbasic.ll554 ; Insert/ExtractValue
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1112 case llvm::Instruction::ExtractValue: { in processInstruction()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp612 Opcode == Instruction::ExtractValue) && in getExtractIndex()
4898 case Instruction::ExtractValue: in buildTree_rec()
5585 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract()
6108 case Instruction::ExtractValue: in getEntryCost()
6140 if (ShuffleOrOp == Instruction::ExtractValue) { in getEntryCost()
7933 case Instruction::ExtractValue: { in vectorizeTree()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml238 | ExtractValue Constructor

12