Home
last modified time | relevance | path

Searched defs:getValueFor (Results 1 – 2 of 2) 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
113 InstructionInstance::getValueFor(const Operand &Op) const { in getValueFor() function in exegesis::InstructionInstance
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DAttrData.java24 public String getValueFor(String key) { in getValueFor() method in AttrData