/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Instruction.h | 115 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 D | toy.cpp | 236 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 D | toy.cpp | 256 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 D | toy.cpp | 256 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 D | toy.cpp | 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anonab5e735b0111::PrototypeAST
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 256 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 D | toy-jit.cpp | 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
H A D | toy.cpp | 211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 253 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 D | toy.cpp | 257 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
H A D | toy.cpp | 232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
H A D | toy.cpp | 272 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 374 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 D | toy.cpp | 209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
|