| /minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/tests/ |
| H A D | test_core.py | 117 inst_list = [('arg1', OpCode.ExtractValue), 118 ('arg2', OpCode.ExtractValue),
|
| /minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | array_types.ll | 39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory { 45 ; CHECK-LABEL: @ExtractValue(
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCUtil.cpp | 230 case Instruction::ExtractValue: in GetInstructionClass()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 172 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 497 case Instruction::ExtractValue:
|
| H A D | Instruction.cpp | 251 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
| H A D | Constants.cpp | 1175 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 D | Instructions.cpp | 1702 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)), in ExtractValueInst()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 173 HANDLE_OTHER_INST(57, ExtractValue, ExtractValueInst)// extract from aggregate
|
| H A D | InstrTypes.h | 115 I->getOpcode() == Instruction::ExtractValue || in classof()
|
| H A D | Instructions.h | 1926 return I->getOpcode() == Instruction::ExtractValue; 1938 ExtractValue, Agg, InsertBefore) { 1946 ExtractValue, Agg, InsertAtEnd) {
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 335 case Instruction::ExtractValue: in remapConstantExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 737 INSTKEYWORD(extractvalue, ExtractValue); in LexIdentifier()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 679 } else if (CE->getOpcode() == Instruction::ExtractValue) { in findValueImpl()
|
| H A D | ValueTracking.cpp | 1295 case Instruction::ExtractValue: in computeKnownBits()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1439 case ExtractValue: return ISD::MERGE_VALUES; in InstructionOpcodeToISD()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 209 | ExtractValue Constructor
|
| H A D | llvm.mli | 267 | ExtractValue Constructor
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
| H A D | CPPBackend.cpp | 1520 case Instruction::ExtractValue: { in printInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1566 case Instruction::ExtractValue: in selectOperator()
|
| H A D | SelectionDAGISel.cpp | 1046 case Instruction::ExtractValue: NumFastIselFailExtractValue++; return; in collectFailStats()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 447 case Instruction::ExtractValue: in lookup_or_add()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1326 case Instruction::ExtractValue: { in WriteInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 231 ExtractValue Opcode = C.LLVMExtractValue const
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 233 case Instruction::ExtractValue: in ComputeSpeculationCost()
|