Lines Matching refs:getValueKind

168 …           return new AMD64AddressValue(address.getValueKind(), Value.ILLEGAL, (int) displacement);  in asAddressValue()
171 return new AMD64AddressValue(address.getValueKind(), asAllocatable(address), 0); in asAddressValue()
199 if (value.getValueKind().equals(kind)) { in asAllocatable()
213 ValueKind<?> kind = newValue.getValueKind(); in emitCompareAndSwap()
214 assert kind.equals(expectedValue.getValueKind()); in emitCompareAndSwap()
237 assert trueValue.getValueKind().equals(falseValue.getValueKind()); in emitCompareAndSwap()
238 Variable result = newVariable(trueValue.getValueKind()); in emitCompareAndSwap()
264 assert kind.equals(expectedValue.getValueKind()); in emitCompareAndSwapBranch()
265 assert kind.equals(newValue.getValueKind()); in emitCompareAndSwapBranch()
365 Variable result = newVariable(finalTrueValue.getValueKind()); in emitConditionalMove()
378 Variable negatedResult = newVariable(result.getValueKind()); in emitConditionalMove()
396 Variable result = newVariable(trueValue.getValueKind()); in emitIntegerTestMove()
533 RegisterValue cnt1 = AMD64.rcx.asValue(length1.getValueKind()); in emitArrayCompareTo()
534 RegisterValue cnt2 = AMD64.rdx.asValue(length2.getValueKind()); in emitArrayCompareTo()
560 RegisterValue cnt1 = AMD64.rdx.asValue(sourceCount.getValueKind()); in emitStringIndexOf()
562 RegisterValue cnt2 = AMD64.rax.asValue(targetCount.getValueKind()); in emitStringIndexOf()
572 operand = resultOperandFor(kind, input.getValueKind()); in emitReturn()
586 …strategy, keyTargets, defaultTarget, key, needsTemp ? newVariable(key.getValueKind()) : Value.ILLE… in emitStrategySwitch()
591 …s, key, newVariable(LIRKind.value(target().arch.getWordKind())), newVariable(key.getValueKind()))); in emitTableSwitch()