Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp87 class PPCFastISel final : public FastISel { class
97 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anon1e98c3950111::PPCFastISel
202 CCAssignFn *PPCFastISel::usePPC32CCs(unsigned Flag) { in usePPC32CCs()
282 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
296 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
308 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable()
318 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress()
432 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress()
462 bool PPCFastISel::PPCEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in PPCEmitLoad()
590 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
[all …]
DCMakeLists.txt26 PPCFastISel.cpp
DPPCInstrInfo.td1434 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
1435 // interferes with necessary special handling (see PPCFastISel.cpp).
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp87 class PPCFastISel final : public FastISel { class
97 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anonabfd2fcd0111::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()
311 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable()
321 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress()
435 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress()
465 bool PPCFastISel::PPCEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in PPCEmitLoad()
604 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
[all …]
DCMakeLists.txt28 PPCFastISel.cpp
DPPCInstrInfo.td1579 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which
1580 // interferes with necessary special handling (see PPCFastISel.cpp).