Searched refs:PPCFastISel (Results 1 – 3 of 3) sorted by relevance
86 class PPCFastISel final : public FastISel { class96 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon5abaece70111::PPCFastISel270 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()284 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()589 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()735 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore()765 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch()955 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()1691 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()2377 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()[all …]
1978 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which1979 // interferes with necessary special handling (see PPCFastISel.cpp).
1306 SRCS_MIN+= Target/PowerPC/PPCFastISel.cpp