Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp87 class PPCFastISel final : public FastISel { class
97 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon08f32e980111::PPCFastISel
203 CCAssignFn *PPCFastISel::usePPC32CCs(unsigned Flag) { in usePPC32CCs()
285 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
299 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
604 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
750 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore()
968 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()
1694 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
2375 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
[all …]
H A DPPCInstrInfo.td1591 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
1592 // interferes with necessary special handling (see PPCFastISel.cpp).
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1107 SRCS_MIN+= Target/PowerPC/PPCFastISel.cpp