Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp85 class PPCFastISel final : public FastISel { class
95 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon97d098690111::PPCFastISel
269 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
283 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
587 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
733 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore()
763 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch()
955 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()
1692 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
2375 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
[all …]
H A DPPCInstrInfo.td1664 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
1665 // interferes with necessary special handling (see PPCFastISel.cpp).
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1503 SRCS_MIN+= Target/PowerPC/PPCFastISel.cpp