Searched refs:GenerateCompareTestAndBranch (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.h | 317 void GenerateCompareTestAndBranch(HCondition* condition,
|
D | code_generator_x86_64.h | 309 void GenerateCompareTestAndBranch(HCondition* condition,
|
D | code_generator_arm_vixl.h | 423 void GenerateCompareTestAndBranch(HCondition* condition,
|
D | code_generator_x86_64.cc | 1755 void InstructionCodeGeneratorX86_64::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 1867 GenerateCompareTestAndBranch(condition, true_target, false_target); in GenerateTestAndBranch()
|
D | code_generator_x86.cc | 1665 void InstructionCodeGeneratorX86::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 1777 GenerateCompareTestAndBranch(condition, true_target, false_target); in GenerateTestAndBranch()
|
D | code_generator_arm_vixl.cc | 2649 void InstructionCodeGeneratorARMVIXL::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 2744 GenerateCompareTestAndBranch(condition, true_target, false_target, far_target); in GenerateTestAndBranch()
|