HomeSort by relevance Sort by last modified time
    Searched refs:isBinaryOp (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 87 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
97 static inline bool isBinaryOp(unsigned Opcode) {
InstrTypes.h 363 return I->isBinaryOp();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 191 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
194 assert(isUnaryOp() || isBinaryOp());
808 if (Proto->isBinaryOp())
831 if (Proto->isBinaryOp())
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 207 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
210 assert(isUnaryOp() || isBinaryOp());
968 if (Proto->isBinaryOp())
994 if (Proto->isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 225 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
228 assert(isUnaryOp() || isBinaryOp());
993 if (Proto->isBinaryOp())
1019 if (Proto->isBinaryOp())
    [all...]
toy.cpp 231 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
234 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 208 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
211 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
213 assert(isUnaryOp() || isBinaryOp());
975 if (Proto->isBinaryOp())
1001 if (Proto->isBinaryOp())
    [all...]
toy.cpp 210 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
213 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 255 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
258 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 351 if (Instruction::isBinaryOp(Opcode)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 448 if (!inst->isBinaryOp()) {
688 if (!inst->isBinaryOp()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 448 if (!inst->isBinaryOp()) {
688 if (!inst->isBinaryOp()) {
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 193 milliseconds