Searched refs:getValueFor (Results 1 – 8 of 8) sorted by relevance
98 llvm::MCOperand &InstructionInstance::getValueFor(const Variable &Var) { in getValueFor() function in exegesis::InstructionInstance103 InstructionInstance::getValueFor(const Variable &Var) const { in getValueFor() function in exegesis::InstructionInstance107 llvm::MCOperand &InstructionInstance::getValueFor(const Operand &Op) { in getValueFor() function in exegesis::InstructionInstance109 return getValueFor(Instr.Variables[Op.VariableIndex]); in getValueFor()113 InstructionInstance::getValueFor(const Operand &Op) const { in getValueFor() function in exegesis::InstructionInstance115 return getValueFor(Instr.Variables[Op.VariableIndex]); in getValueFor()134 llvm::MCOperand &AssignedValue = getValueFor(Var); in randomizeUnsetVariables()145 Result.addOperand(getValueFor(Op)); in build()250 auto &AssignedValue = II.getValueFor(*ROV.Op); in setRegisterOperandValue()
95 llvm::MCOperand &getValueFor(const Variable &Var);96 const llvm::MCOperand &getValueFor(const Variable &Var) const;97 llvm::MCOperand &getValueFor(const Operand &Op);98 const llvm::MCOperand &getValueFor(const Operand &Op) const;
163 Prototype.Snippet.back().getValueFor(*Var) = in generatePrototype()178 II.getValueFor(Op) = llvm::MCOperand::createReg(RandomReg); in generatePrototype()190 II.getValueFor(Op) = llvm::MCOperand::createReg(RandomReg); in generatePrototype()
157 } else if (Op.IsExplicit && II.getValueFor(Op).isReg()) { in computeRegsToDef()158 return II.getValueFor(Op).getReg(); in computeRegsToDef()
250 II.getValueFor(II.Instr.Variables[0]) = in TEST_F()266 Mov.getValueFor(Mov.Instr.Variables[0]) = in TEST_F()268 Mov.getValueFor(Mov.Instr.Variables[1]) = llvm::MCOperand::createImm(42); in TEST_F()273 Add.getValueFor(Add.Instr.Variables[0]) = in TEST_F()275 Add.getValueFor(Add.Instr.Variables[1]) = in TEST_F()
24 public String getValueFor(String key) { in getValueFor() method in AttrData
204 String valueFor = attrData.getValueFor(key); in findValueFor()
324 String valueFor = attrData.getValueFor(key); in findValueFor()