HomeSort by relevance Sort by last modified time
    Searched refs:ExtractValue (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/llvm/bindings/python/llvm/tests/
test_core.py 117 inst_list = [('arg1', OpCode.ExtractValue),
118 ('arg2', OpCode.ExtractValue),
  /external/llvm/lib/IR/
ConstantsContext.h 159 /// extractvalue constant exprs.
170 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1),
182 return CE->getOpcode() == Instruction::ExtractValue;
523 case Instruction::ExtractValue:
Instruction.cpp 329 case ExtractValue: return "extractvalue";
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 152 /// extractvalue constant exprs.
163 : ConstantExpr(DestTy, Instruction::ExtractValue, &Op<0>(), 1),
432 if (V.opcode == Instruction::ExtractValue)
Instruction.cpp 163 case ExtractValue: return "extractvalue";
Constants.cpp 775 return getOpcode() == Instruction::ExtractValue ||
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 69 void ExtractValue(ShapeHandle h, ShapeHandle* result) { *result = h; }
90 void ExtractValue(DimensionHandle d, int64* result) {
234 processor_.ExtractValue(value, &node->value);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 328 case Instruction::ExtractValue:
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 303 case Instruction::ExtractValue:
Lint.cpp 671 } else if (CE->getOpcode() == Instruction::ExtractValue) {
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 121 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 236 Opcode == Instruction::ExtractValue);
400 /// \returns True if the ExtractElement/ExtractValue instructions in VL can
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 777 INSTKEYWORD(extractvalue, ExtractValue);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 607 } else if (CE->getOpcode() == Instruction::ExtractValue) {
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 659 INSTKEYWORD(extractvalue, ExtractValue);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 316 ExtractValue (
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 309 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 323 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstrTypes.h 305 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstrTypes.h 305 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstrTypes.h 305 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstrTypes.h 305 I->getOpcode() == Instruction::ExtractValue ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstrTypes.h 305 I->getOpcode() == Instruction::ExtractValue ||
    [all...]

Completed in 1198 milliseconds

1 2 3