Home
last modified time | relevance | path

Searched refs:getValueFor (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp98 llvm::MCOperand &InstructionInstance::getValueFor(const Variable &Var) { in getValueFor() function in exegesis::InstructionInstance
103 InstructionInstance::getValueFor(const Variable &Var) const { in getValueFor() function in exegesis::InstructionInstance
107 llvm::MCOperand &InstructionInstance::getValueFor(const Operand &Op) { in getValueFor() function in exegesis::InstructionInstance
109 return getValueFor(Instr.Variables[Op.VariableIndex]); in getValueFor()
113 InstructionInstance::getValueFor(const Operand &Op) const { in getValueFor() function in exegesis::InstructionInstance
115 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()
DMCInstrDescView.h95 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;
DUops.cpp163 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()
DBenchmarkRunner.cpp157 } else if (Op.IsExplicit && II.getValueFor(Op).isReg()) { in computeRegsToDef()
158 return II.getValueFor(Op).getReg(); in computeRegsToDef()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp250 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()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DAttrData.java24 public String getValueFor(String key) { in getValueFor() method in AttrData
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DConverter2.java204 String valueFor = attrData.getValueFor(key); in findValueFor()
DConverter.java324 String valueFor = attrData.getValueFor(key); in findValueFor()