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);
315 using ExtInstr = void (TargetARM32::*)(Variable *, Variable *,
317 using DivInstr = void (TargetARM32::*)(Variable *, Variable *, Variable *,
1055 TargetARM32 *Target,
1157 TargetARM32 *const Target;
1170 explicit PostLoweringLegalizer(TargetARM32 *Target) in PostLoweringLegalizer()
1214 TargetARM32 *const Target;
1291 CfgUnorderedMap<Operand *, void (TargetARM32::*)(const InstCall *Instr)>
1293 CfgUnorderedMap<Operand *, void (TargetARM32::*)(const InstCall *Instr)>
1371 explicit ForbidTemporaryWithoutReg(TargetARM32 *Target) : Target(Target) { in ForbidTemporaryWithoutReg()
1377 TargetARM32 *const Target;