Searched refs:StoreBitFieldInstruction (Results 1 – 5 of 5) sorted by relevance
40 V(StoreBitFieldInstruction) \427 struct StoreBitFieldInstruction : InstructionBase { struct429 StoreBitFieldInstruction(const Type* bit_field_struct_type, in StoreBitFieldInstruction() argument444 const StoreBitFieldInstruction& instruction) { argument
744 void StoreBitFieldInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()751 void StoreBitFieldInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()758 DefinitionLocation StoreBitFieldInstruction::GetValueDefinition() const { in GetValueDefinition()
469 void CCGenerator::EmitInstruction(const StoreBitFieldInstruction& instruction, in EmitInstruction()
982 void CSAGenerator::EmitInstruction(const StoreBitFieldInstruction& instruction, in EmitInstruction()
2216 StoreBitFieldInstruction{bitfield_struct_type, bitfield, starts_as_zero}); in GenerateSetBitField()