Home
last modified time | relevance | path

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

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