/llvm-project/llvm/test/Instrumentation/MemorySanitizer/ |
H A D | array_types.ll | 39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory { 45 ; CHECK-LABEL: @ExtractValue(
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFAttribute.cpp | 49 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
|
H A D | DWARFDebugInfoEntry.cpp | 133 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges() 336 if (form_value.ExtractValue(data, &offset)) { in GetAttributes() 406 if (form_value.ExtractValue(data, &offset)) {
|
H A D | DWARFFormValue.h | 47 bool ExtractValue(const DWARFDataExtractor &data, lldb::offset_t *offset_ptr); in GetUnit()
|
H A D | DWARFFormValue.cpp | 31 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 254 case Instruction::ExtractValue: in ComputeSpeculationCost()
|
H A D | GVN.cpp | 670 case Instruction::ExtractValue: in lookupOrAdd() 2318 // For InsertValue and ExtractValue, some varargs are index numbers in areCallValsEqual() 2322 (i > 0 && Exp.opcode == Instruction::ExtractValue) ||
|
H A D | SROA.cpp | 3921 Value *ExtractValue = in visitStoreInst() 3926 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Alignment); in visitBitCastInst() 3933 Offset.getZExtValue(), ExtractValue->getType(), DL)); in visitAddrSpaceCastInst() 3869 Value *ExtractValue = emitFunc() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 191 case Instruction::ExtractValue: in inferScalarTypeForRecipe()
|
H A D | SLPVectorizer.cpp | 797 Opcode == Instruction::ExtractValue) && in getSameOpcode() 1526 /// ExtractElement, ExtractValue), which can be part of the graph. in getShallowScore() 3055 /// \returns true if the ExtractElement/ExtractValue instructions in \p VL can 7669 case Instruction::ExtractValue: in getOperandInfo() 8489 case Instruction::ExtractValue: in computeExtractCost() 8943 if (E0->getOpcode() == Instruction::ExtractValue) { in adjustExtracts() 11282 case Instruction::ExtractValue: in isGatherShuffledEntry() 15398 case Instruction::ExtractValue: { in collectValuesToDemote()
|
/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 | 2463 return I->getOpcode() == Instruction::ExtractValue; 2474 ExtractValue, Agg, InsertBefore) {
|
H A D | InstrTypes.h | 80 I->getOpcode() == Instruction::ExtractValue ||
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 251 case Instruction::ExtractValue: in isCompatibleReplacement()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 284 case Instruction::ExtractValue: in GetARCInstKind()
|
H A D | ValueTracking.cpp | 2091 case Instruction::ExtractValue: in isPowerOfTwoRecurrence() 3238 case Instruction::ExtractValue: { in getInvertibleOperands() 6023 case Instruction::ExtractValue: { in FindInsertedValue() 7612 case Instruction::ExtractValue: in propagatesPoison()
|
/llvm-project/mlir/lib/Rewrite/ |
H A D | ByteCode.cpp | 118 ExtractValue, enumerator 912 .Case([](pdl::ValueType) { return OpCode::ExtractValue; }) in generate() 2233 case ExtractValue: in execute()
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 951 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 824 case ExtractValue: return "extractvalue"; in hasSameSpecialState()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1303 case Instruction::ExtractValue: in getInstructionCost()
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 239 | ExtractValue Constructor
|
H A D | llvm.mli | 265 | ExtractValue Constructor 874 (** [indices i] returns the indices for the ExtractValue or InsertValue
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1835 case ExtractValue: return ISD::MERGE_VALUES; in GetReturnInfo()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1916 case Instruction::ExtractValue: in selectOperator()
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | LLVMOps.td | 835 string llvmInstName = "ExtractValue";
|