Searched refs:PPCFastISel (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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 __anonc6e77a0a0111::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 | CMakeLists.txt | 37 PPCFastISel.cpp
|
| H A D | PPCInstrInfo.td | 1569 // it avoids automatic generation of PPCFastISel::fastEmit_i(), which 1570 // interferes with necessary special handling (see PPCFastISel.cpp).
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/ |
| H A D | Makefile | 29 PPCFastISel.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/ |
| H A D | BUILD.gn | 72 "PPCFastISel.cpp",
|