Searched refs:isBinaryOp (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h109 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } function in class:llvm::Instruction
120 static inline bool isBinaryOp(unsigned Opcode) { function in class:llvm::Instruction
H A DInstrTypes.h560 return I->isBinaryOp();
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp224 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon11463::PrototypeAST
227 assert(isUnaryOp() || isBinaryOp());
884 if (P.isBinaryOp())
912 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp243 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon11464::PrototypeAST
246 assert(isUnaryOp() || isBinaryOp());
1042 if (P.isBinaryOp())
1078 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
228 assert(isUnaryOp() || isBinaryOp());
993 if (Proto->isBinaryOp())
1019 if (Proto->isBinaryOp())
H A Dtoy.cpp232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
235 assert(isUnaryOp() || isBinaryOp());
1364 if (Proto->isBinaryOp())
1387 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
212 assert(isUnaryOp() || isBinaryOp());
1222 if (Proto->isBinaryOp())
1245 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
213 assert(isUnaryOp() || isBinaryOp());
975 if (Proto->isBinaryOp())
1001 if (Proto->isBinaryOp())
H A Dtoy.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
214 assert(isUnaryOp() || isBinaryOp());
1262 if (Proto->isBinaryOp())
1285 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp373 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in class:__anon11466::PrototypeAST
376 assert(isUnaryOp() || isBinaryOp());
1237 if (P.isBinaryOp())
1306 if (P.isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
254 assert(isUnaryOp() || isBinaryOp());
1442 if (Proto->isBinaryOp())
1465 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp226 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in struct:PrototypeAST
229 assert(isUnaryOp() || isBinaryOp());
1103 if (Proto->isBinaryOp())
1126 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp225 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in struct:PrototypeAST
228 assert(isUnaryOp() || isBinaryOp());
1102 if (Proto->isBinaryOp())
1125 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp225 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in struct:PrototypeAST
228 assert(isUnaryOp() || isBinaryOp());
1102 if (Proto->isBinaryOp())
1125 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp225 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } function in struct:PrototypeAST
228 assert(isUnaryOp() || isBinaryOp());
1102 if (Proto->isBinaryOp())
1125 if (Proto->isBinaryOp())
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp355 if (Instruction::isBinaryOp(Opcode)) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp448 if (!inst->isBinaryOp()) {
688 if (!inst->isBinaryOp()) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp511 if (!C->isBinaryOp())
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1013 if (Instruction::isBinaryOp(Opcode)) {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp902 } else if (!(I->isBinaryOp() || isa<ShuffleVectorInst>(I) ||

Completed in 218 milliseconds