| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 55 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
|
| H A D | DWARFFormValue.h | 71 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
|
| H A D | DWARFDebugInfoEntry.cpp | 254 if (form_value.ExtractValue(debug_info_data, &offset)) { in Extract() 444 if (form_value.ExtractValue(debug_info_data, &offset)) { in GetDIENamesAndRanges() 694 if (!form_value.ExtractValue(debug_info_data, offset_ptr)) in DumpAttribute() 832 if (form_value.ExtractValue(debug_info_data, &offset)) { in GetAttributes() 891 if (form_value.ExtractValue(debug_info_data, &offset)) { in GetAttributeValue()
|
| H A D | DWARFDebugLine.cpp | 452 if (!value.ExtractValue(debug_line_data, offset_ptr)) in ParsePrologue() 466 if (!value.ExtractValue(debug_line_data, offset_ptr)) in ParsePrologue()
|
| H A D | DWARFFormValue.cpp | 169 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
|
| H A D | HashedNameToDIE.cpp | 276 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 177 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 194 return CE->getOpcode() == Instruction::ExtractValue; in classof() 551 case Instruction::ExtractValue:
|
| H A D | Constants.cpp | 1176 return getOpcode() == Instruction::ExtractValue || in hasIndices() 1240 case Instruction::ExtractValue: in getWithOperands() 2213 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue() 3001 case Instruction::ExtractValue: in getAsInstruction()
|
| H A D | Instruction.cpp | 365 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 77 case Instruction::ExtractValue: in isCompatibleReplacement()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 278 case Instruction::ExtractValue: in remapConstantExpr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 217 HANDLE_OTHER_INST(63, ExtractValue, ExtractValueInst)// extract from aggregate
|
| H A D | Instructions.h | 2382 return I->getOpcode() == Instruction::ExtractValue; 2394 ExtractValue, Agg, InsertBefore) { 2403 ExtractValue, Agg, InsertAtEnd) {
|
| H A D | InstrTypes.h | 83 I->getOpcode() == Instruction::ExtractValue || in classof()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 556 case Instruction::ExtractValue: { in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 285 case Instruction::ExtractValue: in GetARCInstKind()
|
| H A D | Lint.cpp | 705 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 410 Opcode == Instruction::ExtractValue) && in getExtractIndex() 1566 case Instruction::ExtractValue: in buildTree_rec() 1983 E0->getOpcode() == Instruction::ExtractValue); in canReuseExtract() 1993 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract() 2115 case Instruction::ExtractValue: in getEntryCost() 3134 case Instruction::ExtractValue: { in vectorizeTree()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 874 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 556 case Instruction::ExtractValue: in lookupOrAdd() 1570 (i > 0 && Exp.opcode == Instruction::ExtractValue)) in phiTranslateImpl()
|
| H A D | SROA.cpp | 3345 Value *ExtractValue = in emitFunc() local 3350 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Align); in emitFunc()
|
| H A D | NewGVN.cpp | 1991 case Instruction::ExtractValue: in performSymbolicEvaluation()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1507 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1903 case Instruction::ExtractValue: in selectOperator()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2865 case Instruction::ExtractValue: in canReplaceOperandWithVariable()
|