Searched refs:InstructionVal (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 82 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() 304 return V->getValueID() >= Value::InstructionVal; in classof()
|
D | Value.h | 220 InstructionVal, // This is an instance of Instruction enumerator 353 return Val.getValueID() >= Value::InstructionVal;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 102 unsigned getOpcode() const { return getValueID() - InstructionVal; } 468 return V->getValueID() >= Value::InstructionVal;
|
D | Value.def | 87 // Enum values starting at InstructionVal are used for Instructions;
|
D | PatternMatch.h | 422 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()
|
D | Value.h | 734 return Val.getValueID() >= Value::InstructionVal;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 25 : 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/ |
D | Instruction.cpp | 25 : 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/ |
D | PatternMatch.h | 279 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/ |
D | ScalarEvolution.cpp | 3590 unsigned Opcode = Op->getValueID() - Value::InstructionVal; in createSCEV() 3614 Op->getValueID() == Instruction::Mul + Value::InstructionVal; in createSCEV()
|