Home
last modified time | relevance | path

Searched refs:TargetARM32 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp40 return ::Ice::ARM32::TargetARM32::create(Func); in createTargetLowering()
54 ::Ice::ARM32::TargetARM32::staticInit(Ctx); in staticInit()
66 return ::Ice::ARM32::TargetARM32::shouldBePooled(C); in shouldBePooled()
70 return ::Ice::ARM32::TargetARM32::getPointerType(); in getPointerType()
307 TargetARM32::TargetARM32(Cfg *Func) in TargetARM32() function in Ice::ARM32::TargetARM32
311 void TargetARM32::staticInit(GlobalContext *Ctx) { in staticInit()
423 uint32_t TargetARM32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes()
424 TargetARM32::CallingConv CC; in getCallStackArgumentsSizeBytes()
447 void TargetARM32::genTargetHelperCallFor(Inst *Instr) { in genTargetHelperCallFor()
499 ARM32HelpersPreamble[TargetHelper] = &TargetARM32::preambleDivRem; in genTargetHelperCallFor()
[all …]
DIceTargetLoweringARM32.h54 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 *,
1006 TargetARM32 *Target,
1108 TargetARM32 *const Target;
[all …]
DIceInstARM32.h37 class TargetARM32; variable
1053 static InstARM32Label *create(Cfg *Func, TargetARM32 *Target) { in create()
1065 InstARM32Label(Cfg *Func, TargetARM32 *Target);
DIceInstARM32.cpp1074 InstARM32Label::InstARM32Label(Cfg *Func, TargetARM32 *Target) in InstARM32Label()