HomeSort by relevance Sort by last modified time
    Searched defs:getOpcode (Results 126 - 150 of 451) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 311 BinaryOperator::Opcode getOpcode() const { return Op; }
348 Profile(ID, LHS, getOpcode(), RHS, getType());
385 Profile(ID, LHS, getOpcode(), RHS, getType());
422 Profile(ID, LHS, getOpcode(), RHS, getType());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h     [all...]
Instruction.h 125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
128 bool isTerminator() const { return isTerminator(getOpcode()); }
129 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
130 bool isShift() { return isShift(getOpcode()); }
131 bool isCast() const { return isCast(getOpcode()); }
132 bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
151 return getOpcode() == Shl || getOpcode() == LShr;
156 return getOpcode() == AShr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 386 Opcode getOpcode() const { return Op; }
543 Opcode getOpcode() const { return Op; }
  /external/desugar/java/com/google/devtools/build/android/desugar/
DefaultMethodClassFixer.java 132 if (methodInsnNode.getOpcode() != Opcodes.INVOKESTATIC
149 if (second.getOpcode() != Opcodes.POP) {
431 stubMethod.visitVarInsn(arg.getOpcode(Opcodes.ILOAD), slot);
440 stubMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN));
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 178 inline uint getOpcode() const { return insn->Instruction.Opcode; }
210 return translateOpcode(getOpcode()); }
551 switch (getOpcode()) {
640 switch (getOpcode()) {
673 switch (getOpcode()) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 267 /// getOpcode - Get the kind of this unary expression.
268 Opcode getOpcode() const { return Op; }
399 /// getOpcode - Get the kind of this binary expression.
400 Opcode getOpcode() const { return Op; }
MCInstrDesc.h 159 /// getOpcode - Return the opcode number for this descriptor.
160 unsigned getOpcode() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 47 unsigned getOpcode() const {
49 return I->getOpcode();
50 return cast<ConstantExpr>(this)->getOpcode();
55 static unsigned getOpcode(const Value *V) {
57 return I->getOpcode();
59 return CE->getOpcode();
107 return I->getOpcode() == Instruction::Add ||
108 I->getOpcode() == Instruction::Sub ||
109 I->getOpcode() == Instruction::Mul ||
110 I->getOpcode() == Instruction::Shl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Operator.h 41 unsigned getOpcode() const {
43 return I->getOpcode();
44 return cast<ConstantExpr>(this)->getOpcode();
49 static unsigned getOpcode(const Value *V) {
51 return I->getOpcode();
53 return CE->getOpcode();
101 return I->getOpcode() == Instruction::Add ||
102 I->getOpcode() == Instruction::Sub ||
103 I->getOpcode() == Instruction::Mul ||
104 I->getOpcode() == Instruction::Shl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Operator.h 41 unsigned getOpcode() const {
43 return I->getOpcode();
44 return cast<ConstantExpr>(this)->getOpcode();
49 static unsigned getOpcode(const Value *V) {
51 return I->getOpcode();
53 return CE->getOpcode();
101 return I->getOpcode() == Instruction::Add ||
102 I->getOpcode() == Instruction::Sub ||
103 I->getOpcode() == Instruction::Mul ||
104 I->getOpcode() == Instruction::Shl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h 41 unsigned getOpcode() const {
43 return I->getOpcode();
44 return cast<ConstantExpr>(this)->getOpcode();
49 static unsigned getOpcode(const Value *V) {
51 return I->getOpcode();
53 return CE->getOpcode();
101 return I->getOpcode() == Instruction::Add ||
102 I->getOpcode() == Instruction::Sub ||
103 I->getOpcode() == Instruction::Mul ||
104 I->getOpcode() == Instruction::Shl
    [all...]

Completed in 1222 milliseconds

1 2 3 4 56 7 8 91011>>