Lines Matching refs:PPCFastISel

86 class PPCFastISel final : public FastISel {  class
96 explicit PPCFastISel(FunctionLoweringInfo &FuncInfo, in PPCFastISel() function in __anonad57e5630111::PPCFastISel
270 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
284 bool PPCFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
296 bool PPCFastISel::isValueAvailable(const Value *V) const { in isValueAvailable()
306 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) { in PPCComputeAddress()
420 void PPCFastISel::PPCSimplifyAddress(Address &Addr, bool &UseOffset, in PPCSimplifyAddress()
450 bool PPCFastISel::PPCEmitLoad(MVT VT, Register &ResultReg, Address &Addr, in PPCEmitLoad()
589 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
620 bool PPCFastISel::PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr) { in PPCEmitStore()
735 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore()
765 bool PPCFastISel::SelectBranch(const Instruction *I) { in SelectBranch()
818 bool PPCFastISel::PPCEmitCmp(const Value *SrcValue1, const Value *SrcValue2, in PPCEmitCmp()
956 bool PPCFastISel::SelectFPExt(const Instruction *I) { in SelectFPExt()
974 bool PPCFastISel::SelectFPTrunc(const Instruction *I) { in SelectFPTrunc()
1018 unsigned PPCFastISel::PPCMoveToFPReg(MVT SrcVT, unsigned SrcReg, in PPCMoveToFPReg()
1063 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1153 unsigned PPCFastISel::PPCMoveToIntReg(const Instruction *I, MVT VT, in PPCMoveToIntReg()
1188 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
1269 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp()
1374 bool PPCFastISel::processCallArgs(SmallVectorImpl<Value*> &Args, in processCallArgs()
1490 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1549 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall()
1693 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet()
1808 bool PPCFastISel::PPCEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in PPCEmitIntExt()
1860 bool PPCFastISel::SelectIndirectBr(const Instruction *I) { in SelectIndirectBr()
1877 bool PPCFastISel::SelectTrunc(const Instruction *I) { in SelectTrunc()
1901 bool PPCFastISel::SelectIntExt(const Instruction *I) { in SelectIntExt()
1941 bool PPCFastISel::fastSelectInstruction(const Instruction *I) { in fastSelectInstruction()
1988 unsigned PPCFastISel::PPCMaterializeFP(const ConstantFP *CFP, MVT VT) { in PPCMaterializeFP()
2056 unsigned PPCFastISel::PPCMaterializeGV(const GlobalValue *GV, MVT VT) { in PPCMaterializeGV()
2119 unsigned PPCFastISel::PPCMaterialize32BitInt(int64_t Imm, in PPCMaterialize32BitInt()
2151 unsigned PPCFastISel::PPCMaterialize64BitInt(int64_t Imm, in PPCMaterialize64BitInt()
2207 unsigned PPCFastISel::PPCMaterializeInt(const ConstantInt *CI, MVT VT, in PPCMaterializeInt()
2249 unsigned PPCFastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
2273 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
2301 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI()
2376 bool PPCFastISel::fastLowerArguments() { in fastLowerArguments()
2386 unsigned PPCFastISel::fastEmit_i(MVT Ty, MVT VT, unsigned Opc, uint64_t Imm) { in fastEmit_i()
2423 unsigned PPCFastISel::fastEmitInst_ri(unsigned MachineInstOpcode, in fastEmitInst_ri()
2442 unsigned PPCFastISel::fastEmitInst_r(unsigned MachineInstOpcode, in fastEmitInst_r()
2455 unsigned PPCFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
2472 return new PPCFastISel(FuncInfo, LibInfo); in createFastISel()