Searched refs:PPCFastISel (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 85 class PPCFastISel final : public FastISel { class 95 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon74dbb2330111::PPCFastISel 269 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() 283 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal() 295 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable() 305 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress() 419 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress() 448 bool PPCFastISel::PPCEmitLoad(MVT VT, Register &ResultReg, Address &Addr, in PPCEmitLoad() 587 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() 618 bool PPCFastISel::PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr) { in PPCEmitStore() [all …]
|
H A D | PPCInstrInfo.td | 1666 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which 1667 // interferes with necessary special handling (see PPCFastISel.cpp).
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1513 SRCS_MIN+= Target/PowerPC/PPCFastISel.cpp
|