Searched refs:InstructionOperands (Results 1 – 8 of 8) sorted by relevance
648 const uint32_t InstructionOperands = in prepareForDiscard() local650 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
646 const uint32_t InstructionOperands = in prepareForDiscard() local648 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
887 const uint32_t InstructionOperands = RefType_DiscardOperands | RefType_DiscardInstruction; in prepareForDiscard() local888 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
783 const uint32_t InstructionOperands = in prepareForDiscard() local785 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
815 const uint32_t InstructionOperands = in prepareForDiscard() local817 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
913 const uint32_t InstructionOperands = RefType_DiscardOperands | RefType_DiscardInstruction; in prepareForDiscard() local914 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
278 TEST(InstructionOperands) { in TEST() argument