Home
last modified time | relevance | path

Searched refs:isUnaryOp (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp143 bool ConstrainedFPIntrinsic::isUnaryOp() const { in isUnaryOp() function in ConstrainedFPIntrinsic
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp190 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
194 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() local
1304 if (isUnaryOp && funcInfo.isUnaryPrefix) in init()
1342 if (funcInfo.type == OPERATOR && !isUnaryOp) in init()
1350 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()
1357 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix)) in init()
1358 shaderOp += string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " "); in init()
1362 if (isUnaryOp && !funcInfo.isUnaryPrefix) in init()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp235 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon1e55e66d0111::PrototypeAST
239 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
213 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp248 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon8fec4bc50111::PrototypeAST
252 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp206 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
210 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
213 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
228 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp255 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anonbdf6bacf0111::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon481d0f270111::PrototypeAST
269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp255 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon497a49ce0111::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon5f242d250111::PrototypeAST
269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp255 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anond4fdd8cd0111::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp256 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
260 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anond3a09e260111::PrototypeAST
269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
269 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp252 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon074ec86f0111::PrototypeAST
256 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp255 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon92d2576e0111::PrototypeAST
259 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp282 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
286 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp270 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon0468bcc60111::PrototypeAST
274 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp271 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon78e52dc70111::PrototypeAST
275 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp271 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
275 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp208 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
212 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()

12