Home
last modified time | relevance | path

Searched refs:ExtractValue (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/tests/
H A Dtest_core.py117 inst_list = [('arg1', OpCode.ExtractValue),
118 ('arg2', OpCode.ExtractValue),
/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/MemorySanitizer/
H A Darray_types.ll39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory {
45 ; CHECK-LABEL: @ExtractValue(
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp230 case Instruction::ExtractValue: in GetInstructionClass()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h172 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr()
497 case Instruction::ExtractValue:
H A DInstruction.cpp251 case ExtractValue: return "extractvalue"; in getOpcodeName()
H A DConstants.cpp1175 return getOpcode() == Instruction::ExtractValue || in hasIndices()
1247 case Instruction::ExtractValue: in getWithOperands()
2200 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue()
2951 case Instruction::ExtractValue: in getAsInstruction()
H A DInstructions.cpp1702 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)), in ExtractValueInst()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def173 HANDLE_OTHER_INST(57, ExtractValue, ExtractValueInst)// extract from aggregate
H A DInstrTypes.h115 I->getOpcode() == Instruction::ExtractValue || in classof()
H A DInstructions.h1926 return I->getOpcode() == Instruction::ExtractValue;
1938 ExtractValue, Agg, InsertBefore) {
1946 ExtractValue, Agg, InsertAtEnd) {
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp335 case Instruction::ExtractValue: in remapConstantExpr()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp737 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp679 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
H A DValueTracking.cpp1295 case Instruction::ExtractValue: in computeKnownBits()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1439 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml209 | ExtractValue Constructor
H A Dllvm.mli267 | ExtractValue Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1520 case Instruction::ExtractValue: { in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1566 case Instruction::ExtractValue: in selectOperator()
H A DSelectionDAGISel.cpp1046 case Instruction::ExtractValue: NumFastIselFailExtractValue++; return; in collectFailStats()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp447 case Instruction::ExtractValue: in lookup_or_add()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1326 case Instruction::ExtractValue: { in WriteInstruction()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go231 ExtractValue Opcode = C.LLVMExtractValue const
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp233 case Instruction::ExtractValue: in ComputeSpeculationCost()