Home
last modified time | relevance | path

Searched refs:InstructionVal (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h82 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode()
304 return V->getValueID() >= Value::InstructionVal; in classof()
DValue.h220 InstructionVal, // This is an instance of Instruction enumerator
353 return Val.getValueID() >= Value::InstructionVal;
/external/llvm/include/llvm/IR/
DInstruction.h102 unsigned getOpcode() const { return getValueID() - InstructionVal; }
468 return V->getValueID() >= Value::InstructionVal;
DValue.def87 // Enum values starting at InstructionVal are used for Instructions;
DPatternMatch.h422 if (V->getValueID() == Value::InstructionVal + Opcode) { in match()
643 if (V->getValueID() == Value::InstructionVal + Opc1 || in match()
644 V->getValueID() == Value::InstructionVal + Opc2) { in match()
DValue.h734 return Val.getValueID() >= Value::InstructionVal;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { in Instruction()
39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { in Instruction()
/external/llvm/lib/IR/
DInstruction.cpp25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) { in Instruction()
37 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) { in Instruction()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h279 if (V->getValueID() == Value::InstructionVal + Opcode) { in match()
410 if (V->getValueID() == Value::InstructionVal + Opc1 || in match()
411 V->getValueID() == Value::InstructionVal + Opc2) { in match()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3590 unsigned Opcode = Op->getValueID() - Value::InstructionVal; in createSCEV()
3614 Op->getValueID() == Instruction::Mul + Value::InstructionVal; in createSCEV()