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

  /external/llvm/include/llvm/IR/
Instruction.h 90 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
100 static inline bool isBinaryOp(unsigned Opcode) {
InstrTypes.h 363 return I->isBinaryOp();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 192 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
195 assert(isUnaryOp() || isBinaryOp());
810 if (Proto->isBinaryOp())
833 if (Proto->isBinaryOp())
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 208 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
211 assert(isUnaryOp() || isBinaryOp());
970 if (Proto->isBinaryOp())
996 if (Proto->isBinaryOp())
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 226 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
229 assert(isUnaryOp() || isBinaryOp());
994 if (Proto->isBinaryOp())
1020 if (Proto->isBinaryOp())
    [all...]
toy.cpp 232 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
235 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 209 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
212 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 211 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
214 assert(isUnaryOp() || isBinaryOp());
976 if (Proto->isBinaryOp())
1002 if (Proto->isBinaryOp())
    [all...]
toy.cpp 211 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
214 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 256 bool isBinaryOp() const { return isOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 348 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/Transforms/Scalar/
LoopRerollPass.cpp 412 if (!C->isBinaryOp())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 494 milliseconds