OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddOperator
(Results
26 - 50
of
57
) sorted by null
1
2
3
/external/llvm/include/llvm/IR/
Operator.h
333
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h
358
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h
358
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Operator.h
359
class
AddOperator
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Operator.h
359
class
AddOperator
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp
773
if (isa<
AddOperator
>(Op) &&
777
isa<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1))) {
781
cast<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1));
784
Op = cast<
AddOperator
>(Op)->getOperand(0);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp
420
if (isa<
AddOperator
>(Op) &&
424
isa<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1))) {
428
cast<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1));
431
Op = cast<
AddOperator
>(Op)->getOperand(0);
[
all
...]
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc
113
AddOperator
op;
operator.cc
113
class Add : public BuiltinOperator<
AddOperator
, ::tflite::AddOptions,
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
257
cast<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1));
260
Op = cast<
AddOperator
>(Op)->getOperand(0);
[
all
...]
/external/tensorflow/tensorflow/contrib/lite/toco/
import_tensorflow.cc
505
auto* biasadd = new
AddOperator
;
694
auto* op = new
AddOperator
;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
468
cast<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1));
471
Op = cast<
AddOperator
>(Op)->getOperand(0);
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp
376
cast<ConstantInt>(cast<
AddOperator
>(Op)->getOperand(1));
379
Op = cast<
AddOperator
>(Op)->getOperand(0);
[
all
...]
Completed in 2651 milliseconds
1
2
3