| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 46 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
|
| H A D | DWARFFormValue.h | 55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
|
| H A D | DWARFDebugInfoEntry.cpp | 260 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges() 442 if (form_value.ExtractValue(data, &offset)) { in GetAttributes() 487 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
|
| H A D | DWARFFormValue.cpp | 30 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
|
| H A D | HashedNameToDIE.cpp | 273 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 77 case Instruction::ExtractValue: in isCompatibleReplacement()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 219 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 235 return CE->getOpcode() == Instruction::ExtractValue; in classof() 623 case Instruction::ExtractValue:
|
| H A D | Instruction.cpp | 413 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
| H A D | Constants.cpp | 1489 return getOpcode() == Instruction::ExtractValue || in hasIndices() 1561 case Instruction::ExtractValue: in getWithOperands() 2655 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue() 3513 case Instruction::ExtractValue: in getAsInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 253 case Instruction::ExtractValue: in ComputeSpeculationCost()
|
| H A D | GVN.cpp | 565 case Instruction::ExtractValue: in lookupOrAdd() 2038 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
|
| H A D | SROA.cpp | 3451 Value *ExtractValue = in emitFunc() local 3456 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 277 case Instruction::ExtractValue: in remapConstantExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
|
| H A D | Instructions.h | 2423 return I->getOpcode() == Instruction::ExtractValue; 2435 ExtractValue, Agg, InsertBefore) { 2444 ExtractValue, Agg, InsertAtEnd) {
|
| H A D | InstrTypes.h | 83 I->getOpcode() == Instruction::ExtractValue || in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 284 case Instruction::ExtractValue: in GetARCInstKind()
|
| H A D | CFLGraph.h | 563 case Instruction::ExtractValue: { in visitConstantExpr()
|
| H A D | Lint.cpp | 684 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
|
| H A D | TargetTransformInfo.cpp | 1104 case Instruction::ExtractValue: in getInstructionThroughput()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 912 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 959 case Instruction::ExtractValue: in getUserCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 476 Opcode == Instruction::ExtractValue) && in getExtractIndex() 2864 case Instruction::ExtractValue: in buildTree_rec() 3467 E0->getOpcode() == Instruction::ExtractValue); in canReuseExtract() 3477 if (E0->getOpcode() == Instruction::ExtractValue) { in canReuseExtract() 3837 case Instruction::ExtractValue: in getEntryCost() 3869 if (ShuffleOrOp == Instruction::ExtractValue) { in getEntryCost() 5198 case Instruction::ExtractValue: { in vectorizeTree()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1830 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1811 case Instruction::ExtractValue: in selectOperator()
|