/external/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 117 inst_list = [('arg1', OpCode.ExtractValue), 118 ('arg2', OpCode.ExtractValue),
|
/external/llvm-project/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 119 inst_list = [('arg1', OpCode.ExtractValue), 120 ('arg2', OpCode.ExtractValue),
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | array_types.ll | 39 define i32 @ExtractValue([2 x i32] %a) sanitize_memory { 45 ; CHECK-LABEL: @ExtractValue(
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAttribute.cpp | 41 return form_value.ExtractValue(cu->GetData(), &offset); in ExtractFormValueAtIndex()
|
D | DWARFFormValue.h | 55 bool ExtractValue(const lldb_private::DWARFDataExtractor &data,
|
D | DWARFDebugInfoEntry.cpp | 256 if (form_value.ExtractValue(data, &offset)) { in GetDIENamesAndRanges() 438 if (form_value.ExtractValue(data, &offset)) { in GetAttributes() 483 if (form_value.ExtractValue(data, &offset)) { in GetAttributeValue()
|
D | DWARFFormValue.cpp | 30 bool DWARFFormValue::ExtractValue(const DWARFDataExtractor &data, in ExtractValue() function in DWARFFormValue
|
D | HashedNameToDIE.cpp | 274 if (!form_value.ExtractValue(data, offset_ptr)) in Read()
|
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/ |
D | array_types.ll | 44 define i32 @ExtractValue([2 x i32] %a) sanitize_memory { 50 ; CHECK-LABEL: @ExtractValue(
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 77 case Instruction::ExtractValue: in isCompatibleReplacement()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 77 case Instruction::ExtractValue: in isCompatibleReplacement()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 176 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 193 return CE->getOpcode() == Instruction::ExtractValue; in classof() 552 case Instruction::ExtractValue:
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 170 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 182 return CE->getOpcode() == Instruction::ExtractValue; in classof() 523 case Instruction::ExtractValue:
|
D | Instruction.cpp | 329 case ExtractValue: return "extractvalue"; in getOpcodeName()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantsContext.h | 223 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1), in ExtractValueConstantExpr() 240 return CE->getOpcode() == Instruction::ExtractValue; in classof() 628 case Instruction::ExtractValue:
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 253 case Instruction::ExtractValue: in ComputeSpeculationCost()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 486 Store(ExtractValue(ret_value, 0, "cas_old_output"), cas_old_output_address); in EmitAtomicOperationUsingCAS() 489 CondBr(ExtractValue(ret_value, 1, "success"), loop_exit_bb, loop_body_bb); in EmitAtomicOperationUsingCAS()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 277 case Instruction::ExtractValue: in remapConstantExpr()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 277 case Instruction::ExtractValue: in remapConstantExpr()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 328 case Instruction::ExtractValue: in remapConstantExpr()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 236 Opcode == Instruction::ExtractValue); in matchExtractIndex() 1129 case Instruction::ExtractValue: in buildTree_rec() 1487 Opcode == Instruction::ExtractValue); in canReuseExtract() 1497 if (Opcode == Instruction::ExtractValue) { in canReuseExtract() 1557 case Instruction::ExtractValue: in getEntryCost() 2258 case Instruction::ExtractValue: { in vectorizeTree() 2259 if (canReuseExtract(E->Scalars, Instruction::ExtractValue)) { in vectorizeTree()
|