Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp80 class PPCFastISel final : public FastISel { class
90 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon74dbb2330111::PPCFastISel
257 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
271 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
283 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable()
293 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress()
407 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress()
436 bool PPCFastISel::PPCEmitLoad(MVT VT, Register &ResultReg, Address &Addr, in PPCEmitLoad()
575 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
606 bool PPCFastISel::PPCEmitStore(MVT VT, Register SrcReg, Address &Addr) { in PPCEmitStore()
[all …]
H A DPPCInstrInfo.td1692 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
1693 // interferes with necessary special handling (see PPCFastISel.cpp).
/freebsd/lib/clang/libllvm/
H A DMakefile1633 SRCS_MIN+= Target/PowerPC/PPCFastISel.cpp