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

/external/llvm/include/llvm/IR/
H A DInstruction.h87 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } function in class:llvm::Instruction
97 static inline bool isBinaryOp(unsigned Opcode) { function in class:llvm::Instruction
H A DInstrTypes.h363 return I->isBinaryOp();
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp191 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
194 assert(isUnaryOp() || isBinaryOp());
808 if (Proto->isBinaryOp())
831 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp207 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
210 assert(isUnaryOp() || isBinaryOp());
968 if (Proto->isBinaryOp())
994 if (Proto->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.cpp231 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
234 assert(isUnaryOp() || isBinaryOp());
1364 if (Proto->isBinaryOp())
1387 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp208 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
211 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.cpp210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
213 assert(isUnaryOp() || isBinaryOp());
1262 if (Proto->isBinaryOp())
1285 if (Proto->isBinaryOp())
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp255 bool isBinaryOp() const { return isOperator && Args.size() == 2; } function in class:PrototypeAST
258 assert(isUnaryOp() || isBinaryOp());
1545 if (Proto->isBinaryOp())
1572 if (Proto->isBinaryOp())
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp351 if (Instruction::isBinaryOp(Opcode)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp448 if (!inst->isBinaryOp()) {
688 if (!inst->isBinaryOp()) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp448 if (!inst->isBinaryOp()) {
688 if (!inst->isBinaryOp()) {
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp932 if (Instruction::isBinaryOp(Opcode)) {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp865 } else if (!(I->isBinaryOp() || isa<ShuffleVectorInst>(I) ||

Completed in 6430 milliseconds