/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function 96 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 115 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function 126 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 106 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } 117 static inline bool isBinaryOp(unsigned Opcode) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 130 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } 142 static inline bool isBinaryOp(unsigned Opcode) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/ |
D | ResourceScriptToken.h | 50 bool isBinaryOp() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceScriptToken.h | 62 bool isBinaryOp() const;
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 191 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 194 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 808 if (Proto->isBinaryOp()) in Codegen() 831 if (Proto->isBinaryOp()) in Codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 236 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon1e55e66d0111::PrototypeAST 239 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 892 if (P.isBinaryOp()) in codegen() 920 if (P.isBinaryOp()) in codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 213 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 971 if (Proto->isBinaryOp()) in Codegen() 997 if (Proto->isBinaryOp()) in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 249 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon8fec4bc50111::PrototypeAST 252 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 907 if (P.isBinaryOp()) in codegen() 935 if (P.isBinaryOp()) in codegen()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 207 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 210 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 968 if (Proto->isBinaryOp()) in Codegen() 994 if (Proto->isBinaryOp()) in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 989 if (Proto->isBinaryOp()) in Codegen() 1015 if (Proto->isBinaryOp()) in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 213 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 971 if (Proto->isBinaryOp()) in Codegen() 997 if (Proto->isBinaryOp()) in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 989 if (Proto->isBinaryOp()) in Codegen() 1015 if (Proto->isBinaryOp()) in Codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anonbdf6bacf0111::PrototypeAST 259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1049 if (P.isBinaryOp()) in codegen() 1082 if (P.isBinaryOp()) in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon481d0f270111::PrototypeAST 269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1061 if (P.isBinaryOp()) in codegen() 1094 if (P.isBinaryOp()) in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon497a49ce0111::PrototypeAST 259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1049 if (P.isBinaryOp()) in codegen() 1082 if (P.isBinaryOp()) in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon5f242d250111::PrototypeAST 269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1061 if (P.isBinaryOp()) in codegen() 1094 if (P.isBinaryOp()) in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anond4fdd8cd0111::PrototypeAST 259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1049 if (P.isBinaryOp()) in codegen() 1082 if (P.isBinaryOp()) in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 257 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 260 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1045 if (P.isBinaryOp()) in codegen() 1078 if (P.isBinaryOp()) in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anond3a09e260111::PrototypeAST 269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1061 if (P.isBinaryOp()) in codegen() 1094 if (P.isBinaryOp()) in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1054 if (P.isBinaryOp()) in codegen() 1087 if (P.isBinaryOp()) in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 253 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon074ec86f0111::PrototypeAST 256 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1045 if (P.isBinaryOp()) in codegen() 1078 if (P.isBinaryOp()) in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 256 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon92d2576e0111::PrototypeAST 259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1050 if (P.isBinaryOp()) in codegen() 1086 if (P.isBinaryOp()) in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 283 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST 286 assert(isUnaryOp() || isBinaryOp()); in getOperatorName() 1078 if (P.isBinaryOp()) in codegen() 1111 if (P.isBinaryOp()) in codegen()
|