Searched refs:getRelativeOperand (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 1604 Ice::Operand *getRelativeOperand(NaClBcIndexSize_t Index, in getRelativeOperand() function in __anon013ef65f0111::FunctionParser 2219 Ice::Operand *Op1 = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord() 2220 Ice::Operand *Op2 = getRelativeOperand(Values[1], BaseIndex); in ProcessRecord() 2245 Ice::Operand *Src = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord() 2260 Ice::Operand *ThenVal = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord() 2261 Ice::Operand *ElseVal = getRelativeOperand(Values[1], BaseIndex); in ProcessRecord() 2262 Ice::Operand *CondVal = getRelativeOperand(Values[2], BaseIndex); in ProcessRecord() 2304 Ice::Operand *Vec = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord() 2305 Ice::Operand *Index = getRelativeOperand(Values[1], BaseIndex); in ProcessRecord() 2326 Ice::Operand *Vec = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord() [all …]
|