Home
last modified time | relevance | path

Searched defs:isBinaryOp (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h115 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
126 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp236 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anonfea415d00111::PrototypeAST
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anonf876b1100111::PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp253 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anone79cf7d20111::PrototypeAST
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp257 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon732086d10111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
Dtoy.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon6cf322110111::PrototypeAST
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anone16f93120111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
Dtoy.cpp232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp272 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp374 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon5c1968d30211::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST