| /llvm-project-15.0.7/llvm/bindings/python/llvm/tests/ |
| H A D | test_core.py | 119 inst_list = [('arg1', OpCode.ExtractValue), 120 ('arg2', OpCode.ExtractValue),
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | array_types.ll | 42 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 D | DWARFAttribute.cpp | 48 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() 443 if (form_value.ExtractValue(data, &offset)) { in GetAttributes() 488 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
|
| H A D | DWARFFormValue.cpp | 31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
|
| H A D | HashedNameToDIE.cpp | 275 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 80 case Instruction::ExtractValue: in isCompatibleReplacement()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 253 case Instruction::ExtractValue: in ComputeSpeculationCost()
|
| H A D | GVN.cpp | 622 case Instruction::ExtractValue: in lookupOrAdd() 2180 (i > 0 && Exp.opcode == Instruction::ExtractValue) || in phiTranslateImpl()
|
| H A D | SROA.cpp | 3426 Value *ExtractValue = in emitFunc() local 3431 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in emitFunc()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
|
| H A D | Instructions.h | 2490 return I->getOpcode() == Instruction::ExtractValue; 2502 ExtractValue, Agg, InsertBefore) { 2511 ExtractValue, Agg, InsertAtEnd) {
|
| H A D | InstrTypes.h | 82 I->getOpcode() == Instruction::ExtractValue || in classof()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 564 case Instruction::ExtractValue: { in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 284 case Instruction::ExtractValue: in GetARCInstKind()
|
| H A D | TargetTransformInfo.cpp | 1181 case Instruction::ExtractValue: in getInstructionThroughput()
|
| /llvm-project-15.0.7/mlir/lib/Rewrite/ |
| H A D | ByteCode.cpp | 111 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 D | Instruction.cpp | 422 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 861 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1018 case Instruction::ExtractValue: in getUserCost()
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/ |
| H A D | basic.ll | 554 ; Insert/ExtractValue
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 1112 case llvm::Instruction::ExtractValue: { in processInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 612 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 D | llvm.ml | 238 | ExtractValue Constructor
|