Home
last modified time | relevance | path

Searched defs:isUnaryOp (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp252 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anona3d1e5b50111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp209 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
H A Dtoy.cpp210 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp263 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anoncdd06d150111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon424cde160111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp265 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anonb6c94f170111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp224 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
H A Dtoy.cpp231 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp274 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon184e56b60111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp270 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon8ccac7b70111::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp208 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp373 bool isUnaryOp() const { return IsOperator && Args.size() == 1; } in isUnaryOp() function in __anon014738b80211::PrototypeAST
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp250 bool isUnaryOp() const { return isOperator && Args.size() == 1; } in isUnaryOp() function in PrototypeAST
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40452 static bool isUnaryOp(unsigned Opcode) { isUnaryOp() function
[all...]