HomeSort by relevance Sort by last modified time
    Searched refs:InstructionCodeGeneratorARMVIXL (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 52 void InstructionCodeGeneratorARMVIXL::VisitVecReplicateScalar(HVecReplicateScalar* instruction) {
80 void InstructionCodeGeneratorARMVIXL::VisitVecSetScalars(HVecSetScalars* instruction) {
88 void InstructionCodeGeneratorARMVIXL::VisitVecSumReduce(HVecSumReduce* instruction) {
119 void InstructionCodeGeneratorARMVIXL::VisitVecCnv(HVecCnv* instruction) {
127 void InstructionCodeGeneratorARMVIXL::VisitVecNeg(HVecNeg* instruction) {
155 void InstructionCodeGeneratorARMVIXL::VisitVecAbs(HVecAbs* instruction) {
183 void InstructionCodeGeneratorARMVIXL::VisitVecNot(HVecNot* instruction) {
228 void InstructionCodeGeneratorARMVIXL::VisitVecAdd(HVecAdd* instruction) {
257 void InstructionCodeGeneratorARMVIXL::VisitVecHalvingAdd(HVecHalvingAdd* instruction) {
298 void InstructionCodeGeneratorARMVIXL::VisitVecSub(HVecSub* instruction)
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_arm_vixl.h 298 class InstructionCodeGeneratorARMVIXL : public InstructionCodeGenerator {
300 InstructionCodeGeneratorARMVIXL(HGraph* graph, CodeGeneratorARMVIXL* codegen);
422 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorARMVIXL);
    [all...]

Completed in 80 milliseconds