Searched refs:ExtractValue (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp48 return form_value.ExtractValue(cu->GetData(), &offset);
H A DDWARFFormValue.h55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
H A DDWARFDebugInfoEntry.cpp265 if (form_value.ExtractValue(data, &offset)) {
448 if (form_value.ExtractValue(data, &offset)) {
494 if (form_value.ExtractValue(data, &offset)) {
H A DDWARFFormValue.cpp32 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, function in class:DWARFFormValue
H A DHashedNameToDIE.cpp275 if (!form_value.ExtractValue(data, offset_ptr))
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_core.py119 inst_list = [('arg1', OpCode.ExtractValue),
120 ('arg2', OpCode.ExtractValue),
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp253 case Instruction::ExtractValue:
H A DGVN.cpp648 case Instruction::ExtractValue:
2159 // For InsertValue and ExtractValue, some varargs are index numbers
2163 (i > 0 && Exp.opcode == Instruction::ExtractValue) ||
H A DSROA.cpp3756 Value *ExtractValue =
3761 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment);
H A DNewGVN.cpp1971 case Instruction::ExtractValue:
/openbsd-current/gnu/llvm/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp102 case Instruction::ExtractValue:
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp284 case Instruction::ExtractValue:
H A DValueTracking.cpp1856 case Instruction::ExtractValue:
5356 case Instruction::ExtractValue:
H A DConstantFolding.cpp1092 case Instruction::ExtractValue:
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp879 INSTKEYWORD(extractvalue, ExtractValue);
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp472 case ExtractValue: return "extractvalue";
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1060 case Instruction::ExtractValue:
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h2534 return I->getOpcode() == Instruction::ExtractValue;
2546 ExtractValue, Agg, InsertBefore) {
2555 ExtractValue, Agg, InsertAtEnd) {
H A DInstrTypes.h81 I->getOpcode() == Instruction::ExtractValue ||
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1857 case ExtractValue: return ISD::MERGE_VALUES;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1797 case Instruction::ExtractValue:
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml238 | ExtractValue Constructor in type:Opcode/t
H A Dllvm.mli262 | ExtractValue
854 (** [indices i] returns the indices for the ExtractValue or InsertValue
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp522 Opcode == Instruction::ExtractValue) &&
1077 /// ExtractElement, ExtractValue), which can be part of the graph.
2308 /// \returns true if the ExtractElement/ExtractValue instructions in \p VL can
5327 case Instruction::ExtractValue:
6011 if (E0->getOpcode() == Instruction::ExtractValue) {
7016 case Instruction::ExtractValue:
9286 case Instruction::ExtractValue: {
9844 E->getOpcode() == Instruction::ExtractValue) ||
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2280 case Instruction::ExtractValue: {

Completed in 510 milliseconds

12