Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp86 class PPCFastISel final : public FastISel { class
96 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anonad57e5630111::PPCFastISel
270 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()
956 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()
1693 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
2376 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
[all …]
H A DCMakeLists.txt37 PPCFastISel.cpp
H A DPPCInstrInfo.td1519 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
1520 // interferes with necessary special handling (see PPCFastISel.cpp).
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn71 "PPCFastISel.cpp",