HomeSort by relevance Sort by last modified time
    Searched defs:isBinaryOp (Results 1 - 25 of 28) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
96 static inline bool isBinaryOp(unsigned Opcode) {
  /external/llvm/include/llvm/IR/
Instruction.h 106 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
117 static inline bool isBinaryOp(unsigned Opcode) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 115 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
126 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 121 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
132 static inline bool isBinaryOp(unsigned Opcode) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
1049 if (P.isBinaryOp())
1082 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
1049 if (P.isBinaryOp())
1082 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
1049 if (P.isBinaryOp())
1082 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 257 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
260 assert(isUnaryOp() || isBinaryOp());
1045 if (P.isBinaryOp())
1078 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 272 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
275 assert(isUnaryOp() || isBinaryOp());
1067 if (P.isBinaryOp())
1100 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 236 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
239 assert(isUnaryOp() || isBinaryOp());
892 if (P.isBinaryOp())
920 if (P.isBinaryOp())
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
1050 if (P.isBinaryOp())
1086 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 253 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
256 assert(isUnaryOp() || isBinaryOp());
1045 if (P.isBinaryOp())
1078 if (P.isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 225 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
228 assert(isUnaryOp() || isBinaryOp());
989 if (Proto->isBinaryOp())
1015 if (Proto->isBinaryOp())
    [all...]
toy.cpp 232 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
235 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
213 assert(isUnaryOp() || isBinaryOp());
971 if (Proto->isBinaryOp())
997 if (Proto->isBinaryOp())
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 191 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
194 assert(isUnaryOp() || isBinaryOp());
808 if (Proto->isBinaryOp())
831 if (Proto->isBinaryOp())
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 207 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
210 assert(isUnaryOp() || isBinaryOp());
968 if (Proto->isBinaryOp())
994 if (Proto->isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 374 bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
377 assert(isUnaryOp() || isBinaryOp());
    [all...]

Completed in 2059 milliseconds

1 2