Lines Matching refs:TargetARM32
54 class TargetARM32 : public TargetLowering {
55 TargetARM32() = delete;
56 TargetARM32(const TargetARM32 &) = delete;
57 TargetARM32 &operator=(const TargetARM32 &) = delete;
75 return makeUnique<TargetARM32>(Func); in create()
201 explicit TargetARM32(Cfg *Func);
322 using ExtInstr = void (TargetARM32::*)(Variable *, Variable *,
324 using DivInstr = void (TargetARM32::*)(Variable *, Variable *, Variable *,
1062 TargetARM32 *Target,
1164 TargetARM32 *const Target;
1177 explicit PostLoweringLegalizer(TargetARM32 *Target) in PostLoweringLegalizer()
1221 TargetARM32 *const Target;
1298 CfgUnorderedMap<Operand *, void (TargetARM32::*)(const InstCall *Instr)>
1300 CfgUnorderedMap<Operand *, void (TargetARM32::*)(const InstCall *Instr)>
1378 explicit ForbidTemporaryWithoutReg(TargetARM32 *Target) : Target(Target) { in ForbidTemporaryWithoutReg()
1384 TargetARM32 *const Target;